body
{
	background-attachment: scroll;
	background-image: url(/images/bckground.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: white;
}

h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #CCCC66;
	padding: 5px;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
	margin: 0px;
}

h1.home {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #00319C;
	padding: 5px;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
	margin: 0px;
	color: #FFC500;
}


h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	background-color: #CCCC66;
	padding: 5px;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
}

h3, h4 { padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#header-adr {
	position:absolute;
	left:180px;
	top:36px;
	width:329px;
	height:44px;
	background-color:#CCCC99;
}



 #navlist
{
padding: 0 1px 1px;
margin: 95px 100px 0px 150px;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid olive;
display: inline;
}

#navlist li a
{
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em #663 solid;
	text-decoration: none;
	background-color: #CC9;
}

#navlist li a:link { color: #033; }
#navlist li a:visited { color: #666; }

#navlist li a:hover
{
	border-color: #FE3;
	color: #CCC;
	background-color: #966;
}

#sidenavcontainer { float: left;}

 #sidenavlist
{
padding: 0 1px 1px;
margin-left: 0;
margin-top: 20px;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 10em;
}

#sidenavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid olive;
text-align: left;
}

#sidenavlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #663;
background: #CC9;
text-decoration: none;
}

#sidenavlist li a:link { color: #033; }
#sidenavlist li a:visited { color: #666; }

#sidenavlist li a:hover
{
border-color: #FE3;
color: #CCC;
background: #966;
}

#content
{
	font-size: 1em;
	line-height: 1.25em;
	color: #663333;
	margin: 20px 190px 10px 150px;
	background-color: #FFFFCC;
	border: 1px solid #996633;
}


#content p {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	color: #00184A;
}

#content li {
	font-size: 1em;
	line-height: 1.5em;
	list-style-type: square;
}

#content img
{
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #990000;
	padding: 5px;
}

#copyright
{
	font-size: .75em;
	line-height: 1em;
	color: #666;
	margin: 10px 190px 10px 150px;
	background-color: #CCC;
	border: 1px solid #996633;
}

#copyright p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}

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