/* CSS Document */
body {
	background-color: #1F3E81;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
	line-height: 25px;
}

a { 
	color: #3a73ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 


h1 {
	font-size: 22px;
	color: #081543;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: #e5e1df 1px solid;
	padding-bottom: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	
} 

blockquote {
	display: block;
	margin-left: 20px;
}

li { padding-bottom: 10px; } 


.inlineHeader {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.normal {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
}

.blue { color: #3a73ad; }
.white { color: #FFFFFF; }

.normalSpc { line-height: normal; }
.dblSpc { line-height: 30px; }

#wrapper {
	margin: 0 auto;
	width: 735px;
	padding: 0 7px 2px 7px;	
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
}

#page {
	width: 721px;
	background-color: #F5F5F5;
	overflow: auto;
}

#global_nav {
	background-image: url(../images/bkg_global_nav.gif);
	height: 32px;
} 

#sub_nav {
	background-image: url(../images/bkg_sub_nav.gif);
	height: 31px;
} 

#page_divider {
	background-image: url(../images/bkg_divider.gif);
	background-repeat: repeat-x;
	height: 10px;
	
} 

#page_divider2 {
	background-image: url(../images/bkg_divider2.gif);
	background-repeat: repeat-x;
	height: 14px;
	
} 

#page_body {
	padding-top: 5px;
	padding-left: 20px;
}

#main_content {
	width: 500px;
	float:left;
	
	margin-right: 10px;
} 

#content_divder {
	border-bottom: #e5e1df solid 1px;
	width: 440px;
	height: 1px;
	margin: 5px 0 0 5px;
	position: relative;
	top: -5px;
} 


#sub_content {
	width: 180px;
	float: left;
	color: #333333;
	padding-top: 13px;
} 

#sub_footer {
	clear: both;
	padding: 10px 15px 5px 15px;
	margin-top: 25px;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
}

#sub_footer .left { 
	float: left; 
	text-align: left; 
	display: block; 
	padding-bottom: 5px;
}

#sub_footer .right {
	float: right; 
	text-align: right;
	display: block;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 15px 0 15px;
	height: 22px;
	background-color: #081543;
	line-height: normal;
}

#footer .left { 
	float: left; 
	text-align: left; 
	display: block; 
	padding-bottom: 5px;
}

#footer .right {
	float: right; 
	text-align: right;
	display: block;
	padding-bottom: 5px;
}


