/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #657F9A;
}

#container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#header {
	background-image: url(images/bg-header.jpg);
}

#headerbg {
	background-image: url(images/bg-header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	width: 800px;
}

#footer {
	clear: both;
	color: #FFF;
}

#footerborder {
	height: 2px;
	line-height: 2px;
	border-top: solid 5px #657F9A;
	background-color: #FFFFFF;
	background-image: url(images/bg-page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footercontent {
	padding: 8px;
	width: 800px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #3083B7;
}

#footer .item {
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper {
	width: 800px;
	padding: 6px 0px;
}

#wrapperbg {
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	height: 450px;
}

#sidebar {
	width: 290px;
	float: left;
}

#sidebarheader {
	background-color: #201E4F;
	color: #657F9A;
	padding: 3px 5px;
}

#sidebarcontent {
	background-color: #657F9A;
	color: #FFF;
	padding: 3px 5px;
	font-size: smaller;
}

#sidemenu {
	margin-top: 4px;
	width: 135px;
	float: left;
}


#flashad {
	margin-top: 4px;
	float: right;
	width: 149px;
}

#content {
	float: right;
	padding: 5px;
	margin: 0px; 
	overflow: auto;
}

h3, h2{
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;	
}

.indent {
	margin-left: 25px;
}

#logo {
	float: left;
}

#menu {
	float: right;
}
/*
#menu {
	background-image: url(image/menubar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: right;
	margin-top: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 355px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
}

#menu a {
	color: #666666;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	z-index: 300;
}

#menu a:hover, #menu .selected {
	color: #3083B7;
	background-image: url(image/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#content a {
	color: #666666;
}

#content a:hover {
	text-decoration: overline;
	color: #3083B7;
}



.line {
	background-image: url(image/line.gif);
	background-position: center top;
	height: 6px;
	background-repeat: repeat-x;
	width: 75%;
	margin: auto;
	margin-top: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea {
	padding; 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #DEDEDE;
	font-size: x-small;
}

#topbanner {
	background-color: #FF0000;
}

.button {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: x-small;
}

h3 {
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}

.thumbs {
	height: 148px;
	width: 148px;
	float: left;
	text-align: center;
}
#zipfile {
	border: 1px solid #CCCCCC;
	float: right;
	font-size: x-small;
	padding: 5px;
	text-align: center;
	background-color: #DEDEDE;
}

.smaller {
	font-size: 11px;
	font-weight: bold;
}

*/