@charset "UTF-8";
/* CSS Document */

body{
background-color:#003366;
}

#container{
width:960px;
height:auto;
position:relative;
margin:0 auto;
}

#header{
width:960px;
height:173px;
position:relative;
margin:0 auto;
margin-bottom: 0px;
background: url('images/header02.jpg') no-repeat;
}

.headerTable{
float:left;
margin-left: 35px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
}

.headerTable a:link {color:#FFFFFF; text-decoration:underline;}

.headerTable a:visited {color:#333;}

.headerTable a:hover {color:#003366; text-decoration: underline;}

#left{
	/*position: relative;*/
width: 499px;
height: 474px;
float:left;
background: url('images/leftBG.jpg') no-repeat top;
margin-top: 0px;
}

#leftText{
	width:461px;
	float: right;
	height: auto;
	margin-bottom: 0px;
	margin-right: 10px;
}

.bodyText{
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
text-align:justify;
}

#right{
	/*position: relative;*/
width: 461px;
height: 474px;
float:right;
background: url('images/rightBG.jpg') no-repeat top;
margin-top: 0px;
}

#bottom{
width: 960px;
height: auto;
margin-top: 0px;
float: left;
background: url('images/bottomBG.jpg') repeat-y;
}
.bottomTable{
	margin: 0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

.bottomTableBig{
	margin: 0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
	display:compact;
}

.bottomTableBig li{
	margin-bottom: 15px;
		}

#footer{
width: 960px;
height: 109px;
margin-top: 0px;
float: left;
background: url('images/footerBG.jpg') no-repeat;
}

.footerTable{
float:right;
margin-right: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.footerTable a:link {color:#FFFFFF; text-decoration:underline;}

.footerTable a:visited {color:#333;}

.footerTable a:hover {color:#333; text-decoration: underline;}

.footerLarge{font-size: 18px; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF;}
.footerSmall{font-size: 12px; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF;}

