:focus { -moz-outline-style: none; }

body {
	margin: 0px auto 0px auto;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color:#666666;
}
a, a:visited {
font-family: Verdana, Arial, sans-serif;
color:#40267c;
text-decoration: none;
}
a:hover {
font-family: Verdana, Arial, sans-serif;
color:#40267c;
text-decoration: underline;
}
p {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  margin-top:0px;
}
dl, dd, dt {
	margin: 0;
	padding: 0;
	display: block;
}
dd, dt {
	border:none;
}
dt {
	background-color: transparent;
}
dd {
	background-color: transparent;
}
h1 {
font-size: 12px;
}
h2 {
font-size: 13px;
}
#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url("../images/bkg_splash.gif");
background-position: left;
background-repeat: no-repeat;
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-left: 620px; /*Set left margin to LeftColumnWidth*/
min-height: 595px;
height: auto !important;
height: 595px;
}
#leftcolumn{
float: left;
width: 620px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background-color: transparent;
}
.footer{
clear: left;
width: 100%;
background-color: transparent;
color: #FFF;
text-align: center;
padding: 0px 0px 10px 0px;
}
.innertube{
margin: 0px;
padding:320px 0px 0px 35px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.urbangreymenu{
font-family: Tahoma, arial, "lucida console", sans-serif;
}
.urbangreymenu ul{
width: 75px; /*width of menu*/
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: 1px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a{
font: normal 12px Tahoma;
color: #386060;
background: #ffffff;
display: block;
padding: 3px 0px 3px 8px;
line-height: 15px;
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: #386060;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #386060;
text-decoration: none;
}