body
{
background-color:#a4bda7;
background-image:url(images/background.gif);
background-repeat:repeat-y;
background-position:center;
font-size:14px;
line-height:24px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

a:link, a:visited, a:active
{
color:#009900;
text-decoration:none;
}

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

.headerbg
{
background-image:url(images/header_bg.jpg);
background-repeat:no-repeat;
background-position:top center;
}

.bodybg
{
background-image:url(images/header_reflection.jpg);
background-repeat:no-repeat;
background-position:left top;
}

.menutab
{
padding:0px;
margin:0px;
padding-left:5px;
}

.subheader
{
background-image:url(images/subheader.jpg);
background-repeat:no-repeat;
background-position:top center;
height:424px;
}

.subheaderh1
{
font-size:26px;
}

.subheaderh2
{
font-weight:normal;
font-size:18px;
line-height:28px;
}

.subheadercontent
{
height:349px;
}

.h2green
{
color:#508d6a;
font-weight:normal;
font-size:20px;
line-height:28px;
}


.formField
{
border:1px solid #333333;
width:200px;
padding:2px;
}

.formText
{
border:1px solid #333333;
width:500px;
height:40px;
padding:2px;
}

.formTextBig
{
border:1px solid #333333;
width:500px;
height:120px;
padding:2px;
}

.errorText, .required {
color:#FF0000;
}



#sidebar ul {
	margin-left: 0;
	padding-left: 0;
        list-style:none;
}

#sidebar ul li {
	padding: 3px 0 3px 0;
        border-top: 2px dotted #eeeeee;
       font-size:14px;
	   display:block;
}