/* CSS Document */

body, p, select, input, th, td, ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
body {
		background-color: #CCC;
}
h1 {
	font-size: 18px;
	margin: 4px 0px 10px 0px;
	
}

h2 {
	font-size: 14px;
	color: #345a75;
	font-weight: bold;
	margin: 5px 0px 13px 0px;
	padding: 0px;
}
.container {
	width:  790px;
	margin: 20px auto auto auto;
	border: 15px solid;
	border-color: #E5E5E5;
	background-color: #FFFFFF;
}

.header {

	width: 790px;
	height: 134px;
	background: url(/lib/images/abstract_header.gif) no-repeat top left;

}
.logo_floater {
	float: right; width: 220px; margin: 23px 10px 0px 0px; text-align: right;
}

.content {
	padding: 20px;
	background: no-repeat url(/lib/images/abstract_background.png) top left;
}
.content ul {
	margin: 0px 0px 0px 20px;
	line-height: 1.5em;
}
.content#home {
	padding: 0px;
	background: none;
}
.column1 {
	width: 300px;
	float: left;
}
.column2 {
	width: 300px;
	float: left;
}

a:link, a:visited {
		color: #345a75;
}
a:hover {
	color: #729FC0;
}

/***********************
*       FORMS          *
***********************/

#form1 label {
	width: 110px;
	float: left;
}
#form1 div {
	height: 25px;
}

#form2 label {
	width: 110px;
	float: left;
}
#form2 div.l {
		margin: 12px 0px 13px 0px;
}

/***********************
*        MISC          *
***********************/
.table_border { 
border-collapse: collapse;
}

.table_border td, .table_border th {
	border: 1px solid #CCC;
	padding: 3px;
}
.test {
	font-style: italic; color: #666;
	
}
.test span {
	
	font-weight: bold;
	font-size: 10px;
	
}
.retoof {
	
	font-size: 9px;
	color: #FFFFFF;
	width: 780px;
	text-align: center;
	margin: 5px auto 10px auto;
}
.clear
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.hr {
	
	height: 1px;
	background-color: #CCCCCC;
	margin: 15px 0px 15px 0px;
}
