body{
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	
	margin:0px;
	padding:0px;
}

p {
	padding-top:0px;
	margin-top:0px;
}

a {
	color:#66AAF2;
	text-decoration:none;
}

a:hover {
	color:#66AAF2;
	text-decoration:underline;
}

a.doc_link {
	font-size:11px;
}

a.back_to_top {
	text-decoration:underline;
}

input,select {
}


/********************** page_layout *****************************/
#header {
	background-color:#1A528D;
	height: 102px;
}

#header_logo {
	float:left;
}

#header_link {
	color:#ffffff;
	font-size:11px;
	margin-left:490px;
	padding:20px 0px 0px 0px;
}

#header_link a{
	color:#ffffff;
	text-decoration:none;
}

#header_link a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#nav {
	clear:both;
	background-color:#375370;
	background-image:url("../images/template/nav_bg.gif");
	background-repeat:repeat-x;
	height:28px;
	color:#A0B3D7;
}


#page_heading_image {
	background-color:#9FAAAE;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}

#page_heading_image_home {
	background-color:#CACFD1;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}

#main_container {
	width: 750px;
	margin:20px 10px 20px 20px;
	padding:0px 0px 10px 0px;
}

#main_container h1 {
	color:#2874C4;
	font-size:17px;
	border-bottom:1px solid #4F7397;
	line-height:18px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 10px 0px;
}

#main_container h2 {
	color:#2874C4;
	font-size:12px;
	font-weight:bold;
}

#left_column {
	width:490px;
	padding:0px 20px 0px 0px;
	display:block;
	float:left;
}

#right_column {
	width:230px;
	padding:0px 0px 0px 10px;
	display:block;
	float:left;
}



#footer {
	background-image: url("../images/template/footer_bg2.gif");
	background-repeat:repeat-x;
	height: 55px;
	font-size:10px;
	color:#000000;
	padding:10px 10px 10px 10px;
	margin:10px 0px 0px 0px;
}

#footer a{
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer .copyright {
	color:#4E4E4E;
}

#footer p {
  font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 8pt;
	padding: 4px 0px 0px 0px;
	width: 750px;
}

#clear_tag {
	clear:both;
}


/****************** right hand nav *************************/
#right_nav_item_top {
	padding:0px 0px 6px 0px;
	border-bottom:1px solid #E2E3E3;
	font-size:11px
}

#right_nav_item {
	padding:6px 0px 6px 0px;
	border-bottom:1px solid #E2E3E3;
	font-size:11px
}

#right_nav_item_bottom {
	padding:6px 0px 6px 0px;
	font-size:11px
}

#right_nav_item a, #right_nav_item_bottom a, #right_nav_item_top a{
	color:#333333;	
	text-decoration:none;
}

#right_nav_item a:hover, #right_nav_item_bottom a:hover, #right_nav_item_top a:hover{
	color:#66AAF2;
	text-decoration:none;
}


/*************************** common **************************************/
.red_text {
	color:#CC0000;
	
}

.blue_text_heading {
	color:#2874C4;
	font-weight:bold;
}


