@charset "utf-8";
.menu_back {
	background-color: #B90506;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu_text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

.imagelink{
border:none;
}

.formElement { font-family:Arial; font-size:12px; color:#565656; text-decoration:none; border:1px solid #cccccc;}

.menu_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

.menu_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:underline;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #151515;
}
.left_column {
	background-image: url(../images/readytorun_edit.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.generic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.generic_text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B90506;
	text-decoration:none;
}
.generic_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B90506;
	text-decoration:none;
}
.generic_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B90506;
	text-decoration:underline;
}

.generic_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.generic_small_text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90506;
	text-decoration:none;
}
.big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}
.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.generic_small_text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90506;
	text-decoration:none;
}
.generic_small_text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B90506;
	text-decoration:underline;
}



.menu_back_dark {
	background-color: #480202;
}
.grey_back {
	background-color: #F1F1F1;
}

.urbangreymenu{
width: 180px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px arial;
color: white;
background: url(../images/bullet_links.jpg) no-repeat 10px 5px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 4px 0px 0px 42px; /*42px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #1A2155;
display: block;
}

.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{
font: normal 10px Arial;
display: block;
padding: 2px 0;
line-height: 15px;
padding-left: 43px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #666666;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #ffcc00;
background: #1a2155;
}

