/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif, System;
	color: #003366;
	font-size: 100%;
	margin: 0px;
	padding: 0px;	
	background-image: url( 'images/BKG.jpg' );
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
}

a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #003366;
}

ul{
	line-height: 200%;
}

h1{
    font-size: 150%;
	color: #FFFFFF;
	font-weight: bold;
}

h2{
    font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}

h3{
    font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

h4{
    font-size: 100%;
	color: #003366;
	font-weight: bold;
}

.whiteText {
	color: #FFFFFF;
}

.PaddedBox{
	width: auto;
	height: auto;
	padding: 10px 10px 10px 20px;	
	overflow: auto;
	display: block;	
}

.bodyHolder{
	width: 935px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;	
}

.headHolder{
	width: 935px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;	
}

.contentHolder{
	width: 935px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;	
}

.leftHolder{
	width: 597px;
	height: 434px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;	
	float: left;
}

.rightHolder{
	width: 310px;
	height: 434px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;
	float: right;
}

.footerHolder{
	width: 935px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	display: block;	
}


