/* CSS Document */
<style type="text/css">

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
body {
	background-color: #585F36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #001D2D;
	background-repeat: repeat;
	background-image: url(images/Background.jpg);
}
.secret {
	visibility: hidden;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #009900;
}
.cen {
	text-align: center;
	font-size: 13px;
}
.cenmen {
	text-align: left;
}
a:active {
	color: #009900;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	text-align: center;
	font-size: 18px;
	color: #002D51;
}
h4  {
	color: #002D51;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	padding-bottom: 5px;
}	
.tabsontop #container {
	width: 780px;
	background: #FBF9DD;
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	border: 3px solid #330099;
	top: 0px;
} 
.tabsontop #header {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #FBF9DD;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
} 
.tabsontop #bori{
	position: absolute;
	right: 32px;
	top: 540px;
}
.tabsontop #br {
	background-color: #FFFFFF;
	position: fixed;
	color: #002E48;
	text-transform: none;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	right: 0px;
	bottom: 0px;
	clear: none;
	float: right;
	padding: 5px;
	border: 2px solid #00CCCC;
}
.tabsontop #ad {
	width: 228px;
	background-color: #FFFFFF;
	height: 341px;
	position: absolute;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	border-top: 5px solid #009900;
	border-bottom: 2px solid #009900;
	border-left: 2px solid #009900;
	right: 0px;
	top: 144px;
	padding: 3px 10px 5px;
	float: right;
	clear: right;
}
.tabsontop #loc {
	width: 329px;
	height: 87px;
	position: absolute;
	top: 139px;
	padding: 3px;
	float: left;
	clear: left;
	left: 5px;
	margin: 5px;
	border: 0px none #009900;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tabsontop #mainc {
	vertical-align: top;
	text-align: left;
	background-color: #FBF9DD;
	width: 720px;
	position: inherit;
	visibility: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.tabsontop #mainci {
	vertical-align: top;
	text-align: left;
	width: 715px;
	position: relative;
	visibility: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	height: 346px;
} 
.tabsontop #footer {
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 2;
	padding-bottom: 2;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #99CC66;
	border-right-color: #FF0066;
	border-bottom-color: #99CC66;
	border-left-color: #CC0099;
} 
.tabsontop #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	border-bottom-color: #99CC66;
	border-bottom-width: 2px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
</style>
