@charset "UTF-8";
body {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: ;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	
	background-color: #FFF;
	background-image: url(Images/backgrounddropshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColLiqCtrHdr #container {
	width: 1020px;
	height: ;
	padding: 0px;
	margin: auto;
}
.oneColLiqCtrHdr #header {
	height: 10px;
	width: 980px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
.oneColLiqCtrHdr #mainContent {
	height: 680px;
	padding: 10px;
	margin-top:auto;
	margin-bottom:auto;
	margin-right: 10px;
	margin-left: 10px;
	width: 980px;
}
.oneColLiqCtrHdr #footer {
	height: 30px;
	width: 1000px;
	bottom: 0px;
	text-align: right;
	vertical-align: middle;
	font-size: 9pt;
	color: #333;
}
.oneColLiqCtrHdr #footer a:link {
	color: #333;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover {
	color: #ff3333;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:visited {
	color: #333;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 100%;
	vertical-align: middle;
	color: #333;
}
#logo {
	width: 280px;
	height: 220px;
	border: none;
	float: left;
	margin-bottom: 10px;
}
#menucontainer {
	width: 280px;
	height: 450px;
	float: left;
}
#menucontainer a:visited{
	color: #FFF;
	text-decoration: none;
}
#MenuBar1 {
	border: 0;
}
#menubottomlinks {
	height: 120px;
	width: 280px;
	float: left;
	background-color: #333;
}
#bottomlinks {
	color: #FFF;
	list-style-type: none;
	padding-left: 5px;
	vertical-align: bottom;
	margin-top: 16px;
	font-size: 12px;
}
#bottomlinks a:link {
	color: #FFF;
	text-decoration: none;
}
#bottomlinks a:hover {
	color: #ff3333;
	text-decoration: none;
}
#top_field {
	height: 220px;
	width: 690px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:#999;
}
.right_fields {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EAEAEA;
	font-size: 9pt;
	text-align:left;
	vertical-align: middle;
}
.right_fields a:link {
	color: #333;
	text-decoration: none;
}
.right_fields a:hover {
	color: #ff3333;
	text-decoration: none;
}
.right_fields a:visited {
	color: #333;
	text-decoration: none;
}
#middle_field_text {
	height: 200px;
	width: 670px;
	overflow: auto;
	padding: 10px;
}
#bottom_field_text {
	height: 200px;
	width: 670px;
	overflow: auto;
	padding: 10px;
}
#bottom_field_gallery {
	height: 210px;
	width: 670px;
	overflow: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	white-space: nowrap; 
}
#middle_full {
	height: 430px;
	width: 670px;
	overflow: auto;
	padding: 10px;
}
#middle_full_profile {
	height: 450px;
	width: 690px;
	overflow: auto;
}
#middle_fulllist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
#middle_fulllist_text {
	padding-bottom: 3px;
	padding-top: 3px;
}
#gallery_title {
	float:left;
	margin-right: 10px;
}
#gallery_img {
	margin-right: 10px;
}
#news_item {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#news_item_bullet {
	margin-left: 15px;
	padding-left: 0;
}
#news_date {
	font-size: 9pt;
	color: #555;
	margin-top: 3px;
	margin-bottom: 3px;
}
#profile_name {
	float: left;
	width: 310px;
	height: 450px;
	margin-right: autp;
	padding-left: 20px;
}
#profile_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
