@charset "UTF-8";

* { 
	padding: 0px;
	padding-right: auto;
	padding-left: auto;
	margin: 0px;
	line-height:120%;
	text-align: left;
}

.body {
	margin: 0;
	padding: 0;
	text-align: center;	
}

#container {
	border: none;
	background-color: #FFFFFF;
}

#header {
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 125px;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: bold;
}
#header h2 {
	font-size: 14px;
	line-height: 145%;
	margin-left: 15px;
}

.gray {
	color: #333333;
}
.blue {
	color: #3366CC;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0066;
}

.center {
	width: 450px;	
	text-align: center;
}

#menu {
	width: 150px;
	clear: both;
	float: left;
	position : absolute;
	padding-left: 25px;
	padding-top: 40px;
	padding-bottom:40px;
	margin-bottom:0px;
}

#menu li {
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF0066;
	margin-bottom: 1px;
	padding-left: 4px;
	list-style-type: none;
	list-style-position: inside;
}

#menu li.dead {
	border-left-color: #BBBBBB;
	color: #BBBBBB;
}
#menu li.sub {
	font-size: 14px;
	line-height: 180%;
	font-weight: bold;
	border-left-color: #999999;
	margin-left: 10px;
	list-style-type: none;
	list-style-position: inside;
}
#menu li.current {
	border-left-color: #00CC00;
	color: #000000;
}
#menu a {
	line-height: 180%;
	text-decoration: none;
	color: #000000;
	display: block;
	margin-left: 0px;
	_height: 0px;  /* ie bug */
}
#menu a:hover {
	line-height: 180%;
	color: #FF0066;
	display: block;
	width: 125px;
	padding-left: 5px;
}

#logo {
	height: 100px;
	position: relative;
	text-align: left;
	margin-left:25px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 650px;
}

#main {
	float: left;
	margin-left: 175px;
	padding: 40px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	_margin-left: 100px; /* ie bug */
}

#footer {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
