/* CSS Document */

body{
	font-family:Tahoma;
	line-height:20px;
	font-size:small;
	color:#777;
}
body.condensed{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
#rep{
	height:162px;
	margin-left:1000px;
	background-image: url(images/rep.jpg);
	background-repeat: repeat-x;
	z-index:0;
}

#c_head{
	position:absolute;
	top:0px;
	left:0px;
	height:162px;
	width:1000px;
	background:transparent url(images/topslice.jpg) no-repeat scroll;
}
#c_navbg{
	position:absolute;
	width:253px;
	top:162px;
	left:0px;
	height:500px;
	background:url(images/centerleft_slice.png) top left no-repeat;
	behavior: url(iepngfix.htc);
	
}
#c_nav{
	position:absolute;
	width:253px;
	top:162px;
	left:0px;
	height:500px;	
	padding-top:58px;
}

#c_nav ul{
	padding:0px;
	margin-left:10px;
	margin-top:0px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:static;
	width:220px;
}
#c_nav ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom:1px;
}

#c_nav ul li a {
	background-image:url(images/icon_indic.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	color:#5F5F5F;
	display:block;
	padding:2px 3px 2px 25px;
	text-decoration:none;
	border-bottom:none;
	margin-bottom:-1px;
}
#c_nav ul li a:hover {
	background-color: #DCEEBD;
}

#c_nav ul.sub_hid{
	position:static;
	padding:0px;
	margin:0px 0px 0px 11px;
}
#c_nav ul.sub_hid li{
	border-bottom:0px;
}
#c_nav ul.sub_hid li a{
	background-image:url(images/icon_subindic.jpg);
	margin-right:8px;
}
#c_nav ul.sub_hid li a:hover{
	background-color: #D9E6F5;
}

#c_body{
	/*background-image:url(images/bodyright_slice.jpg);*/
	background:url(images/bodyright_slice.jpg) no-repeat top right; 
	padding:0px;
	margin-left:253px;
	margin-top:0px;
	height:400px;
	behavior: url(iepngfix.htc);	
}


h1{
	color:#FF8A00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:2em;
	font-weight:normal;
	letter-spacing:-2px;
	padding:30px 0pt 15px;
	margin:0px;
	text-transform:uppercase;
}

h2{
	color:#FF8A00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:2px;
	margin:30px 0pt 10px;
	text-transform:uppercase;
}
p{
	margin-bottom:16px;
}

a{
	color:#3366FF;
	border-bottom:1px dashed #69BBE7;
	text-decoration:none;
}


dl dt{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	clear:left:
	font-weight: bold;
	width:62px;
	font-size:11px;
}
dl dd{
	border-left:1px solid #C3CBDF;
	margin-bottom:16px;
	margin-left:70px;
	padding-left:10px;
}

blockquote.grad{
	background: #fff6f7 url(images/blockquotegrad.gif) no-repeat top left;
	padding:6px 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.nemessages li em{
	font-size:16px;
	padding-top:4px;
	font-style: normal;
}
.nemessages li{
	font-style: italic;
}

#c_body li{
	margin-bottom:10px;
}