/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-size:11px;
	color:#666;
	}
p{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/****************
 LINKS
****************/
a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
}
.content a{
	text-decoration:underline;
	color:#919190;
}
a.top_navigation_link{
	text-decoration:none;
	color:#959595;
	margin:0px 5px 0px 0px;
}

/**************
 IMAGES
**************/
img.image_top_left{
	padding:0px 10px 10px 0px;
	float: left;
}
img.image_top_right{
	padding:0px 0px 10px 10px;
	float: right;
}

/*****************
 TITLES
*****************/
h1.main_content_left_title{
	text-transform:lowercase;
	color:#666666;
	font-weight:normal;
	font-size:24px;
}
h1.main_content_right_title{
	text-transform:lowercase;
	color:#666666;
	font-weight:normal;
	font-size:24px;
}
h2, .main_content_right_section_title{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
}


/****************
 FORMS
****************/
input.input_text_box{
	color:#333;
	font-size:11px;
	text-transform:none;
	width:175px;
	height:15px;
	
}
select.input_select_box{
	color:#333;
	font-size:11px;
	text-transform:none;
	width:175px;
	height:15px;
}
.textarea {
    font-size:13px;
    color:#333;
    width:400px;
    height:600px;
    
    }
.button{
    color:#666;
    font-size:12px;
    padding:1px;
    border: solid 1px #999;
    }

.citesource
{
    color:#999;
    font-size:9px;
    }
    
/******************
 BORDERS
******************/
.border_topbottom
{
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:2px 1px 2px 1px;
	line-height:16px;
	}
