* {font-family:"Trebuchet MS"}

body {
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background-color:#2f2f51;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-size:12px;
	color:#000066;
	}
.header {color:#000066; font-weight:bold; text-transform:uppercase}
.pageheading {font-size:24px; color:#000066; font-weight:bold; text-transform:uppercase}
	
	input {
	border:1px solid #000000;
	}
	
	TEXTAREA {
border: black 1px solid;
}
	
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 130px;  /* version for IE is at the bottom of this style block */
	background: #2F2F51;
}

#expander {
	background: #ffffff;
	margin: 0 -350px 0 -350px;
	width: 820px;
	position: relative;
	color:#000000;
	text-align:justify;
	height: 100%;
	}
	
#main {
float:left;
background-color:#f1f3e8;
text-align:justify;
width:100%;
}

#header {
width:100%;
height:100px;
background-color:#f1f3e8;
}

#footer{
float:left;
background-color:#FFFFFF;
color:#666666;
font-size:10px;
}

#footer a {
color:#666666;
}

#topmenu {
}

#topmenu a {
background-image:url(../images/button.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:30px;
color:#000066;
text-decoration:none;
font-weight:bold;
}

#topmenu a:hover {
background-image:url(../images/buttonover.gif);
background-repeat:no-repeat;
background-position:left;
text-decoration:overline;
}

#content {
float:left;
padding-left:10px;
padding-right:10px;
}

#content a {
text-decoration:underline;
color:#333333;
}

.cells {
border:1px solid #000000;
padding-left:30px;
}

.cellheader {
border:1px solid #000000;
text-align:center;
font-size:12px;
text-transform:uppercase;
vertical-align:top;
background-color:#CCCCCC;
font-weight:bold;
}

ul#navlist
{
width: 150px;
\width: 150px;
w\idth: 150px;
padding: 0px;
border-left: 1px solid #808080;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
border-top: 0px;
margin: 0px;
background: #808080;
font-weight:bold;
text-transform:uppercase;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #808080;
}

ul#navlist li a
{
display: block;
width: 122px;
\width: 150px;
w\idth: 122px;
padding: 4px 8px 4px 25px;
border: 0px;
background-image:url(../images/menuleftbg.jpg);
background-repeat:repeat-y;
text-align: left;
}

ul#navlist li a:link { color: #ffffff; text-decoration:none;}
div#navcontainer li a:visited { color: #ffffff; text-decoration:none; }

ul#navlist li a:hover
{
border-color: #ffffff;
color: #000d33;
background-image:url(../images/menuleftbgover.jpg);
background-repeat:repeat-y;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%;
height:100%
} 
/* CSS Document */

