body
{
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #000000;
	text-decoration:none;
}

#Main
{
	text-align:left;
}

/***************** TopBanner **********************/
#Top
{
	width: 798px;
}

#Logo
{
	float:left;
	height:160px;
	margin-top:30px;
	text-align:center;
	width:193px;
}

#Logo img
{
	border: 0px;
}

#Banner
{
	float:left; width: 605px;
	height: 160px;
	margin: 30px 0 0 0;
}

#Banner img
{
	border: 0px;
}


#MainContent
{
	width: 798px;
}

#LeftCol
{
	float:left; width: 193px;
}

#Content
{
	float:left; width: 361px;
}

#RightCol
{
	float:right; 
	width: 214px;
	position: relative;
	overflow: auto;
}

/****************** Footer ********************/
#Footer
{
	width: 798px;
	clear: both;
}

#FooterText
{
	font-size: 10px;
	color: #8a8685;
}

/**************** Menu ************************/
.Menu
{
	width: 150px;
	margin: 0 0 10px 20px;
	height: 24px;
}

.MenuButton
{
	background-image: url(/images/Campaign/gray_top.gif);
	background-repeat: no-repeat;
	border: 0px;
	background-color: #d1c8c1;
	font-size: 11px;
	font-weight: bold;
	padding:5px 5px 0 10px;
}


.MenuButtonBottom
{
	background-image: url(/images/Campaign/gray_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #c7beb9;
	padding: 6px 0 0px 0;
}


/****************** RightBox *******************/

.YellowBox
{
	width: 173px;
	margin:0 0 10px 0px;
	background-image: url(/images/Campaign/orange_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top:5px;
	padding-bottom:5px;
}

.YellowBoxTop
{
	width: 173px;
	height:20px;
	background-color: #ea9500;
	background-image: url(/images/Campaign/orange_top.gif);
	background-repeat: no-repeat;
}

.YellowBoxTop h3
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	color: #FFFFFF;
	margin: 0px;
}

.YellowBoxContent
{
	font-size: 10px;
	border-left: 1px solid #ea9500;
	border-right: 1px solid #ea9500;
	color: #666666;
	padding-left:10px;
	padding-right:10px;
}

.RedBox
{
	width: 173px;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background-image: url(/images/Campaign/red_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.RedBoxTop
{
	width: 173px;
	height:20px;
	background-color: #b8121e;
	background-image: url(/images/Campaign/red_top.gif);
	background-repeat: no-repeat;
}

.RedBoxTop h3
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	color: #FFFFFF;
	margin: 0px;
}

.RedBoxContent
{
	font-size: 10px;
	border-left: 1px solid #b8121e;
	border-right: 1px solid #b8121e;
	color: #666666;
	padding: 5px;
	padding-left:10px;
}

/************** ******************/
#MenuContact
{
	width: 150px;
	margin: 40px 0 0 20px;
	color: #666666;
}

#FormPanel
{

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 13px; 
	color: #333333; 
	text-decoration:none;	
}

#FormPanel .hrf , #FormPanel .hrf input, #FormPanel .hrf span font, #FormPanel input, #FormPanel span, #FormPanel font
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: 13px; 
	color: #333333; 
	text-decoration:none;	
}

#FormPanel input[type="submit"]
{

	background: #B8121E;
	color:White;
	border:none;
	margin:10px 120px 10px 0px;
	float:right;
	font-size:12px;
	padding:2px;
	cursor:pointer;
}