body {
background: #ddd no-repeat fixed top left;
font-family: verdana, helvetica, arial, sans-serif;
margin: 0 20px 0 20px;
color: #333;
}
p {
font-size: 12px;
}

img{
border: 0;align:center;
}
a, a:link, a:visited {
color: #999;
}

a:hover {
color: #333;
}

/* layout divs */
#head{
position: absolute;
top: 0px;
}

#container{
	background: #fff url(../../img/logo.png) no-repeat top left;
	position: relative;
	margin: 0 auto -1px auto;
	padding-top: 144px;
	width: 780px;
	border-bottom: 5px solid #09345f;
}
#menu
{
position: absolute;
width: 150px;
top: 166px;
left: 5px;
min-height: 580px;
border-right: 3px solid #eeeeee;
}

#main
{
margin: 22px 0 0 176px;
width: 529px;
min-height: 600px;

padding-left: 4px;
}


#foot
{
clear: both;
}

#user
{
font-size: 10px;
margin: 0;
padding: 0 0 0 17px;
line-height: 14px;
color: #ccc;
}
/* headers */


/* menu  specfic stuff*/
#menu a, #menu a:link, #menu a:visited {
color: #666;
text-decoration: none;
}

#menu a:hover {
text-decoration: underline;
color: #333;
}

#main p{
margin-top: 10px;
}

#menu ul {
font-size: 10px;
list-style:none;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}

#menu ul li {
background: url(bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 0 17px;
line-height: 14px;
color: #ccc;
}

/* login/logout page specific classes*/
#login h4{
color: red;
	}
	
label{font-weight:bold;}
/*redness for "required fields" asterisks*/
.req{color:red;}
.input{width:100px;font-size:8pt;border:1px solid #000 ;background:#eee;}