body {
	background:#231f20;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size:14px;
}

h2 {
        font-size:22px;
        font-family:sans-serif;
}

a {

}

a:visited {

}

a:active {

}

a:hover {

}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}

#content {
	background:#FFFFFF;
}

#menu {
	font-size:18px;
	padding:10px;
}

#bottomMenu {
	font-size:12px;
	padding:5px;
	clear:both;
}

#menu, #bottomMenu {
	text-align:center;
}

#menu a, #bottomMenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:visited, #bottomMenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover, #bottomMenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#bottomMenu .separator_MainMenu {
    border-left: 1px solid #ffffff; 
}

#bottomMenu a {
	padding-left:5px;
	padding-right:3px;
}

#menu a {
	padding-left:20px;
	padding-right:20px;
}

#globalLogos {
	border-top:20px solid #ec1c24;
}

#globalLogos .Default {
	float:left;
	width:192px;
}

#globalFooter {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

#globalFooter a {
	color:#FFFFFF;
}

.activePageMenuItem { 
    font-weight: bold; 
}


.LiveEdit_drop_down   { 
	text-align: left; 
	color: white; 
	width: 176px; 
	border-bottom: 1px solid #b3b29e; 
	border-left: 1px solid #b3b29e; 
	padding: 0px;
	background-color: #413E35;
}

.LiveEdit_drop_down a {  
	font-size: 14px;
	color: #e7e5d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-position: center top; 
	display: block; 
	padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
  	background-color: #9F9F9F;
}

