body {
	background: #dfe4e8;
	font-family: "Verdana";
}

div#borderbox {
	background: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
	height:auto;
	border-color: #dddddd;
	border-style: solid;
	border-width: 1px;

}

div.topmenuh {
	padding-top: 6px;
	height: 28px;
	width: 130px;	
	text-align: center;
	float: left;
}

div#topheader {
}

div#topheader img {
	border-style:none;
}

div#topmenu {
	background: #ffffff;
	background-image: url('../images/menuback2.jpg');
	background-repeat: repeat-x;
	padding-top: 0px;
	margin-left: 10px;
	height: 30px;
	width: 780px;
	float: left;
}

div#topmenu a {
	font-family: "arial";
	font-size: medium;
	font-weight:bold;
	color: #5ca8e4;
	text-decoration: none;
	text-align: center;
}

div#topmenu a:hover {
	color: #000000;
}

div#topmenucurrent {
	background: #000000;
	background-image: url('../images/menuback.jpg');
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 6px;
	height: 28px;
	width: 130px;	
	float: left;
	text-align: center;
}

div#topmenucurrent a{
	color: #ffffff;
}

div#innerbody {
	background: #ffffff;
	background-image: url('../images/menuback3.jpg');
	background-repeat: repeat-x;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 5px;
	height: auto;
	min-height: 300px;
	width: 770px;
	color: #000000;
	font-size: small;	
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-style:solid;
	border-color: #5ca8e4;
}

div#innerbody a{
	color: #333333;
	text-decoration: none;
	font-size: small;
}

div#insideleft{
	width: 800px;
	float:left;
}

div#insidebox {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background: inherit;
	height: auto;
	width: 800px;
}

div#insideboxsml {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	background: inherit;
	height: auto;
	width: 150px;
}

div#insideboximg {
	float: left;
	margin-right: 10px;
}

div#insideboxtxt {
	float: left;
	margin-top: 2px;
	width: 700px;
}

div#insidetagleft {
	float: left;
}


div#insidetagbody {
	background: #2272af;
	color: #FFFFFF;
	float: left;
	width: 600px;
	height: 148px;
	padding-top: 2px;
}

div#insidetagtxt {
	float: left;
	margin-top: 2px;
	width: 400px;
}

div#insidetagback {
}

div#insideright {
	float: left;
	margin: 10px;
	padding: 10px;
	background: inherit;
	width: auto;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #999999;
}

div#footer {
	border-width: 0px;
	background: #ffffff;
	background-image: url('../images/menuback2.jpg');
	background-repeat: repeat-x;
	background-position-y:bottom;
	height: 34px;
	width: 800px;
	font-size: smaller;
	color: #5ca8e4;
	clear: both;
}

div#footer a {
	text-decoration: none;
	color: #5ca8e4;
}

div#footer a:hover{
	text-decoration: none;
	color: #000000;
}

#thumbnails {
	float: left;
	margin: 6px;
}

img {
	border-style: none;
}

input, textarea {
	color: #ffffff;
	background: #5ca8e4;
	border: 2px solid #2272af;
	font-weight:bold;
}



