@charset "UTF-8";
/* CSS Document */


body {
	background-color: #ec2029;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page{
	width:1110px;
	_width:1112px;
	margin:0 auto
	}
	
#header {
	width:1110;
	_width:1112;
	height:101px;
	background:url(images/header.gif);
	background-repeat:none;
}
#headerContent{
	color:#000000;
	font-family:arial;
	font-size:12px;
	line-height:1.5;
	padding:20px;
	width:500px;
	margin-left:500px;
}
#main {
	background-color:#7fbee7;
	width:1024px;
	_width:1026px;
	padding-left:1px;
	padding-bottom:1px;
	padding-right:1px;
	margin:0 auto
}
#welcomeText {
	padding:10px;
	font:12px arial;
	color:#003366;
	line-height:1.4em
}
#navImage{
	padding:0;
	float:right;
	width:510px;
}
#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 510px;
}
#menu li {
	font: 75% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #7fbee7 url("images/button_off.gif") repeat-x;
	border-bottom: 1px solid #7fbee7;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 11px 10px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #a63896 url("") repeat-x;
	display:block;
	color: #fff;
}
	
	
#menu2 {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
}
#menu2 li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	
}
#menu2 a {
	background: #984f47 url("images/button_off.gif") repeat-x;
	border-bottom: 1px solid #7fbee7;
	color: #ccc;
	float:left;
	display: block;
	margin: 0;
	padding: 14px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu2 a:hover {
	background: #984f47 url("") repeat-x;
	display:block;
	color: #fff;
}
	
	

