body {
	background-color:#DF3B21;
	}
#Container {
	width: 800px;
	text-align: justify;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	padding: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	background: #ffffff;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	height:110px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	vertical-align: top;
}
#Top img{
	float: left;
	border: 0;
}		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height: 25px;
	background-color: #EFEFEF;
	width: 800px;
	margin-top: 0px;
	
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 133px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DF3B21;
}

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFFFFF;
	background-color: #EA7E6F;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DF3B21;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	padding-top: 5px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #DF3B21;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}
div#MainText h1{
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #DF3B21;
	margin-top: 10px;
}

/* Container Left Start*/
div#MainText-left {
	width: 180px;
}
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 190px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #DF3B21;
	text-decoration: none;
	font-family: "Verdana";
	font-size: 12px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #DF3B21;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #999999;
}
/* Container Right Start*/
div#MainText-right {
	text-indent: 8pt;
	clear: both;
	width: 570px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #555555;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
	margin-top: 15px;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DF3B21;
}
div#Footer a{
	color: #DF3B21;
	text-decoration: none;
}
div#Footer a:hover{
	color: #DF3B21;
	text-decoration: none;
}
.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #fff;
background-color: #F00011;
line-height: 1.3em;
text-align:center;
}

