* 	
	{
		margin: 0;
		padding: 0;
	}
	
	html
	{
		background: #f4f4f4 repeat-x top left;
		
		
		
	}

body {
margin: 0;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(../img/bg.gif) repeat-y 50% 50%;
position: relative;

}

#wrap {
background: #fff url(../img/backm.png) repeat-y right;
color: #303030;
margin: 0 auto;
width: 780px;

}

#header {
clear: both;
margin: 0px 0px 10px 0px;


padding: 0;
height: 100px;
width: 780px;
background: #1B0D03;
}

#header h1 {
width: 0px;
margin: 0 0 10px 0;
float: left;
}

#header p {
background: #E7DC46;
height: 60px;
width: 600px;
float: right;
text-align: left;
padding-top: 20px;
padding-left: 20px;
color: #000;
margin: 10px 0 0px 0;
font-size: 1.2em;
line-height: 1.2em;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0 0 10px 10px;
padding: 0;
font-size: 0.9em;

}

.menu {
z-index:1000;
font-size:11px;
margin:0px 0 0 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
position:relative;
border:0px solid #888;
border-width:0px 0px 0 0px;
background:#1B0D03;
}

.menu li {
background:transparent;
height:40px;
}
* html .menu li {margin-left:-15px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:40px;
line-height:40px;
width:150px;
color:#E7DC46;
text-indent:5px;
border-bottom:1px dotted #333;
background:transparent;
}
/* style the link hover */
* html .menu a:hover {color:#E7DC46; background:#333;}

.menu :hover > a {
color:#E7DC46; 
background:#333;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
background:#1B0D03;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
background:#333;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#333;
}
.menu ul.top2 {top:40px;}
.menu ul.top3 {top:80px;}
.menu ul.top4 {top:120px;}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

.menupic {
background:#1B0D03;
margin: 0 0 0 0;
color: #fff;
padding: 50px 5px 50px 5px;
font-size: .8em;
line-height: normal;

}


#content {
margin: 0px 0px 10px 170px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 2em;
margin: 0 0 0.5em 0;
border-bottom: 4px solid #f0f0f0;
height: 80px;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#content table tr td {
padding-right: 20px;


}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {

color: #E7DC46;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 40px 0 20px 0;
border-top: 10px solid #E7DC46;
width: 780px;
height: 10px;
margin: 0px 0px 0px 0px;

text-align: center;
color: #fff;
font-size: .8em;

background: url(../img/foot.png) bottom no-repeat;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
width: 150px;
font-size: .8em;
line-height: normal;

}

.right200 {
margin: 10px 0 5px 10px;
float: right;
width: 200px;
font-size: .8em;
line-height: normal;

}
.right2 {
margin: 10px 0 5px 10px;
float: right;
width: 300px;
font-size: .8em;
line-height: normal;

}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}