body { font-size: 70%; 
font-family: Arial; 
background-image: url("/background.gif");
background-repeat: yes-repeat;
}
#header {
	background: url("/header.gif") top left repeat-x;
	height: 107px;
	width: 941px;
	margin: 0px auto;
	text-align: left;
	
}
#header h1 {
	color: #464646;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 70px;
	left: 40px;
	font-size: 25px;
}
#menu  {
	position: absolute;
	top: 94px;
	width: 900px;
	left: 50%;
	margin-left: -450px;

}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: right;
	width: 86px;
	height: 35px;
	background: url("images/menuBg.gif") top left no-repeat;
	text-align: center;
}

#menu a {
	display: block;
	text-align: center;
	padding: 9px 0px 0px;
	font-size: 14px;
	color: black;
}
#menu a:hover {
	color: white;
}
a:focus {
  -moz-outline-style: none;
}

.dropBoxHeader img, .dropBoxHeaderSelected img {
	padding-right: 5px;
	border: 0px;
	float: left;
}
.dropBoxHeader a, .dropBoxHeaderSelected a{
	float: left;
	color: black;
	padding: 3 0 0 0px;
}
.dropBoxHeader a:hover, .dropBoxHeaderSelected a:hover{
	color: blue;
}
.dropBoxHeader {
	padding: 1 10 1 2px;
	background-color: #7F9FFE;
	border: 1px solid #dddddd;
	height: 25px;
	margin-top: 1px;
	width: 500px;
	font-size: 13px;
	font-family: Trebuchet MS;
}

.dropBoxHeaderSelected {
	padding: 1 10 1 2px;
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
	height: 25px;
	margin-top: 1px;
	width: 150px;
	font-size: 13px;
	font-family: Trebuchet MS;
}


.accountRightCont {
	margin: 1 0 0 0px; 
	background-color: white;
	border: 1px solid #dddddd;
}
.dropBoxCont {
	display: none;
}
.dropBoxTitle {
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	text-align: right;
}

td { font-size: 70%; 
font-family: Arial; }
A { color: blue; font-family: Arial;
 text-decoration: none;
 font-weight: normal; }
A:hover { font-family: Arial;
 text-decoration: underline;
 font-weight: normal; }

.cells_dark { background: #7F9FFE; }
.cells_light { background: #DFE8FF; }
.cells_white { background: #FFFFFF; }
.header_text { color: white; }
.header_links { color: #99FF66; }
.menu { background: #7F9FFE; 
color: white; }
.menu_links { color: white; }

.admin_cells_dark { background: #3F6EFD; }
.admin_cells_light { background: #D5DFFE; }
.admin_cells_light_alt { background: #E6ECFE; }
.admin_menu { background: #3F6EFD; color: white; }
.admin_menu_links { color: white; }
.admin_header_links { color: yellow; }