Html, Body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
}

#Banner {
	background: black url(images/bg_banner.jpg) top left repeat-x;
	height: 110px;
	border-bottom: 1px solid #CC0000;
}

#Menu {
	float:left; 
	width: 200px;
	background: black;
	padding: 0px;
	margin: 0px;
}

#Logos {
	float:left; 
	width: 200px;
	background: white;
	padding: 0px;
	margin: 0px;
}

#BottomLogos {
}

#Container {
	background: white url(images/bg_content.jpg) top left repeat-y;
	border-right: 2px solid black;
}

#Content {
	margin-left: 200px;
	padding: 5px 30px 10px 15px;
}

#Footer {
	clear: both;
	height: 80px;
	background: black url(images/bg_footer.jpg) top left repeat-x;
	color: #FFFFFF;
	padding: 0px 15px 0px 0px;
}

/*****************************************************************************
	MENU DIVs
*****************************************************************************/
#Menu .button {
	padding: 8px;
	vertical-align: middle;
	border-bottom: 1px solid #CC0000;
	font-weight: bold;
}

#Menu .button:Hover { background: #CC0000;}
#Menu .button:Active { background: #FF0000;}

#Menu a {
	color: #FAFAFA;
	text-decoration: none;
}

#Logos img {
	border: 0px;
	margin: 8px;
}

/*****************************************************************************
	CONTENT DIVs
*****************************************************************************/
#Content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	border-bottom: 1px solid #CC0000;
	color: #CC0000;
}

#Content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#Content p {
	text-align: justify;
}

#Content a {
	color: #303030;
	text-decoration: none;
	border-bottom: 1px dotted rgb(150,150,255);
}

#Content .images {
	float: right;
	width: 165px;
	margin: 0px 0px 0px 5px;
}

#Content .images img {
	float: right;
	margin: 0px 0px 3px 3px;
	border: 1px solid transparent;
}

#Content .images img:Hover {
	border: 1px solid #252525;
}

#Content ul {
	list-style-type: square;
	list-style-position: outside;
}

#Content .maintenance {
	background-color: #F5F5F5;
	border: 1px solid red;
	float: right;
	width: 150px;
	margin: 0px 0px 10px 15px;
	padding: 0px 8px 8px 8px;
}

#Content .maintenance h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom: 1px solid red;
}

#Content .maintenance p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#Content .filler {
	height: 75px;
}

#BottomLogos img {
	border: 0px;
	margin: 0px 15px 10px 0px;
}

#BottomLogos a {
	border: 0px;
}

#Footer p {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}

#Footer .sig {
	font-size: 16px;
	font-weight: bold;
}
