body {
	background: url(../images/background.jpg) top left repeat-x;
	margin: 0;
	background-color: #b9dbfd;
}

#container {
	background: url(../images/top.jpg) top left no-repeat;
	width: 756px;
	height: 691px;
	position: absolute;
	left: 50%;
	margin-left: -378px;
}

/*---------------------------------*/
/*------------header---------------*/
/*---------------------------------*/

#header {
	text-align: right;
}

#headerLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a216a;
	text-align: center;
	float: right;
	margin-top: 10px;
}

/*---------------------------------*/
/*------------sideNav--------------*/
/*---------------------------------*/

#sideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 185px;
	height: 215px;
	position: absolute;
	left: 50%;
	margin: 210px 0 0 -330px;
}

#sideNav ul{
	list-style-type: none;
	line-height: 22px;
	
}

#sideNav ul li a:link, #sideNav ul li a:visited {
	color: #0a216a;
	text-decoration: none;
}

#sideNav ul li a:hover, #sideNav ul li a:active {
	color: #b09c64;
	text-decoration: none;
}

/*---------------------------------*/
/*-----------Content---------------*/
/*---------------------------------*/


#contentContainer {
	width: 498px;
	height: auto;
	margin: 217px 0 0 -123px;
	position: absolute;
	left: 50%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content {
	padding: 0 20px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990000;
	margin: 0;
	padding: 0;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0D297C;
	margin-top: 0;
	line-height: 28px;
}

#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	margin-bottom: 0px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
}

#content a:link, #content a:visited {
	color: #0c2982;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #b09c64;
}

#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	list-style-image: url(../images/bullet3.gif);
}

#content ul li {
	margin-top: 15px;
}

#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
}

#content ol li {
	margin: 5px 0 0 0;
}

/*---------------------------------*/
/*------------footer---------------*/
/*---------------------------------*/


#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
#footer p {
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------*/
/*-----------bottomNav-------------*/
/*---------------------------------*/


#bottomNav {
	background-color: #b9dbfd;
	text-align: center;
	padding: 20px 10px 30px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0a216a;
	line-height: 18px;
}

#bottomNav a:link, #bottomNav a:visited {
	color: #0a216a;
	text-decoration: none;
}

#bottomNav a:hover, #bottomNav a:actived {
	color: #b09c64;
	text-decoration: none;
}



#contactForm {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	background: #C1B59F url(../images/formBorder/topleft.gif) top left no-repeat;
}
.tr {
	background: url(../images/formBorder/topright.gif) top right no-repeat;
}
.bl {
	background: url(../images/formBorder/btmleft.gif) bottom left no-repeat;
}
.br {
	background: url(../images/formBorder/btmright.gif) bottom right no-repeat;
}

