@CHARSET "ISO-8859-1";

/* CSS Document */
body
{   
    background: #213d79;
	color : #000000;    
	font-size : 13px;
	font-family : Georgia, serif
}

a:link 
{
	color : #244386;
	text-decoration: underline
}

a:visited 
{
	color : #244386;
	text-decoration: underline
}

a:active
{
	color : #244386;
	text-decoration: underline
}

a:hover 
{
	text-decoration: underline;
}

.layout_container
{
	width : 999px;
}

.headerBox
{
	width : 100%px;
}

.topLinksBar
{
	width : 100%;
	height : 28px;
	color : #ffffff;
}

.topLinksBar_right
{
	width : 14px;
}

.standard_margins
{
	margin-left : 10px;
	margin-right : 10px;
}

.standard_paddings
{
	padding-left : 10px;
	padding-right : 10px;
}

.align-left
{
	text-align : left;
}

.align-center
{
	text-align : center;
}

.align-right
{
	text-align : right;
}

.contentArea
{
	width : 100%; 
	background-color : #e0dfdf;
	background-image : url('../images/contentArea_bg.jpg');
	background-repeat : repeat-y;
	overflow : hidden; 
}

.contentBox
{	
	border : 1px solid #acbace;
	background-color : #ffffff;
}

.contentBox_noTopBorder
{	
	border-left : 1px solid #acbace;
	border-right : 1px solid #acbace;
	border-bottom : 1px solid #acbace;
	background-color : #ffffff;
}

.contentBox_header 
{
	padding-top : 10px;
	font-size : 20px;
}

.contentBox_subHeader
{
	font-size : 14px;
	text-decoration : underline;
}

.contentBox_footer
{	
	background : #244386;
	width : 100%;
	color : #ffffff;
	text-align : left;
	text-indent : 10px;
	padding-top : 3px;
	padding-bottom : 3px;
	height : 20px;
	border-top : 1px solid #acbace; 
}

a.contentBox_footerLink:link 
{
	color : #ffffff;
	text-decoration: none
}

a.contentBox_footerLink:visited 
{
	color : #ffffff;
	text-decoration: none
}

a.contentBox_footerLink:active
{
	color : #ffffff;
	text-decoration: none
}

a.contentBox_footerLink:hover 
{
	text-decoration: underline;
}

.contentBox_table
{
	border : 1px solid #acbace;
}

.contentBox_tableHeader
{
    color: #ffffff;
    font-weight : normal;
    background-color: #244386;
}

.contentBox_td1
{
	background-color : #ffffff;
}

.contentBox_td2
{
	background-color : #b9cefa;
}

.form_required
{
	color : #ff0000;
}

.dashedLine
{
	height : 7px;
	margin-top : 20px;
	margin-bottom : 20px;
	background-image : url('../images/circle.jpg');
	background-repeat : repeat-x;
	background-position : center;
}

.bottomBoxes
{
	width : 100%;
	float : left; 
	padding-top : 10px;
}

.photoBox
{	
	margin-right : 30px;
	width : 327px;	
}

.photoBox_top
{
	width : 100%;
	height : 31px;
	margin-top : 7px;
	background-image : url('../images/photoBox_top_bg.jpg');
}

.photoBox_caption
{
	width : 100%;
	height : 44px;
}

.photoBox_left_border
{
	width : 12px;
	background-image : url('../images/photoBox_leftBorder_bg.jpg');
}

.photoBox_right_border
{
	width : 20px;
	background-image : url('../images/photoBox_rightBorder_bg.jpg');
}

.photoBox_photoArea_middle
{
	width : 295px;
	vertical-align : middle;
	background-color : #000000;	
}

.photoBox_caption_middle
{
	width : 295px;
	height : 44px;
	text-align : center;
	vertical-align : middle;
	background-image : url('../images/photoBox_caption_bg.jpg');
}

.photoBox_bottom
{
	width : 100%;
	height : 57px;
	background-image : url('../images/photoBox_bottom_bg.jpg');
}

.photoBox_arrowLeft
{	
	padding-top : 7px;
}

.photoBox_arrowRight
{	
	padding-top : 7px;
}

.logoTable_td
{
	text-align : center;
	vertical-align : middle;
}

.footer
{
	width : 100%;
}

.footer_left
{
	width : 22px;
}

.footer_middle
{
	background-image : url('../images/footer_bg.jpg');
}

.footer_right
{
	width : 35px;
}