@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
}
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	font-size: small;
	margin-top: 15px;
} 

#top {
	background-color: #FFF;
	width: 800px;
	height: 80px;
}
#top #top_left {
	float: left;
	width: 135px;
	text-align: right;
	padding-left: 15px;
}
#top #top_right {
	margin-left: 150px;
	width: 618px;
	padding-left: 30px;
}

#header  {
	background-color: #FFF;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 25px;
	margin: 0px;
	padding: 0px;
} 
#header #header_left {
	float: left;
	width: 135px;
	padding-left: 15px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: text-bottom;
	height: 20px;
	font-size: x-small;
	color: #339;
}
#header #header_right {
	margin-left: 150px;
	padding-left: 30px;
	width: 618px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 25px;
}
#middle {
	width: 800px;
	margin-top: 0px;
	clear: both;
}
#middle #middle_left {
	float: left;
	width: 150px;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#middle #middle_right {
	margin-left: 150px;
	padding-left: 30px;
	width: 620px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer {
	width: 800px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
}
#footer #footer_left {
	float: left;
	width: 135px;
	padding-left: 15px;
	text-align: right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer #footer_right {
	margin-left: 150px;
	padding-left: 30px;
	width: 618px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#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 */
}
.BulletColor {
	color: #600;
	font-size: small;
}
.TitleText {
	font-size: large;
	margin: 0px;
	padding: 0px;
}
.TitleText1 {
	font-size: small;
	margin: 0px;
	padding: 0px;
	color: #339;
}
.Hide {
	color: #FFF;
}
#middle_right #LeftColumn2 {
	width: 290px;
	float: left;
	margin-top: 0px;
}
#middle_right #RightColumn2 {
	margin-left: 300px;
	width: 290px;
}
#Side {
	float: right;
	width: 120px;
	text-align: right;
}
.CaptionLeft {
	font-size: x-small;
	color: #333;
	text-align: left;
}
.CaptionRight {
	font-size: x-small;
	color: #666;
	text-align: right;
}
.PlaceRight {
	margin-left: 300px;
	text-align: right;
}
.SmallText {
	font-size: x-small;
}
#TopMenu {
	background-color: #FFF;
	width: 600px;
}
#MainBody {
	float: left;
	width: 620px;
}
.Title1Text {
	font-size: x-small;
}
.Title1Text {
	font-size: x-small;
}
