body {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #e2ddcb;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
a {
	color: #1c55b3;
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	font-family: Arial,Tahoma,Verdana;
	font-size: 22px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 14px;
	margin: 0;
}
form {
	margin: 0;
}
.Input {
	background: #F7F5EF !important;
	width: 220px;
	color: #495D5C;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	display: inline;
}
.Position {
	width: 960px;
	margin: 10px auto;
	border: 10px solid #d4cfbb;
	background-color: #fff;
}
.TopBar {
	background-color: #9ac3c4;
	border: 1px solid #93bbbc;
	border-left: 0;
	border-right: 0;
	height: 10px;
	line-height: 28px;
	color: #fff;
	padding: 0 10px;
}
.Header {
	height: 100px;
	background-image: url(images/header-background.jpg);
	background-repeat: repeat-x;
}
.Navigation {
	height: 34px;
	background-color: #e9e4d2;
	background-image: url(images/navigation.jpg);
	background-repeat: repeat-x;
}

/* ================================================================
Drop Down Menu

This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.dropdown { padding: 0; margin: 0; list-style: none; height: 34px; }
.dropdown li.top { display: block; float: left; }
.dropdown li a.top_link { display: block; float: left; color: #495d70; text-decoration: none;padding:0 0 0 10px; cursor: pointer; }
.dropdown li a.top_link span { float: left; display: block; padding: 0 20px 0 10px; height: 34px; line-height: 34px; }
.dropdown li a.top_link:hover { background-color: #f0ebd6; }
.dropdown li:hover > a.top_link { background-color: #f0ebd6; }
.dropdown table { border-collapse: collapse; width: 0; height: 0; position: absolute; top: 0; left: 0; }
.dropdown a:hover { visibility: visible; position: relative; z-index: 200; }
.dropdown li:hover { position: relative; z-index: 200; }
.dropdown ul { position: absolute; left: -9999px; top: -9999px; width: 0; height: 0; margin: 0; padding: 0; list-style: none; }
.dropdown ul.sub1 { width: 195px; }
.dropdown ul.sub2 { width: 160px; }
.dropdown :hover ul { left: 0; top: 34px; background: #f0ebd6; padding: 3px; border: 1px solid #d4cfbb; border-width: 0 1px 1px; white-space: nowrap; height: auto; z-index: 300; }
.dropdown :hover ul li { display: block; height: 22px; position: relative; font-weight: normal; width: auto; }
.dropdown :hover ul li a { display: block; height: 22px; line-height: 20px; width: auto; padding: 0 10px; color: #000; text-decoration: none; }
.dropdown :hover ul li a:hover { background: #e2ddcb; }

.Content {
	padding: 10px 10px 0 10px;
}
.ContentBoxBorder {
	border: 1px solid #dddddd;
	padding: 5px;
	margin-bottom: 10px;
}
.ContentBox {
	border: 1px solid #e8e9e3;
	background-color: #f7f6f2;
	padding: 5px 10px 10px 10px;
}
.Heading {
	background-color: #86afb0;
	padding: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
}
.ContentPiece {
	border-bottom: 1px dotted #999;
	padding: 5px 0;
}
.Star {
	float: left;
	height: 13px;
	width: 13px;
	background: url(images/stars.gif) 0 0 no-repeat;
}
.StarEmpty {
	float: left;
	height: 13px;
	width: 13px;
	background: url(images/stars.gif) 0 -13px no-repeat;
}
.Star:hover, .StarEmpty:hover {
	background: url(images/stars.gif) 0 -26px no-repeat;
	cursor: pointer;
}
.Footer {
	background-color: #9ac3c4;
	border: 1px solid #93bbbc;
	border-left: 0;
	border-right: 0;
	height: 28px;
	line-height: 28px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
}
.Footer a {
	color: #fff;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}