/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	background-color: #6389BA;
}

#wrap { width:780px; margin:0 auto; }

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16pt;
	padding-bottom: 20px;
}

h2 {
	font-size: 14pt;
	padding-bottom: 10px;
	color: #588767;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 120%;
}

a {
	color: #00295B;
	text-decoration: none;
}

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

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 1px solid #848C8F;
	padding: 2px;
}

hr {
	display: none;
}


#header {
	background-image: url(images/bluelayout/bluelyaout_01.jpg);
	height: 114px;
	width: 775px;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap #header table {
	margin-left: 20px;
	margin-top: 8px;
}
#header .sitetitle {
	font-size: 24pt;
	color: #00295B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header .sitetagline {
	color: #004040;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



/* Navigation */
#navigation {
	background-image: url(images/bluelayout/bluelyaout_02.jpg);
	height: 56px;
	width: 775px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#navigation li {
	display: inline;
	height: auto;
}
#navigation ul {
}

#navigation li a {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	color: #eeeecc;
	text-decoration: underline;
}

/* Content */
#content {
	background-image: url(images/bluelayout/bluelyaout_03.jpg);
	background-repeat: repeat;
	width: 775px;
}
#content .contentmainbody {
	width: 720px;
	padding-left: 30px;
}
#content .contentmainbody li {
	list-style-image: url(images/check.jpg);
	padding-bottom: 10px;
}
#content .contentmainbody ul {
	padding-left: 40px;
}




/* Footer Links */
#footerlinks {
	background-image: url(images/bluelayout/bluelyaout_03.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#footerlinks li {
	display: inline;
	height: auto;
}
#footerlinks ul {
	margin: 0px;
	padding: 0px;
}

#footerlinks li a {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #588767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
#footerlinks li a:hover {
	color: #618AB8;
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 775px;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#content .questions {
	background-color: #FFFFFF;
}
#content .questions ul {
}
#content .questions li {
	list-style-image: url(images/specialbullet.jpg);
	line-height: 16px;
}
