/**	basic colors
dark red 	= #710101
light red 	= #cc0000
light grey 	= #D2D2D2
*/

/** common items/classes **/
BODY, P {
	font-family: Verdana;
    font-size: 10pt;
	text-align: left;
}

P {
	padding: 5px;
}

TD {
	font-size: 8pt;
}

A {
	color: #710101;
	font-weight: bold;
}

A:hover {
	color: #cc0000;
	text-decoration: none;
}
/*
possible link hierarchy
#test A {
	color: #a60000;
}
#test A:hover {
	color: #FF0000;
}
#test A:visited {
	color: #710101;
}
*/
h2 {
	color: #cc0000;
	margin: 2px;
	padding: 2px;
	font-family: Verdana;
	font-size: 14pt;
	background-image: url(/images/fade_red_line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
h3 {
	color: #710101;
	margin: 1px;
	padding: 1px;
	font-family: Verdana;
	font-size: 12pt;
}
h4 {
	color: #cc0000;
	margin: 1px;
	padding: 1px;
	font-family: Verdana;
	font-size: 10pt;
}
h5 {
	color: #000000;
	margin: 1px;
	padding: 1px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}


/* mozilla fix */
div {
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
/* mozilla fix */
ul {
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
/* mozilla fix */
li {
	-moz-box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

/** classes **/
.red {
	color: #cc0000;
}
.white {
	color: #ffffff;
}
.small {
	font-size: 8pt;
}
#content {
	width: 600px;
	height: 100%;
	margin-top: 4px;
	margin-left: 47px;
	margin-right: 47px;
	margin-bottom: 4px;
	background-color: #ffffff;
	text-align: left;
}

#content p {
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 10pt;
}

/** header style **/
#center {
	text-align: center;
	vertical-align: middle;
	margin:1px;
	padding:1px;
}
#header {
	margin: 0px;
	background-image: url("images/header.jpg");
	background-color: #000000;
	width: 750px;
	height: 100px;
}
#border {
	text-align: center;
	width:750px;
	border: 1px solid #cc0000;
}
#header_menu {
	background-image: url("images/grass_bg5.gif");
	border: 1px solid #710101;
	text-align: center;
	vertical-align: middle;
	font-family: Times New Roman;
	width: 750px;
	height: 25px;
	padding: 2px;
}
#header_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 4px;
	width: 100%;
}

#header_menu li {
	display: inline;
	padding: 2px 2px 0px 2px;
	border-left: 1px solid #00000;
	font-size: 11pt;
	width:120px;
}
#header_menu li.first {
	border-left: 0px;
}
#header_menu li a {
	color: #ffffff;
	font-weight: bold;
}
#header_menu li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.header {
	float: right;
	font-size: 12pt;
	font-weight: bold;
	font-family: Times New Roman;
	margin: 2px;
	color: #ffffff;
}
.header a {	color: #ffffff;	}
.header a:hover {	color: #cc0000;	}

li {
	position: relative;
}

#header_menu li ul { /* second-level lists */
	display: none;
	top: 20px;
	left: 5px;
	text-align:left;
	position: absolute;
}

#header_menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#header_menu li:hover ul, #header_menu li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: #000000;
	width: 90px;
}
#header_menu li ul li {
	display: block;
	color: #ffffff;
	border-left: 0px;
	width: 90px;
}

#body {
	width: 750px;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

/** footer style **/
#footer {
	font-family: Times New Roman;
	background-color: #710101;
/*	background-image: url("images/header_background.gif");*/
	width: 750px;
	border-top: 1px solid #ffffff;
	padding: 5px;
	margin-bottom: 0px;
	color: #D2D2D2;
	font-size: 10pt;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #cc0000;
}