﻿@import url("reset.css");
html,body {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#masthead {
	width: 960px;
	height:130px;
	background-image:url('../images/masthead1e.png');
	overflow: hidden;
	clear:none;
}

#navigation {
	float:right;
	padding-right:30px;
	padding-top:107px;
}
#navigation ul {
}
#navigation li {
	display:inline;
	padding-right:40px;
	height:36px;
	color:#FFF;
}
#navigation a {
	text-decoration: none;
	color: #FFF;
	font-size:1em;
	background: url('../images/ball1.jpg') no-repeat left top;
}
#navigation a:hover {
	background: url('../images/ball1-hover.jpg') no-repeat scroll left top;
	color: #FFEE6B;
}
#navigation .current a {
	background: url('../images/ball1-hover.jpg') no-repeat scroll left top;
	color: #FFEE6B;
}
a {
	color:#990000;
}
a:hover {
	color:#CE6700;
}

#content {
/*	border:3px #21497A outset; */
	margin-top:15px;
	padding:15px;
	color: black;
	position: relative;
	text-align: left;
	min-height:370px;
}
#content li {
	margin-bottom:9px;
}
#content .home li {
	margin:0;
	margin-left:10px;
}
#content p {
	font-size:1.0em;
	margin-top:5px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	line-height:125%;
}
#sidebar {
	float: right;
	width: 350px;
	text-align: left;
}
#sidebar .content {
	padding-left:25px;
	padding-top:10px;
	padding-right:1px;
	margin-bottom:2em;
}
#footer {
	border-top:2px maroon solid;
	padding: 10px;
	text-align: center;
	clear:both;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	margin-bottom:15px;
}
#content h1 {
	font-size:1.4em;
	margin-top:15px;
}
#content h2 {
	font-size:1.3em;
}
#content h3 {
	font-size:1.2em;
}

#content img {
	padding: 5px;
	float:right;
}
/* Sidebar Styles */
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar ul {
}
#sidebar li {
	line-height:1.7em;
	font-size:1.2em;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	line-height:1.5em;
}
.cr {
	font-size:0.7em;
}
#footer a {
	color:#990000;
	text-decoration: underline;
}
#footer a:hover {
	color:#CE6700;
}
.contact a {
}
.contact a:hover {
}

/* Link Styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
div.hr {
	border-top: 1px solid #21497A;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

#credit {
	background-color:#fff;
	clear:both;
	margin-left:0;
	margin-right:0;
	text-align: center;	
	margin-top: 10px;
}
#credit p {
	font-size: 11px;
	color:#808080;
}
#credit a {
	color:#808080;
	text-decoration:none;
}
#credit a:hover {
	color: navy;
	text-decoration:underline;
}
.hiddenpic {
	display: none;
}
img {
	border:0;
}
li {
	list-style-type:disc;
	list-style-position:inside;
	padding-left:8px;
	padding-bottom:10px;
}



