/* GENERIC */

body {
	margin: 0px;
	background: #000000 url(images/top_back.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

ul {list-style:disc inside;}
li {margin-top:8px;}
a img {border:none;}

/* MAIN CONTENT */

#header {
	margin: auto;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	width: 1000px;
	height: 102px;
	clear: both;
}

	#menu {
		clear: left;
		float: left;
		width: 780px;
		padding: 5px 0px 5px 5px;
		background-image: url(images/menu_back.gif);
		background-repeat:no-repeat;
		margin-bottom: 10px;
	}

#main_content {
	margin: auto;
	clear: both;
	width: 1000px;
}

	#left_content {
		float: left;
		width: 495px;
		background-position: bottom;
		background-repeat: no-repeat;
	}
				
		#page_title {
			width: 450px;
			height: 70px;
			background-image: url(images/page_title_back.gif);
			background-repeat: no-repeat;
		}
			#page_title div {
				float: left;
				padding: 28px 0px 0px 28px;
				font-size: 18px;
				font-weight: bold;
				color: #FFFFFF;
			}
			#page_title span {
				float: right;
				padding-top: 32px;
				font-size: 9pt;
				font-style: italic;
				font-weight: bold;
			}
		
		#content_padding {padding: 0px 15px 0px 15px;}
		
		.sub1 {
			font-weight: bold;
			color: #81BAFC;
			font-style: italic;
		}
		.thumb {
			text-align: center;
			margin: 11px;
			font-size: 10px;
			font-style: italic;
			color: #81BAFC;
			float: left;
		}
		
		
	#right_content {
		float: right;
		width: 495px;
		height: 460px;
		background-image: url(images/flash_bdr_top.gif);
		background-repeat: no-repeat;
	}

		#right_flash {
			margin: 30px 0px 0px 30px;
			width: 450px;
			height: 430px;
			background-color: #091C40;
		}

#footer {
	clear: both;
	width: 1000px;	
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
	color: #779AC3;
}

/* LINKS */

a { text-decoration: none; color: #779AC3; }
a:hover { text-decoration: underline;}

#menu a {
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
	margin: 0px 3px 0px 3px;
	color: #FFFFFF;
}
#menu a:hover { text-decoration: underline; }

a#nav_current {color: #B8C2D6; font-weight: bold;}
a#nav_current:hover {text-decoration: none;}

/* CONTACT FORM */
input {margin:3px;}
form {width:300px; text-align:right; margin:0 auto; font-weight:bold;}
.field {width:200px;}
textarea {width:260px; height:200px;}
#form-submit {width:260px; float:right; text-align:center;}
#form-feedback {text-align:center; font-weight:bold;}
