body {
	background-color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: .9em;
}

p {
	font-size: .8em;
	line-height: 1.5em;
	}


 #main {
	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	background-color: #fff;
	border-style: solid;
	border-width: 2px;
	border-color: #ffcc33;

			
}
#header p {
 text-align: right;
}
#header img {
	border: none;
	position: relative;
}

#header {
	height: 85px;
	background-color: #fff;
	border-bottom: 1px solid;
	font-size: 1em;
	margin: 10px 10px 0px 10px;
	background-image: url(../images/logo-header.png);
	background-position: top left;
	background-repeat: no-repeat;
	
}

#pagecontent {
	background-color: #fff;
	min-height: 550px;
	margin: 0px 10px 10px 300px;
	padding: 15px;
	}

#sidebar {
	background-color: #fff;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	width: 275px;
	float: left;
	font-size: .75em;
	
}
#prodmenu {
	font-size: .7em;
	width: 700px;		
}
#prodmenu ul {
	margin-left: -15px;
	
}
#prodmenu li {
	list-style: none;
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#prodmenu img {
	display: block;
	border: 1px solid #000
}
#prodland {
	font-size: .7em;
	width: 750px;		
}
#prodland ul {
	margin-left: -15px;
	
}
#prodland li {
	list-style: none;
	float: left;
	width: 150px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#prodland img {
	display: block;
	border: 1px solid #000
}
#footer {
	font-size: .7em;
	margin: 10px;
	background-color: #fff;
	clear: left;
	text-align: center;
	line-height: 1.5em;
}


#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #0000ff;
}

#footer a:hover {
	text-decoration: underline;
}

#topmenu {
	width: 250px;
	padding: 3px;
	border: solid 1px #000;
}

#topmenu ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu li {
	border-bottom: 1px solid #fff;
}

#topmenu li a:link, #topmenu li a:visited {
	
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #a8b1bb;
	border-right: 1px solid #fff;
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
}

#topmenu li a:hover {
	background-color: #ffcc33;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}


#topmenu ul ul {
	margin-left: 12px;
}
#topmenu ul ul li {
	border-bottom: 1px solid #fff;
	margin: 0;
}
#topmenu ul ul a:link, #topmenu ul ul a:visited {
	background-color: #00275e;
}
#topmenu ul ul a:hover {
	background-color: #ffcc33;
	color: #000;
}
#features {
	font-size: .8em;
}
table {
 	font-size: .8em;
	margin-left: 20px;
 }
 th {
 	padding: 0px 20px 1px 0px;
	text-align: left;
	color: #00275e;
	width: 150px;
 }
 td {
 	text-align: left;
	padding: 0px 15px 1px 0px;
	
 }
#post {
	border: 1px solid #00275e;
	margin: 25px 60px 25px 0px;
	padding: 10px 10px 10px 30px;
	background-color: #a8b1bb;
}
#greybox {
	border: 1px solid #00275e;
	margin: 25px 60px 25px 0px;
	padding: 10px 10px 10px 30px;
	background-color: #a8b1bb;
	}
.listborder {
	border-top: 1px solid #fff;
}
.firstimage img {
	margin-right: 15px;
}
.linkb a:link, .linkb a:visited {
	text-decoration: none;
	color: #0000ff;
}
.linkb a:hover {
	text-decoration: underline;
}
.sitelist li {
	padding: 0.2em 0 0.2em 0;
}
form div {
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}
form div label {
	float: left;
	width: 25%
}