/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 { font-size: 1.6em; }

h3{
 	font-size: 0.8em;
 	font-weight: normal;
 	text-decoration: none;
}


p, blockquote, ul, ol {
	line-height: 120%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 131px;  /* this number adjusts the gap between the CONTENT div and the NAV/HEADER div..it should be 132 to work with Firefox and IE */
	margin: 0 auto;
}

/* Logo */

#logo {
	margin: 0 auto;
	width: 800px;
	height: 109px;  /* this adjusts the gap between the nav bar and the logo, it should be 1px smaller than the logo..dunno why but it works. */
}









/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/* Footer */

#footer {
	width: 798px;
	height: 60px;
	margin: 0 auto;
	border-left: 1px solid #015E87;
	border-bottom: 1px solid #015E87;
	border-right: 1px solid #015E87;
	background: #FFFFFF;  /* Change Content BG color here */
}

#footer p {
	margin: 0;
	padding: 0px 0px 0px 90px;
	text-align: left;
	font-size: small;
	color: #000000;
}

#footer a {
	color: #015E87;
}