/* General styles */
body {
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#ccc;
  min-width:600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	color: Black;
	font-family: Verdana;
  text-align:center;
}
#fixed {
  margin:0 auto;
  width:730px;   /* you can use px, em or % */
  text-align:left;
  background-color: #ccc;
}
#container {
  margin:0 auto;
  width:730px;   /* you can use px, em or % */
  text-align:left;
}
a {
  color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
  margin:0.8em 0 0.2em 0;
  padding:0;
}
p {
  margin:.4em 0 .8em 0;
  padding:0;
}
img {
	margin:10px 0 5px;
}
/* Header styles */
#header {
  clear:both;
  float:left;
  width:100%;
background-color: #3399CC;
}
#header {
	border-bottom:1px solid #000;
}
#header p, #header img, #header p img{
margin: 0;
padding: 0;
}
	/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
  background:#FFFFFF;
}
.rightmenu .colleft {
  float:left;
  width:200%;
  margin-left:-200px;
  position:relative;
  right:100%;
  background:#fff;
}
.rightmenu .col1wrap {
  float:left;
  width:50%;
  position:relative;
  left:50%;
  padding-bottom:1em;
}
.rightmenu .col1 {
  margin:0 15px 0 215px;
  overflow:hidden;
}
.rightmenu .col2 {
  float:right;
  width:170px;
  position:relative;
  left:185px;
}
/* Footer styles */
#footer {
  clear:both;
  float:left;
  width:100%;
	border-top:1px solid #000;
}
#footer p {
  padding:10px;
  margin:0;
}
h2 {
  clear: left;
  color: #339933;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	text-align: left;
	border-top: 2px solid #3399CC;
	border-bottom: 1px dotted #339933;
}
#nav {
	float: left;
width: 480px;
height : 20px;
	border: none;
  background-color: #3399CC;
	color : #FFFFFF;
	font-size : 0.9em;
	vertical-align: middle;
	padding: 3px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#nav ul li{
	display: inline;
	/*width: 100px;*/
	margin : 0;
	padding : 0;
}
#nav a:link, #nav a:visited{
	padding: 0 5px 0 5px;
	border: 0;
	color : #FFFFFF;
	text-decoration : none;
}
#nav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#spiderlinks{
	color: #FFFFFF;
	font-size: 0.8em;
	padding-bottom: 10px;
	text-align : center;
}
#spiderlinks li{
	border-left: 1px solid #CCCCCC;
	display: inline;
	margin : 0;
	padding : 0;
}
#spiderlinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#spiderlinks a:link, #spiderlinks a:visited{
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	color : #FFFFFF;
	text-decoration : none;
}
#spiderlinks a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#spiderlinks li.first {
	border-left: none;
}
input{
	border: 1px solid #3333CC;
}
textarea{
	border: 1px solid #3333CC;
}
input.chk{
	border: none;
}
input.btn{
	background-color: #3399CC;
	height: 20px;
	margin-left: 3px;
	color: #FFFFFF;
}
#advertisement{
	text-align: right;
	font-size: 10pt;
	padding-right: 5px;
}
.banner{
	float: right;
	width: 200px;
	text-align: right;
}
#mainimage{
margin-top: 15px;
}
#mainimage img{
	float: left;
	border: none;
	margin: 0 10px 10px 0;
}
#mainimage p.quote{
	text-align: left;
	font-style : italic;
}
#mainimage p{
	text-align: right;
}
#search{
	float: right;
width: 230px;
text-align: right;
	font-weight : bold;
	color: #FFFFFF;
	padding-bottom: 0px;
}
#search p{
	margin: 3px 0 0 0;
vertical-align: middle;
}
label{
	padding-right: 10px;
}
p.link{
	text-align : right;


}
#search form{
	padding: 0;
	margin: 0;
}
.search_btn{
height: 20px;
}
#ad{
text-align: center;
}
.qterm { color: #444; background-color: #ee9; font-weight: bold; }
a span.qterm { color: #00f; text-decoration: underline; }
a:hover span.qterm { color: #666; }
#reading{
float: left;
width: 150px;
}
#summary{
float: left;
width: 350px;
}
.left{
clear: left;
float: left;
}
img.left{
padding: 0 10px 10px 0;
}
h3{
font-size: 1em;
font-weight: bold;
}