/* place css fixes for all versions of IE in this conditional comment */
/*.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 {
	padding-top: 30px;
}
.thrColHybHdr #mainContent {
	zoom: 1;
	padding-top: 15px;
}*/
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/*.small {
	color:#777;
	font-size:12px;
	line-height:24px;
	margin-top:100px;
	border-top:solid 1px #DEDEDE;
}*/
/*#main{padding:0 10px; width:750px; background-color:#990000}*/
/*#header{
	height:49px;
	border-bottom:solid 1px #DEDEDE;
	margin-bottom:20px;
}*/
/*NAVBAR CPDE*/ 
#nav {
	height:30px;
	line-height:30px;
	background:#990000;
	color:#FFCC00;
	margin-top: -4px;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
	float:left;
	display:block;
	font-family:"Times New Roman", Times, serif;
}
#nav ul li a {
	padding: 0 17px;
	border-left: 1px #fff solid;
}
#nav li a:link, #nav li a:visited {
	color:#fff;
	font-size:14px;
	letter-spacing: 1px;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	color:#FFCC00
}
#nav li ul {
	position: absolute;
	background: #fff;
	border:solid 1px #2E4B88;
	border-top:none;
	z-index: 1000;
	display:none;
	line-height:26px;
	color:#990000;
}
#nav li ul li {
	float:none;
	display:block;
	padding: 0;
}
#nav li ul li a:link, #nav li ul li a:visited {
	color:#990000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0 10px;
	clear:both;
	border-bottom:solid 1px #DEDEDE;
}
#nav li ul li a:hover {
	color:#fff;
	background:#990000;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
/* Side menu code */
#sidemenu {
	background: #990000;
	margin-top: 1.5em;
	font-family:"Times New Roman", Times, serif;
}
#sidemenu * {
	margin: 0 !important;
}
#sidemenu h4 {
	border-bottom: 1px solid #fff;
	font-size: 1.25em;
	font-weight:normal;
	letter-spacing:0.8px;
	line-height: 1em;
}
#sidemenu h4 a {
	padding: 10px;
	display: block;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}
#sidemenu h4 a:hover {
	color: #ffcc00 !important;
}
#sidemenu ul li {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #990000;
	font-size: 1.1em;
	background-color: #fff;
}
#sidemenu ul li a {
	color: #990000;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
}	
#sidemenu ul li a:hover {
	color: #fff;
	background-color: #990000;
}
