body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #ffffff;
}

p {
	font-size:12px;
	margin:0;
	padding:2px 0;
}

p.example {
	font-size:10px;
	font-style:italic;
	color:#993300;
}

img {
	border:none;
}

/* ADMIN MENU */
.buttonscontainer {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
}

.buttons a.admin_nav {
	font-size:12px;
	color:#FFFFFF;
	background-color: #89653E;
	padding:0 0 0 5px;
	display:inline;
	text-decoration:none;
	margin-bottom:1px;
	margin-left:1px;
	padding:3px;
}

.buttons a:visited.admin_nav {
	color:#FFFFFF;
}

.buttons a.highlight {
	background-color:#993300;
}

p#intro {
	margin:0 0 10px 0;
}

table.display {
	width:100%;
}

tr.header_row {
	background-color:#993300;
}

tr.header_row p {
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
}

/* ERROR MESSAGES */
p.error {
	margin:0;
	padding:10px;
	color:red;
	border:1px dashed red;
}

/* SUCCESS MESSAGES */
p.success {
	margin:0;
	padding:10px;
	color:green;
	border:1px dashed green;
}

/* SMALL FORM ELEMENTS */
input.text_sm, select.select_sm {
	border:1px solid #993300;
	width:75px;
}

/* MEDIUM FORM ELEMENTS*/
input.text_med, select.select_med {
	width:150px;
	border:1px solid #993300;
}
/* added to fix select width in IE/win */
select.select_med {
        width: auto;
}
/* LARGE FORM ELEMENTS*/
input.text_lg, select.select_lg {
	width:150px;
	border:1px solid #993300;
}

/* TEXT AREAS */
textarea {
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #993300;
	width:300px;
}

/* FORM BUTTONS */
input.button{
	margin:2px 0px;
	padding:2px;
	background-color:#26A7E3; 
	border:1px solid #808080; 
	color:#ffffff; 
	font-weight:bold;
	font-size:10px;
}

p.search_header {
	background-color:#993300;
	font-weight:bold;
	margin-bottom:10px;
	padding:2px;
	color:#FFFFFF;
}

/* SIGNIFIES REQUIRED FORM FIELDS */
.required {
	color:red;
}

a:link, a:visited {
	color:#0094D8;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1{
	color:#0094D8;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 10px 10px;
}

h2{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

h3{
	color:#0094D8;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}

div#container{
	position:absolute;
	left:50%;
	margin:0 0 0 -380px;
	width:760px;
}

div#header{
	margin:10px 0;
	height:133px;
	text-align:center;
}

div#navigation{
	text-align:center;
	color:#BFEAFF;
	background-image : url(../images/nav_bar.gif);
	background-repeat : no-repeat;
	height:17px;
	width:760px;
	margin-top:10px;
	padding-top:3px;
	font-size:10px;
}

div#navigation a {
	color:#ffffff;
	text-decoration:none;
}

div#navigation a:hover {
	color:#BFEAFF;
}


p.contact {
	border-top:1px dotted #000000;
	margin-top:10px;
	padding:3px 0;
}

div#contentContainer {
	width:750px;
	border-left:5px solid #993300;
	border-right:5px solid #993300;
}

#bottomContent {
	color:#000000;
	margin:5px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
}

div#contactForm{
	padding:30px 0 20px 200px;
}

td#leftContent{
padding:10px;
}

#rightContent{
	width:170px;
	margin:10px;
	color:#000000;
	padding:12px 10px 0 10px;
	vertical-align:top;
}

div#rightContent p{
	padding:0;
}

div#donation{
	background-image : url(../images/donate_bkg.gif);
	background-repeat : repeat-x;
	height:80px;
	margin:0;
	padding-top:10px;
	width:170px;
}

a.pdf:link, a.pdf:visited{
	color:#ffffff;
	font-size:10px;
	text-decoration:underline;
}

a.pdf:hover{
	text-decoration:none;
}

.info{
	font-size:10px;
}

div#footer{
	background-image : url(../images/footer.gif);
	background-repeat : no-repeat;
	width:760px;
	height:20px;
	margin-bottom:10px;
	color:#ffffff;
	padding:3px 0 0 10px;
	font-size:10px;
}

div#footer .info{
	float:left;
	font-size:10px;
}

div#footer .email{
	float:right;
	font-size:10px;
	padding-right:20px;
}




ul{
	padding-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-type: disc;
}

table.studies_table {
	width:720px;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	background-color:#BFEAFF;
}

table.studies_table td {
	padding:0 0 0 5px;
}

table.studies_table td.data {
	color:#666666;
	background-color:#ffffff;
}

div#mem_choice {
	background-color:#EEEEEE;
	border:1px solid #993300;
	width:300px;
	padding:0;
	margin:20px 0;
}

div#mem_choice h1 {
	border-bottom:1px solid #993300;
	background-color:#999999;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

div#mem_choice a {
	margin:10px;
}
