h1 { 
	font-family: "Courier New", Courier, arial;
	font-size: 30px;
	font-weight: bold;
	font-style:normal;
	color: #666666;
	margin-top:30px;
	margin-left: 20px;
}


h2 { 
	font-family: "Courier New", Courier, arial;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
	color: #000066;
	margin-left: 15px;
}

h3 { 
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #52140E;
	border-bottom: 1px dotted #96A27B;
}

h4 { 
	font-size: 11px;
	font-style: italic;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
td {font-family:Arial, Helvetica, sans-serif;font-size:12px}
body {
	background-color: #ffffff;
	margin: 10px;
}
a:link, a:visited, a:active { 
	color: blue; 
	text-decoration: underline; 
	font-weight: normal;
	}
	
a:hover { 
	color: red; 
	}
a img {
	border: 0px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #FFFFFF}
.style5 {
	font-size: 14px;
	font-weight: bold;
}

div#body-containor {
width:770px; height: 335px; border:black dotted 1px;
}
div#body-left {
width:235px; margin: 10px; float:left;
}
div#body-right {
width:480px; height: 335px; padding: 10px; border-left:black dotted 0px; float:left;
}


/* Menu Items */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 1px;
}

#nav-menu li a
{
background-color: #2128d7;
height: 20px;
line-height: 20px;
float: left;
width: 124px;
display: block;
border: 1px dotted #087647;
border-bottom: 0px;
color: white;
text-decoration: none;
text-align: center;
font-size:10px;
font-weight:bold;
}
#nav-menu li a:hover
{
background-color: #cccccc;
color:black;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:770px
} 


