body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background: #333;
	text-align: center;
	margin-top: 5px;
	
	
}

#container {
background: #fff;
width: 760px;
margin: 0px auto;
padding: 0px;
border-top:5px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

#topnav {
width: 400px;
text-align: right;
font-family: "Courier New", Courier, mono;
	
}

#header {
background-image: url(images/header2010.jpg);
background-position: right;
background-repeat: no-repeat;
background-color:#E8F1EE;
border-top: 1px solid #083818;
border-bottom: 1px solid #083818;
height: 120px;
}


#main {
background: #fff;
border-bottom: 1px solid #083818;
}

#main2 {
background: #fff;

}


#midcontent {
padding: 15px 10px;
}


#side {
width: 150px;
background: #fff;
border-right: 1px solid #ccc;
}


.box1 {
	padding: 5px;
	color: #666;
	
}


.box2 {
	padding: 8px;
	
	
}
.box3 {
	padding: 0 10px;
	margin: 20px;
	border-left:1px solid #083818;	
}

.box4 {
   font-family: "Courier New", Courier, mono;
	font-size: 11px;
	padding: 3px;
	margin: 3px;
	color: #083818;	
}

select, input, .radio
{
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 10px;
}



label  {
    /*font-weight: bold;*/
    line-height: 15px;
	font-size:11px;
    text-align: right;
    margin-right: 12px;
    position: relative;
    display: block;
    float: left;
    width: 150px;
    }






/*Text Stuff*/

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 18px;
	padding: 0;
	text-align: left;
}


p{
padding: 3px 0;
margin: 3px 0;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

.header3 {
font-size: 1.2em;
font-weight: normal;
color: #0F3E7B;
border-bottom: 1px solid #083818;
padding: 3px 0;
margin: 3px 0;
}


h1, h2, h3, h4, h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

#header h1 {
font-size: 1.7em;
font-weight: normal;
border-bottom: 1px solid #083818;
color: #22b14c;
padding: 3px 0;
margin: 3px 0;
}

#header p {
color: #fff;
}

h1 {
font-size: 1.7em;
font-weight: normal;
border-bottom: 1px solid #0F3E7B;
color: #0F3E7B;
padding: 3px 0;
margin: 3px 0;
}

h2 {
font-size: 1.5em;
font-weight: normal;
border-bottom: 1px solid #0F3E7B;
color: #0F3E7B;
padding: 3px 0;
margin: 3px 0;
}

h3 {
font-size: 1.2em;
font-weight: normal;
color: #0F3E7B;
border-bottom: 1px solid #0F3E7B;
padding: 3px 0;
margin: 3px 0;
}

#navcontainer {background: #fff; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Georgia, "Times New Roman", Times, serif;
}

#navcontainer a
{
display: block;
padding: 3px 0 3px 20px;
width: 132px;
background-image: url(images/link.gif);
background-repeat: no-repeat;
line-height: 17px;
}

#navcontainer a:link
{
color: #000000;
text-decoration: none;
}

#navcontainer a:visited
{
color: #000000;
text-decoration: none;
}


#navcontainer a:hover
{
background-image: url(images/hover.gif);
background-repeat: no-repeat;
text-decoration: underline;
color: #03C;
}


a:link {
	color: #666;

}

a:visited {
  color: #666;
}

a:hover {
	text-decoration: none;
	font-size: 11px;
	
}

.inline {
display:inline;
float: right;
padding: 0px 5px 0px 0px;
}

fieldset {
    font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
    color: #666;
    background-color: #efefef;
    padding: 2px;
    border: solid 1px #d3d3d3;
	margin-top: 10px;
    width: 700x;
    }
	
legend {
    color: #333;
    font-weight: bold;
    /*font-variant: small-caps;*/
    background-color: #d3d3d3;
    padding: 2px 6px;
    margin-bottom: 8px;
	margin-left:5px;
    }
	
input.textfield  {
    font-size: 12px;
    color: #03C;
    background-color: #fff;
    padding: 2px;
    /*border: solid 1px #333;*/
    margin-right: 5px;
    margin-bottom: 5px;
    height: 14px;
	width: 85px;
    }
	
input.textfieldA  {
    font-size: 12px;
    color: #03C;
    background-color: #fff;
    padding: 2px;
    /*border: solid 1px #333;*/
    margin-right: 5px;
    margin-bottom: 5px;
    height: 14px;
	width: 180px;
    }
	
		input.textarea  {
    font-size: 12px;
    color: #03C;
    background-color: #fff;
    padding: 2px;
    /*border: solid 1px #333;*/
    margin-right: 5px;
    margin-bottom: 5px;
    height: 50px;
	width: 180px;
    }

	
input.radiofield  {
	width: 50px;
	margin-top: 20px;
    }
	
.button {
    border: 1px solid #006;
    background: #d3d3d3;
	margin-left: 3px;
	height: 20px;
	font-weight:bold;
	font-size:11px;
	color: #036;
	padding-bottom:2px;
	width:100px;
}
.button:hover {
	border: 1px solid #090909;
    background: #7D7D7D;
}
