/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-image:url(../images/bodybg.jpg);
	background-color: #f4f4f4;
	background-position: center;
	background-repeat: repeat-y;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	
}

#container
{
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	background-color: #FFFFFF;
	background-image:url(../images/bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	padding-right: 18px;
}

#head
{
	background-image:url(../images/banner.jpg);
	margin: 0px;
	border-bottom: 1px solid #c0c0c0;
	height: 100px;
}
#nav {
	height: 21px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 20px;
	font-size: 1.2em;
}
#nav a {
	text-decoration: none;
	color: #333333;
}
#nav a:hover {
	color: #729194;
}

#head a
{
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}

#head a:hover
{
	background-color: #c0c0c0;
	color: #ffffff;
	text-decoration: none;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
	font-weight:bold;
}




#head li
{
	display: inline;
	padding-right: 10px;
	padding-top:10px;
}

#footer
{
	padding-top: 150px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content
{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 15px;
}

#content a {
	color: #222222;
}

#content a:hover {
	color: #222222;
	text-decoration: none;
}

#content  p {
	text-align: justify;
}
.quote {
	font-size: 1.1em;
	float: right;
	width: 250px;
	line-height: 1.3em;
	background-color: #F6F6F6;
	margin-left: 20px;
	margin-right: 3px;
	border: 1px solid #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000000;
	font-style: italic;
}



.rightpic
{
	float:right;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#content p.maintext
{
	color: #333333;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
h1 {
	font-size: 1.3em;
	margin: 0px;
	color: #8BAEB5;
}

h5
{
	color: #666666;
}
h2 {
	font-size: 1em;
	color: #6E8E8F;
}
