* {
	font-size:10pt;
	font-family: Arial, sansserif;
	color: #333;
	margin: 0px;
	padding:0px;
}

BODY {
	background-color: #fff;
}

A {
	color: #000066;
	text-decoration:none;
}


A:hover{
	text-decoration:underline;
}

B, B *, STRONG, STRONG * {
	font-weight:bold;
}

A IMG {
	border:none;
	}

#banner{
	position:relative;
	padding-top: 3px;
	padding-right:7px;
	width:973px;
	height: 144px;
	margin-bottom:3px;
}

#banner .logo{
	position:absolute;
	bottom:0px;
	right:7px;
}

#banner .banner-image{
	position:absolute;
	top:3px;
	left:0px;
}



#container {
	position:relative;
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
	background-color: white;
	background-image: url(images/bg.jpg);
}

#container .footer {
	clear:both;
}

#main-menu {
	float:left;
	width:284px;
	height:384px;
	background-image: url(images/main-menu-bg.png);
	padding-top:21px;
}

#main-menu .menu-item1, #main-menu .menu-item1-hi
{
	margin-left:83px;
	width:187px;
	padding-left:14px;
	border-top:3px solid white;
	padding-top:4px;
	padding-bottom:4px;
}

#main-menu .menu-item1-hi{
	background-color: #e8bc5d;
}

#main-menu .menu-item1 A, #main-menu .menu-item1-hi A{
	font-family: Verdana;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0;
	font-variant: small-caps;
	font-weight: bold;
	color:white;
}

#main-menu .menu-item1 A:hover{
	color: #e8bc5d;
	text-decoration:none;
}

#main-menu .menu-item1-hi A:hover{
	color: white;
	text-decoration:none;
}

#content {
	margin-top:20px;
	margin-right:7px;
	float:right;
	width:580px;
	background-color:white;
	padding:8px 20px 20px 65px;
}

#content H1 {
	color:#e8bc5d;
	font-family: Verdana;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom:10px;
}

#content H2 {
	margin-top:25px;
	margin-bottom:0px;	

}

#content P, #content UL {

	margin-top:3px;
	margin-bottom:15px;	
}

#content LI {
	margin-bottom:10px;	
}
