@charset "UTF-8";
/* CSS Document */

/* Layout.css */

body {
	font-size: .75em;
	color:  #000000;
	background-color: #FFFFFF;
	margin:0;
	text-align:center;
	min-width:800px;
	font-family:"Times New Roman", Times, serif;
	padding:0;
}
div#container {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	text-align:center;
	width:800px;
}
div#banner {
	background-color:#FFFFFF;
	text-align:center
}
div.content {
	background:#FFFFFF url(../images/lightgray_gradient.gif) repeat-x scroll 0 0;
	color:inherit;
	width:800px;
	padding:0;
	margin:auto;
	padding-bottom:10px;
}
div#footer {
	background-color:#FFFFFF;
	margin: 0 auto;
	text-align:center;
	width:800px;
	border-top: solid 1px #999999;
	margin-top:5px;
}
div#navagation {
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
	height:auto;
	margin-bottom:5px;
	width:800px;
}
div.heading_box {
	background:#E9E9E9;
	text-align:left;
	width:800px;
	margin:0;
	border:solid 1px #999999;
	margin-bottom:5px;
}
div.content_image_box {
	width:800px;
	margin-bottom:5px;
	margin-top:5px;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	text-align: left;
	padding-top:5px;
	padding-left:5px;
	height:510px;
}
/* Two-Column layout */

div.column_1 {
	/*background:#FFFFFF url(../images/lightgray_gradient.gif) repeat-x scroll 0 0;*/
	float:left;

	text-align:left;
	width:394px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	margin-top:0px;
}
div.column_2 {
	/*background:#FFFFFF url(../images/lightgray_gradient.gif) repeat-x scroll 0 0;*/
	float:left;
	padding:0;
	text-align:left;
	width:394px;
	border-left:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	margin-top:0px;
	margin-left:10px;
}
div.clear_float {
	background-color:#FFFFFF;
	clear:both;
	color:#FFFFFF;
	height:0;
	overflow:hidden;
}
