/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif, System;
	color: #3767AE;
	font-size: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url( 'images/BKG.jpg' );
	background-position: Top Center;
	background-repeat: repeat-y;
	background-color: #3767AE;	
}

a:link {
	color: #3767AE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3767AE;
}
a:hover {
	text-decoration: none;
	color: #CD232B;
}
a:active {
	text-decoration: none;
	color: #3767AE;
}

.contentHolder{
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;	
	overflow: visable;
	display: block;
}

.headerHolder{
	width: 908px;
	height: 184px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-image: url( 'images/Logo.jpg' );
	background-repeat: no-repeat;
	background-position: Top Center;
	overflow: hidden;
	display: block;
}

.contentHolderLeft{
	width: 203px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visable;
	display: block;
	float: left;
}

.contentHolderLeft a
{
    text-decoration: none;
    color: #FFFFFF;
}
.contentHolderLeft a:hover
{
    text-decoration: none;
    color: #FFFF33;
}

.contentHolderLeftSqrBlueOuter{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url( 'images/Heading_Box_TopCircle.gif' );
	background-repeat: no-repeat;    
	background-position: Top Center;
	background-color: #3767AE;
	overflow: hidden;
	display: block;
}

.contentHolderLeftSqrBlueInner{
	margin-left: auto;
	margin-right: auto;		
	padding: 0px 8px 20px 8px;
	font-size: 0.7em;	
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	background-image: url( 'images/Heading_Box_BottomCircle.gif' );
	background-repeat: no-repeat;    
	background-position: Bottom Center;
	overflow: hidden;
	display: block;
}

.contentHolderLeftSqrRedOuter{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 15px;
	background-image: url( 'images/Heading_Box_TopCircle.gif' );
	background-repeat: no-repeat;    
	background-position: Top Center;
	background-color: #CD232B;
	overflow: hidden;
	display: block;
}

.contentHolderLeftSqrRedInner{
	margin-left: auto;
	margin-right: auto;		
	padding: 0px 8px 20px 8px;
	font-size: 0.7em;	
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	background-image: url( 'images/Heading_Box_BottomCircle.gif' );
	background-repeat: no-repeat;    
	background-position: Bottom Center;
	overflow: hidden;
	display: block;
}

.contentHolderLeftSqrLinks{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	overflow: hidden;
	display: block;
}

.contentHolderRight{
	width: 676px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visable;
	display: block;
	float: right;
}

.contentHolderRightCookieTrail{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.6em;	
	line-height: 1.5em;
	color: #3767AE;
	text-align: left;
	overflow: hidden;
	display: block;
}

.contentHolderRightContent{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;	
	line-height: 1.5em;
	color: #3767AE;
	text-align: left;
	overflow: hidden;
	display: block;
}

.headerFooter{
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.6em;	
	line-height: 1.5em;
	color: #3767AE;
	text-align: left;
	overflow: hidden;
	display: block;
}