/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
    text-align: center; /* IE centering */
    font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background:url(/images/blue_fade_bkg.jpg) top left repeat-x;
}

body, font {
    font-size: 15px;    /* Override FCK's font sizing scheme */
}


* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

li { margin-left:30px; list-style-type:disc;}

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
a{font-size:16px; font-weight:bold;}
p{width:100%; margin-bottom:20px;}
/* PAGE WIDTH AND CENTERING */
#wrapper {
    text-align: left; /* fix for IE centering */
    margin: 0px auto; /* none-IE centering */
    width: 958px;
	background:url(/images/border_bkg.png) top left repeat-y;
}
#page_holder{
	width:950px;
	margin-left:4px;
	position:relative;

}

#header{
	background:url(/images/header_bkg.jpg) top left no-repeat;
	height:206px;
	position:relative;
	z-index:10;
}
#logo{
	position:absolute;
	top:57px;
	left:41px;	
}
#navigation{
	position:absolute;
	height:44px;
	width:615px;
	bottom:10px;
	right:0px;
	line-height:44px;
}
#navigation a{
	display:block;
	float:left;
	text-decoration:none;
	color:#232F64;
	padding:3px 19px 0px 14px;
	height:44px;
	background:url(/images/nav_link_border.jpg) top left no-repeat;
	font-size:14px;
	line-height:44px;
}
#banner{
	border-top:3px solid #132059;
	border-bottom:5px solid #132059;
	width:950px;
}

/*---------------------------------------------------------------------------------------------*/
#page_content{
	width:950px;
	position:relative;
	padding-top:15px;
	padding-bottom:20px;
	font-size:12px;
	background-color:#FFFFFF;
}
#page_content h1, #page_content h2, #page_content h3{color:#232F64; width:100%;}
#page_content a{color:#0000FF; font-size:15px; text-decoration:underline;}

#page_title{
	width:593px;
	float:left;
	margin-left:15px;
	color:#232F64;
}
#page_title h1{font-size:25px;}
#page_title p{font-size:15px;}
#left_content{
	width:578px;
	float:left;
	margin-left:30px;
	line-height:20px;
	font-size:15px;
}
#left_content h1, #left_content h2, #left_content h3{
	font-size: 17px;
	font-weight:bold;
	margin:0px;
}
#left_content a{font-weight:normal;}
#left_content p, #left_content ul{margin-bottom:30px;}

#sitemap a{
	color:#132059;
	font-size:16px;
	padding-left:10px;
	background:url(/images/banner_link_arrow.png) 0px 3px no-repeat;
	line-height:18px;
	text-decoration:none;
}

#sitemap li{list-style:none;}
#right_content{
	width:284px;
	float:right;
	margin-right:25px;
	font-size:12px;
}

#right_content a{font-weight:normal; font-size:12px;}
#right_content .rC{width:244px; margin-left:20px; margin-top:5px;}
#right_content h1, #right_content h2, #right_content h3{font-size:17px;}
#right_content p{margin-left:10px;}
#right_content table{margin-bottom:10px; border-bottom:1px solid #D1D1D1; padding-bottom:10px;}

/*---------------------------------------------------------------------------------------------*/
#footer{
	width:950px;
	height:351px;
	background:url(/images/footer_bkg.jpg) top left no-repeat;
	position:relative;
	color:#FFFFFF;
	font-size:15px;
}

#footer a{color:#FFFFFF;}
#footer div{overflow: hidden; position:absolute;}
#footer .angies{top:0px; left:10px;}
#footer h1, #footer h2, #footer h3{	
	font-size:17px;
	width:100%;
	line-height:35px;
	margin-bottom:5px;
	color:#FFFFFF;
}
#footer .footer_left{
	width:314px;
	height:168px;
	position:absolute;
	overflow:hidden;
	top:76px;
	left:29px;
}
#footer .footer_right{
	width:520px;
	height:162px;
	position:absolute;
	overflow:hidden;
	top:76px;
	left:420px;

}
#footer .footer_right p{margin:0px 0px 5px 10px;}
#footer .copyright{
	width:420px;
	height:51px;
	top:290px;
	left:25px;
	color:#14205A;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
#footer .copyright a{color:#14205A; text-decoration:underline; font-size:12px;}
#footer .other_logos{
	width:500px;
	height:51px;
	top:290px;
	left:430px;
}
#footer .other_logos a{float:left;}