*
{
	margin: 0;
	padding: 0;
	/* border: solid 1px orange; */
}
body
{
	background-image: url('/images/backgrounds/gradient.gif');
	background-repeat:repeat-x;
	/*  background-color: #383f45; */
	margin-top: 0;
	margin-bottom: 0;
	font: 9pt Arial "Palatino Linotype" "Book Antiqua" "Times New Roman";
}
#content
{
	width: 1000px;
	background-color: White;
	border-left: solid 2px black;
	border-right: solid 2px black;
	text-align: left;
}
#page
{
}
/* header */
#header
{
	padding-left: 20px;
	padding-right: 20px;
	height: 95px;
	margin: 0 auto;
	font-family: Arial;
}
#header h1
{
	color: black;
	font-size: 32pt;
	letter-spacing: -3px;
	margin-bottom: -15px;
}
#header h2
{
	/* color: #CCC; */
	color: #3F6BFF;
	font-size: 20pt;
	letter-spacing: -2px;
}
#header h3
{
	color: black;
	font-family: Arial;
	font-weight: normal;
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 6px;
}
/* navigation */
#navigation
{
	background: #fafafa;
	border-top: 2px solid #FFAC32;
	border-bottom: 2px solid #FFAC32;
	margin: 0 auto;
	height: 25px;
	list-style: none;
}
#navigation li
{
	float: left;
	width: 122px;
	list-style: none;
}
#navigation a
{
	font-size: 14pt;
	color: black;
	display: block;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
}
#navigation a:hover
{
	color: Gray;
	/* text-decoration: underline; */
}
#navigation .active
{
	background: #383f45;
	color: white;
}
#pagebody
{
	overflow: auto;
	background-color: White;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
#pagebody h1
{
	font-family: Arial;
	font-size: 20pt;
	color: #383f45;
	letter-spacing: 1px;
}
#pagebody h2
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
	text-decoration: none;
}
#pagebody a
{
	color: black;
	text-decoration: none;
}
#pagebody a:hover
{
	color: Gray;
}
#pagebody a.feedbackheading
{
	font-size: 14pt;
	font-weight: bold;
	color: #3F6BFF;
	text-decoration: none;
}
#pagebody a.feedbackheading:hover
{
	color: Gray;
}
#pagebody h3
{
	font-family: Arial;
	font-size: 8pt;
	color: gray;
	font-style: italic;
}
#pagebody p
{
	font-family: "Palatino Linotype" "Book Antiqua" "Times New Roman" Arial;
	font-size: 10pt;
	margin-bottom: 15px;
}
#footer
{
	padding-left: 20px;
}
.searchbox
{
	/* float: right; */
	text-align: left;
	width: 160px;
	border: solid 1px black;
	background-color: #CCC;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightgraypanel
{
	float: right;
	width: 160px;
	border: solid 1px black;
	background-color: #CCC;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sectionads
{
	float: right; 
	width: 150px; 
	margin-right: 15px;
	margin-bottom: 10px;
}
#articleads
{
	float: right; 
	width: 150px; 
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
#Col1
{
	width: 48%;
	float: left;
	padding-right: 5px;
}
#Col2
{
	width: 48%;
	float: left;
	padding-left: 5px;
}
.smallheading
{
	font-size: 12pt;
	font-weight: bold;
	color: #3F6BFF;
	text-decoration: none;
}
a.smallheading
{
	color: #3F6BFF;
}
a.smallheading a:hover
{
	color: Gray;
}
.coverlinks
{
	line-height: 10pt;
}
a.coverlinks
{
	color: Black;
	text-decoration: none;
}
a.coverlinks:hover
{
	color: gray;
	text-decoration: none;
}
.suggestions
{
	height: 20px;
}