body {
	background-color: #0099FF;
	background-image: url(../images/bg-2.jpg);
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 12px;
	margin: 10px;
}

#pagesurround {
	width: 820px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(/images/site_01.png);
	height: 110px;
}

#topbar {
	background-image: url(/images/site_02.png);
	height: 27px;
}


#contentwrapper {
	background-image: url(/images/site_02.png);
	background-repeat: repeat-y;
}

#content {
	margin-top: 0px;
	margin-left: 181px;
}

#navcont {
	float: left;
	width: 181px;
}

#mainnav {
	padding-left: 20px;
}

#mainnav ul{
	margin:0;
	padding:0;
}

#mainnav li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#mainnav a{
	display:block;
	margin: 5px;
	width: 135px;
	height: 25px;
	background-color:#3366FF;
	line-height: 25px;
	text-indent: 10px;
	background-image: url(/images/bg-button.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#mainnav a:hover{
	margin: 5px;
	background-image: url(/images/bg-button_ov.jpg);
	background-color:#66CCCC;
	color: #003366;
}

#footer {
	height: 103px;
	background-image: url(/images/site_03.png);
	background-repeat: no-repeat;
}

#footerlink ul {
	margin:0;
	padding:0;
}

#footerlink li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#footerlink a {
	padding:0 5px 0 5px;
	font-size: 9px;
	font-weight: bold;
}

.innertube{
	margin-top: 0;
	margin-bottom: 10;
	margin-right: 30px;
	margin-left: 15px;
}

.bottube{
	padding-top: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-left: 160px;
}


hr {
	color: #06F;
}




.address {
	font-size: 12px;
}
.navBotm {
	font-size: 12px;
}

a:link, a:visited, a:active    {
	color:#0000CC;
	font-weight: bold;
}
a:hover     {
	color: #3366CC;
}                
.sudHeading {
	color: #999999;
}

.clrflt {
	clear: both;	
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {font-size:24px;}
p { line-height: 18px;}


img {border: none;}
.imgleft{float:left;margin-right: 13px;}
.imgright{float:right;margin-left: 13px;}
.alignctr { text-align:center;}
