@charset "utf-8";
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; }

#shell {
	background-color: #000000;
	width: 805px;
	padding: 0px;
	border: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#page {
	width: 800px;
	padding: 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(../Images_Primary/pagebackground.gif);
	border: 10px ridge #006666;
}

#header {
	margin: 0px;
	padding: 15px;
	text-align: center;
	height: auto; }

#topmenu {
	margin: 0px;
	padding: 0px;
	height: 46px;
	clear: both;
	width: 800px;
	position:static;
}

#image {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
	position:static;
}

#main{
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	position: relative;
	clear: both;
	float: left;
	background-image: url(../Images_Primary/pagebackground.gif);
}

#sidebar{
	margin: 0px;
	padding-left: 10px;
	height: auto;
	float: left;
	width: 170px;
	position: static;
	padding-right: 10px;
	clear: both;
}

#mainbody{
	margin: 0px;
	height: auto;
	float: right;
	width: 550px;
	position: static;
	clear: both;
	padding: 10px;
}
	
#footer {
	background-color: #000000;
	position:static;
	width: 800px;
	color: #FFFFFF;
	text-align:center;
	font-size: 70%;
	padding: 0px;
	clear: both;
	margin: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer-search {
	background-color: #000000;
	width: 425px;
	color: #FFFFFF;
	text-align:center;
	font-size: 70%;
	padding: 0px;
	clear: none;
	vertical-align: middle;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

a:link {
	color: #0000cc;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF; }
	
a:active {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}

.H1 {
	font-size: 42px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-style: italic;
	line-height: 1px;
}
	
.yellow16b {
	color: #FFCC00;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding: 5px;
}

.image_right {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: right;
}

.image_left {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: left;
}

.image_center {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
}

p.footer {
	text-align: center;
	font-weight: bolder;
}
