@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% "lucida sans", verdana, arial, helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #333;
	background: #9fc0d0 url(images/bg.png) repeat-x;
}

img {
	border: none
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

.oneColFixCtrHdr #menu {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #990000;
	font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
	padding: 5px 0;
}

.oneColFixCtrHdr #menu a {
	color: #004479;
	text-decoration:none;	
	font-weight: normal
}

.oneColFixCtrHdr #menu a:hover {
	color: #990000;
}

.oneColFixCtrHdr #logo {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left;
	border: #004479 10px solid;
	background: #fff url(images/bg_content.png) repeat-x bottom left;
	padding: 0 0 80px 0;
	font-size: 12px;
	line-height: 20px;
}

.oneColFixCtrHdr #content {
	padding: 20px 20px 0 20px;
}

.oneColFixCtrHdr #content ol {
	padding-left: 240px;
	list-style-type: lower-latin;
	text-align:justify
}

.oneColFixCtrHdr #content li {
padding-bottom: 10px
}

.oneColFixCtrHdr #container h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #990000;
}


.oneColFixCtrHdr #container h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #990000;
	border-bottom:#990000 1px solid;
	padding-bottom: 5px
}

.oneColFixCtrHdr #container p {
	margin-bottom: 7px;
	line-height: 18px;
	padding-left: 200px;
	text-align: justify
}

.oneColFixCtrHdr #container .red {
	color: #990000;
	font-weight: bold
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #333;
	font-size: 11px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.oneColFixCtrHdr #footer p a {
font-weight: normal;
	color: #004479
}

.oneColFixCtrHdr #footer p a:hover {
	text-decoration: none;
}



.left {
	float: left;
	width: 550px
}

.right {
	float: right;
	width: 277px
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

