/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}
h1
{
font-size: x-large;
color: #314172;
font-family: arial;
}
h2
{
font-size: large;
color: #314172;
font-family: arial;
}
h2 a
{
font-size: large;
color: #999;
font-family: arial;
text-decoration:underline;
}
a: hover
{
text-decoration: none;
color: #000;
}

p,li,ul
{
font-family: arial;
font-size: 14px;
}

li a
{
font-size: 16px;
}
a
{
text-decoration: none;
color: #660202;
}
a:hover
{
text-decoration:underline;
color: #000;
}

div.scroll {
height: 620px;
width: 563px;
overflow: auto;
background-color: #fff;
padding: 8px;
}

.style1 
{
	font-size: x-large;
	color: #333;
}
#container
{
 width: 816px;
 margin: auto;
 overflow: auto;
 background-image: url(bodyback.jpg);

 
}

#header
{
width: 816px;
height: 377px;
 background-image: url(header.jpg);
}

#leftcontainer
{
	width: auto;
	float: left;

}
#leftnav
{

	color: #000;
	text-align: left;
	width: 190px;
	margin-left: 0px;
	padding-left: 10px;

	font: large;
	display:block;
	margin-top: -100px;
	float: left;
	font: large;
	margin-bottom: 15px;
}
	

#leftnav ul
{
	list-style: none;

	line-height: 1em;
	text-decoration: none;
}
#leftnav ul
{
	list-style: none;

}
#leftnav li
{

	color: #000;
	text-align: left;
	width: 190px;
	font: large;
	display:block;

}
#leftnav li a
{

	color: #000;
	text-align: left;
	margin-right: 7px
padding-right: 7px;

	width: 190px;



	font: large;
		display:block;
		padding-top: 6px;
		padding-bottom: 6px;

	
	
}
#leftnav li a:hover
{

	color: #fff;
	text-align: left;
	width: 190px;
text-decoration:none;
 

	font: large;
		display:block;
				padding-top: 6px;
		padding-bottom: 6px;

}


#contentcontainer
{
	float: right;
	display: inline;
	width: 530px;
	margin-top: -90px;
	

}
#spacer
{
float:right;
margin-top: 111px;
height: 162px;
width: 74px;
}
#slideshow
{
	width: 473px;
	background: #fff;
	height: 162px;
	margin-top: 111px;
	float: right;
}
#text
{
	padding-right: 15px;
	padding-top: 1px;

	width: 500px;
	margin-top: 5px;
}
#textz
{
	padding-top: 1px;

	width: 750px;
	float:left;
	margin-top: 35px;
}
#texts
{
	padding: 18px;
	padding-top: 16px;

	width: 578px;

	margin-top: 35px;
}
#footer
{
clear: both;
background: #000;
color:#FFFFFF;
text-align: center;
font-family: arial;
padding-right: 10px;

}
#footer a
{
color: #c9c394;
text-decoration: none;
}
#footer a:hover
{
color: #fff;
text-decoration: none;
}
.photos
{
 float: right;
}

dl, dd, ul, li {
margin: 0;

list-style-type: none;
color: #000;
}
dt {
margin: 0;
padding-right: 0px;
list-style-type: none;
color: #000;
}
#menu {
z-index:100;
width: 99%; /* precision for Opera */

}
#menu dl {

width: 12em;
}
#menu dt {
cursor: pointer;
font-weight: bold;
font-family: arial;

margin: 1px;
color: #000;
}
#menu dd {
display: none;

}
#menu li {



}
#menu li a, #menu dt a {
font-size: 11px;
color: #000;
text-decoration: none;
display: block;
height: 100%;
	border-left: solid 5px #000;
padding-top: 3px;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #000;
font-size: 11px;
text-decoration: none;
padding-top: 3px;
color: #fdcf0a;
display: block;
height: 100%;
	border-left: solid 5px #00;
}