html,body{
	padding: 0px;
	width: 100%;
	margin: 0px;
	background-color:#fff;
	background-image: url(../images/back.jpg);
}

#mainContainer{
	width: 846px;
	margin-left: auto;
	margin-right: auto;		
}

#contentContainer{
	width: 846px;
	float:left;
}

#top{
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:429px;
	background-color:#fff;
}

#menu{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height:35px;
	padding-top:6px;
	padding-left:60px;
}

#Right {
	background-image: url(../images/backSub.jpg);
	width:253px;
	float:left;
	padding-left:17px;
	padding-right:17px;
	padding-top:13px;
	height:569px;
}

#Content{
	width:467px;
	padding-left:39px;
	float:left;
	padding-right:29px;
	height:582px;
	overflow: auto;;
}

h1{
	color:#3399cc;
	font-size:25px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

h2{
	color:#3399cc;
	font-size:16px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}

.mainText{
	font-family:verdana;
	color : #000;
	font-size:11px;
	line-height:1.5;
}

#bottom{
	padding-top:20px;
	floaf:left;
	clear:left;
}

#ContentHolder{
	float:left;
}

a{
	color:#002859;
}

a:hover{
	color:#fff;
}

a:active{
	color:#002859;
}

a:visited{
	color: #002859;
}

.linkBottom {
	text-decoration:none;
	color:#000;
}

.linkBottom:hover {
	color:#000;
	text-decoration:none;
}

.linkBottom:visited {
	text-decoration:none;
	color:#000;
}



