/*  

Version: 1.0
(October, 2005)

/* Menu styles: */
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	
}

.topmenuli{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:120px;
}
.topmenutitle2{
	display:block;
	color: #000000;
	width:50px;
	padding:2px;
	line-height:14px;
	text-indent:3px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
}

.submenuli a{
	display:block;
	width:120px;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}
/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;
	
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	border:1px solid #999;
	padding:2px;
	color: #000000;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#E7F7FF;
	background-position: top right;
	background-repeat: repeat-x;
	border-top:1px solid #666;
	border-bottom:2px solid #666;
	border-right:2px solid #666;
	border-left:3px solid #FF0000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:hover{
	text-decoration: none;
	background:#336699;
	color: #FFFFFF;
}
/*Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
clear: both;
margin: 0px 0 0 0;
padding: 0;
height: 45px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 0px 0;
border: 0;
}

#avmenu {
z-index: 999;
clear: left;
float: left;
width: 700px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.8em;
}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 10px;
margin: 0 0 2px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 0 0;
}



#content {
border-top: 1px solid #ccc;
margin: 2px 50px 30px 50px;
padding: 4px 20px 0 20px;
line-height: 1.8em;
text-align: justify;
}

#content2 {
margin: 0 0px 0px 0px;


padding: 0 2px 0 2px;

}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 3px solid #f0f0f0;
}

h3 {
font-size: 1.3em;
color: #cc9900;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 20px 0 20px 0;
border-top: 2px solid #f0f0f0;
width: 760px;
text-align: center;

font-size: 0.9em;
line-height:1.5em;

}

#footer a {
color: #0033ff;
text-decoration: none;
text-align: center;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.hcolor {
color: #808080;
}