@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 12px;
	text-align: left;
	color: #0058a2;
	line-height: 1.8;
} 

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font: 36px Tahoma;
	font-style: normal;
	text-align: left;
	color: #0058a2;
}

h2 {
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 20px;
	font: 24px Tahoma;
	font-style: normal;
	text-align: left;
	color: #de5b01;
}

h3 {
	margin-top: 10px;
	margin-bottom: 6px;
	margin-left: 20px;
	font: 22px Tahoma;
	font-style: normal;
	text-align: left;
	color: #de5b01;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font: 14px Tahoma;
	font-style: normal;
	text-align: left;
	color: #0058a2;
}

h5 {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
	font: 12px Tahoma;
	font-style: normal;
	text-align: left;
	color: #009900;
}

/* PAGE */

#page_holder {
	width: 1010px;
	float: auto;
	margin-top: 0px;
	height: auto;
	align: center;
	vertical-align: top;
}


/* PAGE ELEMENTS */

#masthead {
	width: 1010px;
	height: 152px;
}

#side_shadow {
	width: 10px;
	height: 660px;
	float: left;
	vertical-align: top;
	margin-top: 0px;
	background-image: url(images/side_shadow.gif);
	background-repeat: repeat-y;
}

#main_body {
	width: 600px;
	float: left;
	vertical-align: top;
}

#right_column_300 {
	width: 400px;
	float: right;
	text-align: left;
	vertical-align: top;
}

#right_column_fill {
	width: 400px;
	margin-top: -4px;
	float: right;
	text-align: left;
	vertical-align: top;
	background-image: url(images/sidebar_fill.jpg);
	background-repeat: repeat-y;
}

.bullets {
	height: 30px;
	width: 600px;
	float: left;
	text-align: left;
	margin-left: 40px;
	margin-bottom: 10px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 16px;
	color: #0058a2;

}


/* FORMS */

input { 
 	background-color: #ffffff;
 	border: solid 1px #dd9b6e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0058a2;
}

.textarea { 
	width: 100px;
 	background-color: #ffffff; 
 	border: solid 1px #dd9b6e;
 	scrollbar-3dlight-color: none;
	scrollbar-arrow-color: #dd9b6e;
	scrollbar-base-color: #fff7c1;
	scrollbar-darkshadow-color: #dd9b6e;
	scrollbar-face-color: #fff7c1;
	scrollbar-highlight-color: #dd9b6e;
	scrollbar-shadow-color: #de5b01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #0058a2;
}

.singlerow {
	width: 280px;
	margin-bottom: 1px;
	margin-left: 20px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

.multiplerow {
	width: 280px;
	margin-bottom: 1px;
	margin-left: 20px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
}

.fielddesc {
	width: 280px;
	float: left;
	margin-right: 10px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 11px;
	color: #de5b01;
	text-align: left;
}

.textfield {
	width: 100px;
	height: 30px;
	float: left;
}

.multifield {
	width: 100px;
	height: 120px;
	float: left;
}

.form_button {
	width: 300px;
	height: 30px;
	margin-left: 10px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-left: 10px;
	border-color: solid 1px #ffffff;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d5ac77;
}
	



/* FOOTER */

#copyright {
	width: 620px;
	height: 10px;
	float: left;
	margin-top: 4px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 10px;
	color: #ee7509;
	text-align: left;
	vertical-align: top;
}

#ssd_credit {
	width: 200px;
	height: 17px;
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	font-family: tahoma, verdana, helvetica, san-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - -
/ Cleaner
/- - - - - - - - - - - - - - - - - - - - */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
}
	


