﻿body
{
	background-color: #8BB0D3;
	margin: 0;
}

#gradient
{
	background: url(images/bgGradient.jpg);
	margin: auto;
	width: 1000px;
}

#wrapper
{
	background-color: White;
	margin: auto;
	width: 796px;
}

#banner
{
	background: url(images/banner.jpg);
	height: 237px;
	width: 796px;
}

#imageRotate
{
	height: 200px;
	margin-left: 266px;
	width: 265px;
}

#seal
{
	background: url(images/seal.jpg);
	height: 96px;
	margin: auto;
	width: 406px;
}

#content
{
	padding: 15px;
	width: 776px;
}

#grayBoxLeft
{
	background: #BFC1C7;
	float: left;
	height: 423px;
	width: 373px;
}

#navButtonLeft
{
	background: url(images/navButton.png);
	height: 27px;
	margin: 20px 0 10px 35px;
	width: 299px;
}

#navButtonLeft a, #navButtonLeft a:visited
{
	color: White;
	display: block;
	float: left;
	margin-left: 35px;
	padding: 4px;
	text-decoration: none;
}

#grayBoxRight
{
	background: #BFC1C7;
	height: 423px;
	margin-left: 393px;
	width: 373px;
}

#navButtonRight
{
	background: url(images/navButton.png);
	height: 27px;
	margin: 20px 0 10px 35px;
	width: 299px;
}

#navButtonRight a, #navButtonRight a:visited
{
	color: White;
	display: block;
	float: left;
	margin-left: 35px;
	padding: 4px;
	text-decoration: none;
}

#footer
{
	border-top: solid 2px #004990;
	color: #004990;
	margin: auto;
	padding: 15px;
	text-align: center;
	width: 736px;
}

/* secondary */
#nav
{
	margin: 15px;
}

#navLeft
{
	float: left;
	height: 27px;
	width: 299px;
}

#navRight
{
	height: 27px;	
	margin-left: 393px;
	width: 299px;
}
