body
{
margin-top:0;
margin-left:0;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:black;
background-color:#cccccc;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
}

a
{
color:#336699;
text-decoration:none;
}

a:hover
{
color:#0066CC;
}

h2
{
font-family:"Courier New", Courier, monospace;
font-size:24pt;
color:#E0DECD;
margin-left:-15px;
margin-bottom:0px;
line-height:24px;
}

ul
{
margin-left:15px;
}

li
{
margin-bottom:7px;
}

.small
{
font-size:8pt;
}

.para
{
margin-top:7px;
margin-bottom:7px;
}

.lookatme
{
color:red;
}

.hideme
{
display:none;
}

.container
{
width:950px;
margin-left:auto;
margin-right:auto;
text-align:center;
height:600px;
border:1px solid silver;
}

.nav
{
background-image:url(../images/bgNav.jpg);
background-repeat:repeat-x;
width:950px;
height:27px;
}

.navItems
{
margin-top:3px;
}

.content
{
background-image:url(../images/bgBody.jpg);
background-repeat:no-repeat;
width:950px;
height:573px;
text-align:left;
}

.contentText
{
float:left;
margin:140px 0 25px 270px;
width:370px;
color:#8A7B4F;
}

.contentRight
{
float:left;
width:250px;
margin-top:300px;
margin-left:55px;
}

fieldset
{
padding:15px;
position: relative;
margin-top:1em;
padding-top:.75em;
-moz-border-radius: 5pt;
border-radius: 10px;
}

legend
{
font-weight:bold;
position:absolute;
top: -.5em;
left: .5em;
color:#3366CC;

}

.formItem
{
margin:9px 0 9px 0;
clear:both;
}

.formItemFloatFirst
{
float:left;
}

.formItemFloat
{
float:left;
margin-left:15px;
}

.formLabel
{
color:#3399CC;
}
	
/* </forms> 
------------------------------------------- */

.formfield
{
background: #ffffff !important;
border:1px silver solid;
font-size:9pt;
font-family:Arial, Helvetica, sans-serif;
}

.submitbutton
{
background-color:#F0F0F0;
border: 1px solid #999999;
color : #000000;
font-family : arial;
font-size : 10pt;
padding-top : 0px;
padding-bottom : 0px; 
}

.footer
{
clear:both;
text-align:left;
color:#666666;
}