body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*text-align:center;*/
  margin: 0;
  padding: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #990000;
	font-weight: normal;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #CC6600;
	font-weight: normal;
	}	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CC6600;
	font-weight: normal;	
	}		
p, ol, ul {
	font-size:15px;
	}	
.smalltext {
	font-size: 11px;
	}	
a:link, a:active, a:visited {
	color:#006699;
	}
a:hover {
	color:#CC6600;
	text-decoration:none;
	}		
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 180px; /* 8-40px*/
	padding-bottom: 24px;
	border-top: 5px solid #a90000;
	font-size:15px;
	}	
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #fff;
	color: #a90000;
	margin: 0px 2px 0px 2px;/*top margin: 2px*/
	}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #a90000;
	background-color: transparent;		
	text-decoration: none;
	padding: 4px;
	font-weight:bold;
	}
ul#tabnav a:hover {
	background-color: #a90000;
	color: #fff;
	font-weight:bold;
	}	
body#home li.home, body#articles li.articles, body#courses li.courses, body#tests li.tests, body#books li.books,
body#about li.about, body#contact li.contact, body#resources li.resources {
	/*border-bottom: 1px solid #a90000;*/
	color:#a90000;
	background-color:#fff;
	text-decoration:underline;
	}
body#home li.home a:link, body#home li.home a:visited, body#articles li.articles a:link, body#articles li.articles a:visited, body#courses li.courses a:link, body#courses li.courses a:visited, body#tests li.tests a:link, body#tests li.tests a:visited,
body#books li.books a:link, body#books li.books a:visited, body#about li.about a:link, body#about li.about a:visited, body#contact li.contact a:link, body#contact li.contact a:visited, body#resources li.resources a:link, body#resources li.resources a:visited {		
	color: #a90000;
	background-color:#fff;
	}
body#home li.home a:hover, body#articles li.articles, body#courses li.courses, body#tests li.tests, body#books li.books, body#about li.about, body#contact li.contact, body#resources li.resources{
	color:#fff;
	background-color:#a90000;
	}
.adright {
	float:right;
	padding: 3px;
	}
.adleft {
	float:left;
	padding: 3px;
	}		
#wrapper {
	position: relative;
	text-align:left;
	width: 100%;
	/*margin-right: auto;
	margin-left: auto;*/
	padding: 0px;
	/*border-top: 5px solid #000;*/
	}	
#content {
	padding: 5px 10px 5px 8px;
	margin-right: 25%;/*200px*/
	margin-left: 20%;/*200px*/
	}	
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.dashbox {
	border: 1px dashed #ccc;
	padding: 2px 2px 3px 5px;
	}
.solidbox {
	border: 1px solid #333;
	padding: 2px 2px 3px 5px;
	background-color:#FFFFCC
	}
#right {
	position:absolute;
	top: 120px;
	right: 5px;
	width: 25%;/*180px*/
	font-size: 11px;	
	}
#left {
	position:absolute;
	top: 120px;
	left: 5px;
	width: 20%;/*180px*/
	font-size: 11px;	
	}		
#right ul {	
	font-size:11px;
	}	
#footer {
	border-top: 5px solid #a90000;
	font-size: 11px;	
	padding: 3px 0px 3px 15px;
	margin-bottom: 8px;
	}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding-left: 8px;
	padding-bottom: 24px;
	font-size:11px;
	}	
#footer li {
	float: left;
	height: 15px;
	color: #000;
	margin: 2px 2px 0px 2px;
	}	

img, img a:link, img a:active, img a:visited {
	border: none;
	}	
#search {
	float: right;
	top: 8px;
	}	
#header {
	height: 100px;
	}
.logo {
	float: left;
	}	
.clear {
	clear:both;
	}	
.orderbutton {
	border: 1px solid #333;
	}	
.contentads {
	float:left;
	}	