/* CSS Document */

body
{
margin:0;
}


.bgnone
{
background-repeat:no-repeat;
}


.header
{
font-family:"Arial Narrow";
font-size:24px;
font-weight:bold;
color:#1B3D8F;
font-weight:bold;
}


.bodytext
{
font-family:Arial;
font-size:12px;
line-height:21px;
color:#646464;
font-weight:200;
text-align:justify;
}


.bodytext a
{
text-decoration:none;
color:#1b3d8f;
}



.footer
{
font-family:Arial;
font-size:11px;
line-height:21px;
color:#FFFFFF;
font-weight:200;
text-align:justify;
}

.footer a
{
color:#00e4ff;
text-decoration:none;
}


.footer a:hover
{
color:#FFF;
text-decoration:none;
}


a
{
text-decoration:none;
color:#1b3d8f;
}

a:hover
{
color:#000;
text-decoration:underline;
}

/* OLD MENU STARTS HERE */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.urbangreymenu .headerbar{
font: 12px Verdana;
color: white;
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{
font: normal 13px Tahoma;
color: white;
display: block;
padding: 7px 0;
line-height: 10px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
border-bottom: 1px solid #755c83;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #ffc600;
}

/* OLD MENU ENDS HERE */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 150px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

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

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

.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 5px 0;
padding-left: 30px; /*link text is indented 19px*/
text-decoration: none;
font-family:"Arial Narrow";
font-weight: bold;
font-size:18px;
}


/*
.arrowlistmenu ul li a:visited{
color: #FFF;
} */

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFF;
text-decoration:underline;
}
