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

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

.style1 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style2 {font-family: "Trebuchet MS"}

.style4 {
	color: #CC0000;
	font-style: italic;
}

.style6 {font-size: 10px}


.style8 {font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif}

.style9 {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


.style18 {
color: #990000;
}

.style10 {
font-size: 12px; font-weight: bold; 
}


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

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


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

#main2 {
background: #fff;

}


#midcontent {
	padding: 15px 10px;
	text-align: left;
	font-size: 10px;
}


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

.image {
border-color:#FFFFFF;
hspace=10;
vspace=10;
}

img {
hspace=10;
vspace=10;
}


.box1 {
	padding: 5px;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


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

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


/*Text Stuff*/

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


p{
	padding: 3px 0;
	margin: 3px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

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


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

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

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

h3 {
font-size: 13px;
font-weight: normal;
color: #990000;
border-bottom: 1px solid #e0e0e0;
padding: 3px 0;
margin: 3px 0;
}

#navcontainer {background: #fff; font-size:12px }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size:12px;
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: #333;
text-decoration: none;
}

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

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


a:link {
	color: #666;

}

a:visited {
  color: #666;
}

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

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

/* Form stuff - currently used for Team Eye and Ear page */

fieldset {
    font: 12px "Helvetica Neue", helvetica, arial, sans-serif;
    color: #666;
    background-color: #efefef;
    padding: 8px;
    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;
    }
	

	
.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;
}

label  {
    /*font-weight: bold;*/
    line-height: 15px;
	font-size:11px;
    text-align: left;
    margin-right: 12px;
	padding-left: 8px;
    position: relative;
    display: block;
    float: left;
    width: 90px;
    }
	
label.meei_radio {
	line-height: 15px;
	font-size:11px;
    text-align: left;
    margin-left: 3px;
    position: relative;
    display: block;
    float: left;
    width: 100px;
    }
	
label.meei_radio_long {
	line-height: 15px;
	font-size:11px;
    text-align: left;
    margin-left: 3px;
    position: relative;
    display: block;
    float: left;
    width: 500px;
    }

input.textfield  {
    font-size: 12px;
    color: #666;
    background-color: #fff;
    padding: 2px;
    /*border: solid 1px #333;*/
    margin-right: 5px;
    margin-bottom: 5px;
    height: 14px;
	width: 85px;
    }

.radio {
	padding-right: 15px;
}

textarea.meeiquestions {
	width: 450px;
}