@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColElsCtr #banner {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.oneColElsCtr #container {
	width: 750px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	text-align: center;
	padding: 0;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}.oneColElsCtr #footer {
	background-color: #CCCCCC;
	clear: both;
}
.oneColElsCtr #homeButton {
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 10px;
	bottom: auto;
}
.rule {
	background-image: url(../images/gray666ruleShadow.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.homemenu {
	background-image: url(../images/menuRule.gif);
	background-repeat: repeat-x;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homemenu2 {
	background-image: url(../images/menuRule.gif);
	background-repeat: repeat-x;
	width: 100%;
	float: right;
}
.floatright {
	float: right;
}
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.homemenu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.homemenu li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 7em;
	float: left;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.homemenu a
{
	display: block;
	cursor: pointer;
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/* Menu items that have mouse over or focus have a gray background and white text */
ul.homemenu a:hover, ul.homemenu a:focus
{
	background-color: #999999;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #002D56;
}
a:link {
	color: #002D56;
}
a:hover {
	color: #CC0000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.homemenu a.MenuBarItemHover, ul.homemenu a.MenuBarItemSubmenuHover, ul.homemenu a.MenuBarSubmenuVisible
{
	background-color: #666666;
	color: #FFF;
}
#logo {
}
.clear {
	clear: both;
	width: 100%;
	height: 50px;
}
.homecenter {
	margin-top: 50px;
}
.floatleft {
	float: left;
}
#translate  {
	clear: both;
	text-align: center;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999;
}

