#header 
{
	border: 0;
	width: 100%;
	background: black url("images/logo-complete.gif") no-repeat left top;
}
#backgroundblue
{
	background-image: url('images/bg-1.jpg');
	background-repeat: repeat-y;
	font-variant:normal; font-size:10px; font-family:Arial; color:#FFFFFF
}
#backgroundmain
{
	background: url('images/index_left.jpg') no-repeat center top;
	opacity: 0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95)
}
#container
{
	border:2px solid #000000; 
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 100%;
	text-align: left
	
}
#masthead
{
	height: 128px;
	background: #000000;
}
#menu
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 90%;
	background: #E0D8CB;
	float: left;
}
#content
{
	position: relative;
	float: left;
	top: 10px;
	left: 0px;
	width: 660px;
	margin: 0 10px;
	padding: 0 10px;
	/* Box model hack for IE5 */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:638px;	
}
#sidebar
{
	position: relative;
	float: left;
	top: 10px;
	left: 30px;
	width: 220px;
	background: #EEE;
}
#footer
{
	position: relative;
	clear: left;
	width: 1100px;
	background: #CCC;	
}
/* Be nice to opera hack */
body>#main
{
	width:1100px;
}
a:link
{
	color: #000080; 
}
a:visited
{
	color: #000000; 
} 
a:active 
{
	color: #0000CC;
}
body
{
	font-family: Arial Unicode MS;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	position:relative;
}
p
{
	font-size: 12px;
}
td
{
	font-size: 12px;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
ul.nav 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
li.top
{
	display: block;
	width: 149px;
	height: 24px;
	line-height: 28px;
	border: 1px solid #666;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
	font-family: Arial Unicode MS;
}
ul.nav li a 
{
	display: block;
	width: 200px;
	height: 24px;
	line-height: 28px;
	border: 1px solid #666;
	background-color: #ccc;
	text-decoration: none;
	text-align: left;
	font-family: Arial Unicode MS;
}
ul.nav li a:hover 
{
	background-color: #333;
	color: #fff;
}
ul.subnav 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.subnav li
{
	display: inline;
}
ul.subnav li a 
{
	padding: 20px;
	margin: 0px;
	border: 1px solid #666;
	background-color: #ccc;
	text-decoration: none;
	text-align: center;
	font-family: Arial Unicode MS;
}
ul.subnav li a:hover 
{
	background-color: #333;
	color: #fff;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Unicode MS;
}
h1
{
	color: #FF0066;
	font-size: 14px;
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: #993300; 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}