body { 
background-color: #30569d;
}

#maincontainer{
width: 835px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
height: 200px; /*Height of top section*/
vertical-align: baseline;
}

#topsection h1{
margin: 0;
padding-top: 15px;
margin-left: 0 auto;
margin-right: 0 auto;
vertical-align: baseline;
}

#contentwrapper{
float: left;
width: 100%;
background: #C4C4C6;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: #FFFFFF;
}

#leftcolumn{
float: left;
width: 195px; /*Width of left column*/
margin-left: -835px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
}

#footer{
clear: left;
width: 100%;
background: #30569d;
color: #FFFFFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
}

.bottommenu{
	font: 16px Calibri;
	}

.innertube{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.linka {
    font-size:75%; 
	color:blue; 
	text-decoration:underline; 
	font-family: Calibri, Arial, sans-serif;
	}
	  
.linkalarge { 
    font-size: 90%; 
	font-weight: bold; 
	font-family: Calibri, Arial, sans-serif; 
    text-decoration: underline; 
	color:blue; 
	}
	
.linkb { 
    font-size: 75%; 
	font-weight: bold; 
	font-family: Calibri, Arial, sans-serif; 
    text-decoration: none; 
	color: #123667; 
	} 

.linkbanner { 
    font-size: 75%; 
	line-height: 185%; 
	font-weight: bold; 
	font-family: Calibri, Arial, sans-serif; 
	text-decoration: none; 
	color: #FFFFFF;
	}
			   
.heada { 
    font-weight: bold; 
	font-size: 24px; 
	font-family: Calibri, Arial, sans-serif; 
    color: #27377f;
	}
			   
.headingc {
	font-family: Calibri, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.headb { 
    font-size: 16px; 
	font-family: Calibri, Arial, sans-serif; 
    color: #27377f;
	}
	
.headreg { 
    font-size: 14px; 
	font-family: Calibri, Arial, sans-serif; 
    color: #27377f;
	}
	
.dateline { 
    font-size: 85%; 
	line-height: 130%; 
	font-family: Calibri, Arial, sans-serif; 
    color: #800000;
	 }
	 
.body { 
    font-size: 16px; 
	line-height: 130%; 
	font-family: Calibri, Arial, sans-serif; 
    color: #000000;
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;

	 }
	 
.bodyhome  { 
    font-size: 80%; 
	line-height: 130%; 
	font-family: Calibri, Arial, sans-serif; 
    color: #333333;
	 }
	 
.bodyhead { 
    font-weight: bold; 
	font-size: 16px; 
	line-height: 125%;  
	font-family: Calibri, Arial, sans-serif; 
    color: #27377F;
	 }
	 
.bodyheadsm  { 
    font-weight: bold; 
	font-family: Calibri, Arial, sans-serif; 
    color: #27377F;
	 }
	 
.bodytitle { 
	font-size: 100%; 
	line-height: 125%;  
	font-family: Calibri, Arial, sans-serif; 
	font-size: 12px; 
    color: #27377F;
	 }
	 
.quote { 
    font-size: 90%; 
	line-height: 125%; 
	font-family: Calibri, Arial, sans-serif; 
    color: #EEE4C4;
	}
	
.caption { 
    font-size: 16px; 
	line-height: 135%; 
	font-family: Verdana, Arial, sans-serif size="2"; 
	 color: #123667;
	 }
	 
.linka:visited { 
    font-size: 16px;
	color: purple; 
	font-family: Calibri, Arial, sans-serif;
	}
	
.linkb:visited { 
    font-size: 16px;
	color: purple; 
	font-family: Calibri, Arial, sans-serif;
	}
	
.linkb:hover { 
    font-size: 16px;
	color: red; 
	font-family: Calibri, Arial, sans-serif;
	}
	
.linkbanner:hover { 
    font-size: 16px;
	color: red; 
	font-family: Calibri, Arial, sans-serif;
	}
	
.footerlink:visited { 
    font-size: 16px;
	color: purple; 
	font-family: Calibri, Arial, sans-serif;
	}


a:link { 
	color: blue; 
	font-family: Calibri, Arial, sans-serif; 
	font-size: 16px;
	}
	
a:visited { 
	color: purple; 
	font-family: Calibri, Arial, sans-serif; 
	font-size: 16px;
	}
	
a:hover { 
	color: red; 
	font-family: Calibri, Arial, sans-serif; 
	font-size: 16px;
	}
	
a:active { 
	color: #333333; 
	font-family: Calibri, Arial, sans-serif; 
	font-size: 16px;
	}

.submenu{display: none}

.urbangreymenu{
	width: 200px; /*width of menu*/
	background: #C4C4C6;
	padding-top: 2px;
	}

.urbangreymenu .headerbar{
	font: bold 16px Calibri;
	color: #292728;
	background: #C4C4C6 url(graphics/icon1.png) 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*/
	padding: 2px 0 3px 28px; /*28px is left indentation of header text*/
	}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #292728;
	display: block;
	}

.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
	text-decoration: underline;
	color: #A53694;
	}

.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: 0px; /*bottom spacing between menu items*/
	}

.urbangreymenu ul li a{
	font: 15px Calibri;
	color: white;
	background: #292728 url(graphics/icon2.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/;
	display: block;
	padding: 5px 0;
	line-height: 15px;
	padding-left: 28px; /*link text is indented 8px*/
	text-decoration: none;
	}

.urbangreymenu ul li a:visited{
	color: #292723 url(graphics/icon2.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/;
	}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	text-decoration: underline;
	color: #A53694;
	background: #292723 url(graphics/icon2.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/;
}#maincontainer #topsection .innertube table tr td div p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
