body{
	background-color:white;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Verdana;
	font-size:12px;
	margin:0;
}

div.holder{
	width:717px;
	padding:0px;
	text-align:left;
	background-color:white;
}

div.nav{
	background-image:url(images/nav-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:11px;
	line-height:55px;
	height:55px;
}

div.nav2{
	font-size:11px;
	line-height:55px;
	height:55px;
	padding-left:80px;
}

a, a:visited{
	text-decoration:none;
	color:#002c56;
}

a:hover{
	text-decoration:underline;
	color:#002c56;
}

div.nav a,div.nav a:visited{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	padding-right:15px;
	padding-left:14px;
}

div.nav a:hover{
	text-decoration:underline;
}

div.nav2 a,div.nav2 a:visited{
	display:block;
	float:left;
	color:#0792b1;
	text-decoration:none;
	padding-right:15px;
	padding-left:14px;
}

div.nav2 a:hover{
	text-decoration:underline;
}

img.navLeft, img.navSplit{
	float:left;
}

img.navRight{
	float:right;
}

div.header{
	background-image:url(images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:717px;
	height:303px;
}

div.headerSmall{
	background-image:url(images/header-small.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:717px;
	height:103px;
}

.main{
	background-image:url(images/split.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin-bottom:8px;
	margin-top:8px;
}

.main .left{
	float:left;
	width:256px;
	padding-left:40px;
	padding-right:40px;
}

.main .right{
	float:right;
	width:256px;
	padding-left:40px;
	padding-right:40px;
}

.noSplit .left{
	width:296px!important;
	padding-right:16px!important;
}

.noSplit .right{
	width:296px!important;
	padding-left:16px!important;
}

.main .left2{
	float:left;
	width:357px;
	font-size:16px;
}

.main .right2{
	float:right;
	width:317px;
	padding-left:40px;
	font-size:16px;
}

.main .left h1, .main .right h1{
	text-align:center;
	font-size:25px;
	color:#002c56;
}

.main .left p, .main .right p{
	color:#0792b1;
}

.noSplit{
	background-image:none;
}

.clear{
	clear:both;
}

.moreButton{
	margin-top:32px;
}

.bottomImages{
	float:left;
}

.usefulLinks{
	float:left;
	width:192px;
	text-align:center;
	color:#002c56;
}

.usefulLinks img{
	margin-top:6px;
}

h2{
	font-weight:normal;
	color:#002c56;
	font-size:18px;
	margin:0px;
}

h3{
	color:#0792b1;
	font-size:32px;
	margin:0px;
}

h3.smaller{
	font-size:14px;
	padding-top:16px;
}

h4{
	font-size:35px;
	margin:0px;
	color:#002c56;
}

p.dark{
	color:#002c56!important;
}

img.aboutImage{
	margin:16px;
}

.emailIcon{
	margin-top:-4px;
	margin-right:8px;
	float:left;
}