/*---------------------------------------------------
HERE STARTS THE OVERALL WEBSITE BODY MENU CONTROL
----------------------------------------------------*/
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #Ffffd9;
}
#header {
	height: 220px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image-files/header.jpg);
	background-repeat: repeat-x;
}
#content {
	width: 520px;
	padding: 10px 10px;
	margin-right: auto;
	margin-left: auto;
}
#CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}
#leftnav {
	float: left;
	width: 160px;
	height: auto;
	background-color: #6495ed;
	padding: 5px;
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 157px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: medium;
}

#leftnav a:link, .navlist a:visited
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#leftnav a:visited
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: white;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 150px;
	background-color: #6495ed;
	height: auto;
}

#footer {
	background-color: #f6ffff;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #E82525;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}


.box1 {
	background: #f1ffd4;
	color: #000;
	border: 1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}
/*----------------------------------------------------------------
HERE STARTS THE TOP NAVIGATION BAR MENU CONTROL
----------------------------------------------------------------*/

.bevelmenu{
	font: bold 13px arial;
	padding: 6px 0;
	margin: 0;
	width: auto;
	background-color: #6495ed;
	float: none;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}
.bevelmenu li{
list-style: none;
display: inline;
}
.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: underline;
	color: white;
	background-color: blue;
	border: 2px solid #ffffff;
}
.bevelmenu li a:hover{
color: white;
background-color: #000000;
text-decoration: underline;
border-style: outset;
}
.bevelmenu li a:visited{
color: white;
font-weight: bold;
}
html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/*---------------------------------------------------------------------
HERE STARTS THE LEFT NAVIGATION COLUMN MENU CONTROL
---------------------------------------------------------------------*/
.urbangreymenu{
width: 160px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/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 11px; /*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 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 0px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
html>body .urbangreymenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

