/* CSS Document */

body 
{
background-color: #e0e0e0;
}


P {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
padding: 15px;
padding-top: 5px;
}

.strong{
font-weight:bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

.red {
background: #001d33;
height: 100px;
width: 800px;
}
.new {
font-family: Geneva, Arial, Helvetica, sans-serif;
float:left;
width: 150;
font-size:13px;
font-weight:bold;
margin-left: 8px;
color: #CCCCCC;
text-decoration:underline;
}

.link{
color: #fff;
text-decoration:none;
font-weight:normal;
font-size:11px;
}

.link:hover{
text-decoration:underline overline;
color:#916c00}

.redunder {
background: #001d33;
height: 27px;
width: 800px;
color: #fff;
padding-top:5px;
font-size: 14px;
text-align:right;
}

.foot {
text-align: center;
}


H3 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #916c00;
font-weight: bold;
margin: 10px;
background:#e0e0e0;
}
a.three:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;

}
a.three:visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;

}
a.three:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #CC0066;
text-decoration: none;
}

a.menu2:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
a.menu2:visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
a.menu2:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #916c00;
text-decoration: none;
font-weight: bold;
}

.button {
float: left;
text-align: center;
width: 140px;
margin-top: 15px;
font-size:14px;
font-weight: normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
border: solid #fff 1px;
text-decoration: none;
}

.txt{
text-align: left;
margin-top: 10px;
padding-bottom: 10px;
margin-left: 5px;
}


.line{
width: 800px;
height: 220px;
padding-top: 3px;
padding-bottom:3px;
}

.white {
background-color: #fff;
border: 5px ridge #5151FF;
}


<!-- LEFT MENU STYLE -->

ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

li { /* all list items */
position: relative;
background-color: transparent;
width: 135px;
color: #fff;
font-weight: normal;
list-style: none;
padding: 3px;
border: solid #330000 1px;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	padding-left: 1px;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	border-right: solid 2px #330000;
	}

.list {
width: 650px;
border:none;
padding-top: 10px;
color: #000;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
.menu{
color: #fff;
margin-right: 3px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
