body {
background: white;
font-family: Verdana, Lucidia, Arial, Helvetica, sans-serif; 
font-size: 12px;
text-align: center;
color: #333;
margin: 0px;
padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

img {
border: none;
}

#top, #footer, #container {
width: 950px;
text-align: left;
margin-bottom: 0px;
padding-bottom: 0px;
}

#logo {
padding-top: 20px;
float: left;
padding-right: 5px;
}

#main {
background: #ccc;
clear: both;
margin-bottom: 0px;
padding-bottom: 0px;
}

#left_side h1, #welcome h1, #whatsnew h2, #right_side h2 {
display: block;
background: #999;
color: white;
font-size: 14px;
font-weight: normal;
height: 20px;
margin-top: 0px;
}

#left_side h1, #welcome h1 {
width: 692px;
padding-bottom: 2px;
margin-bottom: 20px;
}

#left_side h1 {
width: 948px;
}

#whatsnew h2, #right_side h2 {
margin-left: -54px;
padding-left: 54px;
width: 198px;
margin-top: 2px;
padding-top: 2px;
margin-bottom: 25px;
}

#left_side, #welcome {
width: 677px;
line-height: 2em;
padding-top: 20px;
padding-right: 15px;
padding-bottom: 40px;
}

#left_side {
width: 948px;
}

.tight {
line-height: 1.5em;
}

#welcome {
border-right: 1px solid white;
}

#left_side form, #left_side h2, #welcome h2, #welcome p, #welcome ul, #welcome ol, #welcome h3, #left_side p, #left_side ul, #left_side ol, #left_side h3 {
margin-left: 300px;
}

#welcome_pict {
float: left;
padding-right: 20px;
padding-top: 0px;

}

#whatsnew, #right_side {
float: right;
width: 203px;
padding-top: 18px;
}

#right_side {
margin-top: 30px;
line-height: 2em;
margin-left: 50px;
}

h3 {
font-size: 12px;
}

h2 {
font-size: 13px;
}

#whatsnew h3 {
color: #973400;
font-size: 10px;
}



#whatsnew p {
font-size: 10px;
margin-bottom: 30px;
}

#whatsnew a {
color: #333;
text-decoration: none;
}

#whatsnew a:hover {
text-decoration: underline;
}


#footer {
clear: both;
color: white;
margin-top: 0px;
padding-top: 0px;
}

#footer a {
text-decoration: none;
color: white;
}

#footer a:hover {
text-decoration: underline;
}


#left_foot {
background: #7ac043;
width: 287px;
margin-top: 0px;
padding-top: 0px;
font-size: 10px;
padding-bottom: 1px;
}

#left_foot p {
margin-top: 0px;
padding-top: 1px;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: right;
margin-right: 5px;
}

#right_foot {
background: #666;
float: right;
width: 243px;
padding: 0px;
margin: 0px;
padding-left: 420px;

}

#right_foot img {
margin-top: 2px;
margin-bottom: 2px;
}

#right_foot p {
float: right;
margin-right: 20px;
margin-top: 7px;
margin-bottom: 0px;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}



#nav a {
	display: block;
	width: 10em;
	color: white;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
	background: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#nav li a {
	padding-left: 15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #666;
	width: 133px; /* pads the right of Bios */
	left: -999em;
margin-top: 5px;
padding-left: 0px;
}

#nav li ul li {
padding-top: 10px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 130px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li#reports {
padding-left: 15px;
}

#nav li#reports ul {
margin-left: 1px;
}

#nav  a:hover {
text-decoration: underline;
}


.back {
border-bottom: 1px solid white;
font-size: 11px;
text-align: right;
margin-left: 300px;
}

form#form_name {
position: absolute;
left: -100px;

}

#accept a, #decline a {
width: 300px;
height: 31px;
display: block;
text-indent: -999em;
}

#accept a{
background: url(../images/pages/accept_up.gif) no-repeat;
}

#decline a {
background: url(../images/pages/decline_up.gif) no-repeat;
}

#accept a:hover {
background: url(../images/pages/accept_down.gif) no-repeat;
}

#decline a:hover {
background: url(../images/pages/decline_down.gif) no-repeat;
}

#accept a{
float: left;
margin-right: 40px;

}

#decline a {
margin-left: 280px;
}

#contact_form {
border: white 1px solid; 
padding-bottom: 10px; 
position: absolute; 
top: 480px; 
width: 277px; 
}

td.line_rightalign {
display: none;
}