body {
	margin: 0;
	padding:0;
	color:#525252;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	background: #d6d6d6 url("../images/background.gif") repeat-x left top;
	text-align:justify;
}


h1, h2, .h1{
	font-weight:bold;
	color:#38559c;
	font-size:18px;
	margin-top:0;
}

h2{
	font-size:15px;
}

a{
	color:#38559c;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img {border:none;}

label
{
	width: 150px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	color:#43558d;
	font-weight:bold;
}
/***********************************/
/* Main Dives
/***********************************/

#outer_layer, #background_layer, #footer{
	width:970px;
	margin:0 auto;
	/*border:1px solid red;*/
}

#background_layer{
	background: url("../images/layer_background.png") repeat-y left top;
	float:left;
}
#layer{
	width:946px;
	margin:0 auto;
	/*border:1px solid red;*/
}

#header, #banner, #content, #left_content, #right_content, #logo{
	width:946px;
	padding:0;
	margin:0;
	float:left;
}

#banner_image{
	width:658px;
	float:left;
}

#left_content{
	width:628px;
	padding:27px 10px 15px 21px;
	/*border:1px solid red;*/
}

	.content_box{
		width:608px;
		height:93px;
		padding:10px;
		background: url("../images/content_box_back.gif") no-repeat left top;
	}

#right_content{
	width:287px;
	/*border:1px solid red;*/
}

#footer{
	color:#fff;
	width:950px;
	padding:5px 0 0 20px;
	height:38px;
	font-weight:bold;
	background: url("../images/footer_back.png") no-repeat left top;
	/*border:1px solid red;*/
}

#footer .links{
	float:left;
}
#footer .copy{
	float:right;
	margin-right:25px;
}

#footer a{
	color:#fff;
}

#logo{
	width:217px;
	padding:27px 0 17px 26px;
	/*border: 1px solid red;*/
}

.pdf{background:url("../images/pdf.gif")  left center no-repeat;padding:10px;padding-left:35px;}

.arrow, .list, pdf{
	list-style-image: url("../images/arrow.gif");
	padding-left:20px;
}

.list{
	float:left;
	width:330px;
	list-style-image: url("../images/list.gif");
	margin-top:0;
}

.arrow li, .list li{
	list-style-type:none;
	padding:15px 0 0 2px; 
}

ol li{padding:15px 0 0 2px;}

.error {
	color: red;
	margin-right: 50px;
	display:none;
	font-weight: bold;
}
/******************************************************************/
/*	Main Navigation
/******************************************************************/
#navigation, #sub_navigation {
	float:right;
	line-height:normal;
	color:#ffffff;
	margin:0;
	padding:0;
	background-color:#2f498f;
	/*border:1px solid red;*/
  }

#navigation ul, #sub_navigation ul {
	margin:0;
	padding:0;
	list-style:none;
  }

#navigation li, #sub_navigation li {
	display:inline;
	margin:0;
	padding:0;
  }


#navigation a , #sub_navigation a {
	float:right;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
  }

#navigation a span, #sub_navigation a span {
	float:left;
	display:block;
  }

#navigation {
	width:600px;
	margin-top:20px;
	background-color:#bac7df;
	/*border:1px solid red;*/
  }

#navigation a {
	background:url("../images/nav_left.gif") no-repeat left top;
	margin-right:1px;
  }

#navigation a span {
	padding:39px 10px 14px 10px;
	background:url("../images/nav_right.gif") no-repeat right top;
	text-align:center;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
  color:#ffffff;
  }

#navigation a:hover {
  background-position:0% -63px;
  }

#navigation a:hover span {
  background-position:100% -63px;
  }

#navigation .selected, #navigation .selected span {
  background-position:0% -63px;
  }

#navigation .selected span {
  background-position:100% -63px;
  }



/******************************************************************/
/*	Sub Navigation
/******************************************************************/

#sub_navigation {
	width:288px;
	height:218px;
	background-color:#2f498f;
	/*border:1px solid red;*/
  }


#navigation a , #sub_navigation a {
	float:right;
	margin:0;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
  }

 #sub_navigation li a
 {
	width: 288px;
 }

#sub_navigation a {
	background:url("../images/sub_nav_left.gif") repeat-x right top;
}

#sub_navigation a span {
	padding:15px 0 6px 14px;
	background:url("../images/sub_nav_right.gif") no-repeat right top;
	text-align:left;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#sub_navigation a span {float:none;}
/* End IE5-Mac hack */

#sub_navigation a:hover span {
  color:#ffffff;
  }

#sub_navigation a:hover {
  background-position:0% -30px;
  }

#sub_navigation a:hover span {
  background-position:100% -30px;
  }

#sub_navigation .selected, #sub_navigation .selected span {
  background-position:0% -30px;
  }

#sub_navigation .selected span {
  background-position:100% -30px;
  }


/******************************************************************/
/*	clear div
/******************************************************************/

.cleardiv {
	clear:both;
	/*height:1%;*/
}