/* --HTML ELEMENTS-- */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #666666;
}

textarea {
	width: 393px;
	height: 200px;
	margin-top: 10px;
	overflow: auto;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

a {
	font-family: Arial, Verdana, sans-serif;
	color: #000000;
}

/* --HTML ELEMENTS END-- */

/* --CLASSES-- */

.label_left {
	float: left;
	width: 220px;
}

.error {
	color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* --CLASSES END-- */

/* --PAGE LAYOUT-- */

#header_container {
	background: #FFFFCC;
}

#header {
	float: left;
	width: 645px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #FFFFCC;
	height: 65px;
}

#header a {
	color: #0A2878;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	text-decoration: none;
}


#toplinks {
	height: 70px;
	font-size: 10pt;
	background-color: #FFFFCC;
}

#toplinks a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#bar_container {
	background-color: #FFFFCC;
}

#bar_yellow {
	float: left;
	width: 170px;
	height: 10px;
	font-size: 10px;
	color: #FFFFCC;
	background-color: #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}

* html body #bar_yellow {
	width: 170px !important;
	border:0px red solid;
}

#bar_grey {
	margin-left: 170px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 10px;
	font-size: 10px;
	border-bottom: 1px solid #FFFFCC;
}
* html body #bar_grey {
	margin-left: 168px;
}


/* --MENU TOP --*/

#topmenu {
	height: 25px;
	padding-left: 170px;
	background-color: #0A2878;
}

* html body #topmenu {
	padding-left: 172px;
}

.mainmenu {
	float: left;
	height: 20px;
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 20px;
	border-left: 1px solid #FFFFFF;
}

.main_selected {
	background-color: #8C8CA0;
	height: 21px;
	padding-top: 4px;
}

.mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* --MENU TOP END-- */

#wrapper {
	min-height: 450px;
	padding-top: 40px;
	padding-bottom: 25px;
	background-image: url('/images/design/blue-logo.gif');
	background-repeat: no-repeat;
	background-position: 20px bottom;
}


#wrapper p a {
	background-image: url('/images/design/content_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	color: #a44819;
	text-decoration: none;
}

#left {
	float: left;
	width: 168px;
	min-height: 450px;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #FFFFFF;
}

#content_left {
	padding-left: 20px;
}

/* --MENU LEFT-- */

#menu_left {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu_left li {
	min-height: 21px;
	padding-left: 15px;
	padding-top: 3px;
	background-color: #E1E6F0;
	border-bottom: 1px solid #F1F1F1;
}

.first a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu_left .first_active{
	background-color: #B4B9C3;
	background-image: url('/images/design/arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 7px;
}

#menu_left .second{
	padding-left: 25px;
}

.second a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.second_active a {
	color: #666666;
}

#menu_end {
	background-color: #DFDFDF;
	height: 65px;
}

/* --MENU LEFT END-- */

/* --SITEMAP-- */

.sitemap_first {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.sitemap_second {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

.sitemap_third {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
}

/* --SITEMAP END-- */

#main {
	float: left;
	padding-left: 13px;
	width: 525px;
	min-height: 450px;
line-height:22px;
}

/* --PATH-- */
#path {
	font-weight: bold;
	font-size: 12px;
}

#path a{
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* --PATH END-- */

#right {
	padding-left: 9px;
	width: 221px;
	text-align: right;
	min-height: 450px;
	margin-left: 610px;
}

#content_right {
	margin-top: 40px;
	padding-left: 52px;
	text-align: left;
}

#content_right a {
	background-image: url('/images/design/content_arrow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	color: #a44819;
	text-decoration: none;
}

#footer {
	height: 24px;
	background-image: url('/images/design/footer_bg.jpg');
	background-repeat: repeat-x;
}

/* --HACKS--*/

.clearfix:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html #header {
	width: 635px;
}

* html .mainmenu {
	height: 20px;
	padding-top: 5px;
}

* html #left {
	height: 450px;
}

* html #wrapper {
	height: 450px;
}

* html #menu_left li {
	height: 23px;
}

* html #main {
	height: 450px;
}

* html #right {
	height: 450px;
	width: 218px;
}

* html #footer {
	clear: both;
}