body
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img
{
	border: 0px;
}
/*html, body{background: white;
		   text-align: center;}*/

body
{
	background-color: white;
	font-size: 78%;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, sans-serif;
	color: #333;
	padding: 5px;
}

a.favourites:link, a.favourites:visited
{
	margin-left:150px;
	color:white;
}

span.heading
{
	color: #7C7B7B;
	font-family: "Lucida Grande" , Tahoma, Arial, sans-serif;
	font-weight: 600;
	padding: 3px;
	font-size: .9em;
}
/*a, a:visited{color: #296EC3;}*/
a:link
{
	color: #606D9D;
	font-size: 12px;
	text-decoration: none;
}
a:visited
{
	color: #606D9D;
	font-size: 12px;
	text-decoration: none;
}
a:hover, a:active
{
	color: #5E796C;
	font-size: 12px;
	text-decoration: underline;
}
a.white:link, a.white:visited
{
	color: White;
}

/*p {
	font-size:12px
} */

h1
{
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 900;
	padding: 3px;
	font-size: 1.4em;
}

h2
{
	font-family: trebuchet MS, verdana, arial;
	font-size: 1.3em;
	font-weight: normal;
	color: #3D79C3;
}
h3
{
	font-family: "Lucida Grande" , Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 1.2em;
}
div.centered
{
	margin: 0px auto;
	text-align: left;
}
div#container
{
	width: 800px;
}
div#header-area
{
}

div#head
{
	background: #97B8BB;
	margin-top: -1px;
}
div#below-head
{
	color: white;
	line-height: 25px;
	font-weight: bold;
	background: #9BAAC1;
}

div#content-body
{
	width: 798px;
}
div#content-area
{
	width: 596px;
	float: left;
}
div#white-space
{
	width: 798px;
	background-color: White;
	height: 2px;
}
div.adBlock
{
	margin: 0px 10px 10px 0px;
	float: left;
}

div#adLinks
{
	margin: 8px 0px 10px 0px;
}
/*.hovered
{
	border: 1px solid black;
	background: #fff;
	width: 394px;
	margin-bottom: 3px;
}*/
div.article
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	padding: 0px;
	line-height: 17px;
	text-align: left;
}
div.article a:link
{
	color: black;
	text-decoration: none;
	font-size: 11px;
}
div.article a:visited
{
	color: #444;
	text-decoration: none;
	font-size: 11px;
}
div#sidebar-area
{
	width: 200px;
	margin-top: 0px;
	float: right;
	top: 0px;
}
div.sidebar-section-padding
{
	margin: 10px 5px;
}
div.sidebar-section p
{
	line-height: 16px;
}

.footer
{
	text-align: left;
	width: 100%;
	clear: both;
	position: relative;
}
.titleBar
{
	background-color: #2C2C2C;
}

.subTitleBar
{
	background-color: #7C7B7B;
}

.sitetitle
{
	font-family: Verdana, "Lucida Grande" , Tahoma, Arial, sans-serif;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	left: 0;
	color: white;
	font-weight: bold;
	margin-left: 20px;
}
.tagline
{
	font-family: Verdana, "Lucida Grande" , Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	left: 0;
	color: white;
	font-weight: bold;
	margin: 0 0 0 20px;
	line-height: 30px;
}
UL LI   {
    list-style-type:    circle ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    square;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

