/* CSS Document */

#container {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
#MainContent h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 15px;
	margin-left: 15px;
	color: #FFFFFF;
}
#MainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #D9014A;
}
#MainContent a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
#MainContent a:visited {
	font-weight: bold;
	color: #D40033;
}
#MainContent h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D40033;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#container #MainContent .cell .frontLink {
	color: #F1AF01;
	font-size: 12px;
	text-decoration: none;
}
#container #MainContent .cell p {
	font-size: 12px;
	color: #F1AF01;
	padding-bottom: 6px;
	padding-top: 0px;
}
#container #MainContent .cell2 .frontLink {
	color: #F1AF01;
	font-size: 12px;
	text-decoration: none;
}
#container #MainContent .cell2 p {
	font-size: 12px;
	color: #000000;
	padding-bottom: 6px;
	padding-top: 0px;
}

#MainContent h3 {
	font-size: 14px;
	color: #F1AF01;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 15px;
	margin-left: 15px;
}
.cell {
	border: 1px solid #D40033;
	padding: 0px;
	margin-top: 0px;
	background-color: #000000;
}
.cell2 {
	border: 1px solid #D40033;
	padding: 0px;
	margin-top: 0px;
	background-color: #F1AF01;
}

#MainContent h4 {
	font-size: 16px;
	color: #FFFFFF;
}
#MainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 15px;
}

#MainContent ul {
	font-size: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 6px;
	padding-right: 15px;
	padding-left: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	color: #F1AF01;
	text-decoration: none;
}
#footer a:hover {
	color: #D9014A;
	text-decoration: none;
}

body {
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	background-color: #000000;
}
.mainMenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.mainMenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: black;
	background-image: url(../images/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.mainMenu ul li{
display: inline;
}

.mainMenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.mainMenu ul li a:visited{
color: white;
}

.mainMenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../images/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#MainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.urbangreymenu{
width: 170px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: #000000;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #F1AF01;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #E30000;
}
