﻿html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	font: 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFFFFF
}

h3
{
	font-size: 130%;
	font-weight: bold;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{	
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:758px;
	float:left;
}

#leftMargin
{
	background-image:url('../Images/LeftMargin.jpg');
	background-repeat:repeat-x;
	height:200px;
	width:auto;
	float:none;
}


#header
{
	height: 169px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	background-image: url('../Images/Header.jpg');
	background-repeat: no-repeat;
}

#menuTop
{
	position: absolute;
	top: 51px;
	#top: 62px;
	left: 210px;	
	list-style-type: none;
}

#menuLevel2
{
	position: absolute;
	top: 84px;
	left: 210px;
}

#main
{
	background-color: #fff;
	background-image:url('../Images/PageBG.jpg');
	background-position: top;
	background-repeat: repeat-y;
	min-height: 200px;
}

#bottom
{
	background-image:url('../Images/BottomPage.jpg');
	background-repeat:no-repeat;
	background-position: top;
	height:30px;
}

#bottomText
{
	color:#999999;
	width:auto;
	height:auto;
	text-align:center;
}

#mainmenu
{
	list-style-type: none;
}

#mainmenu li
{
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
}

#mainmenu a
{
	margin: 5px;
	color: #000000;
}

#mainmenu a.selected
{	
	text-decoration:underline;
}

.submenu
{
	list-style-type:none;
	margin: 0px;
	padding: 3px;
}

.submenu li
{
	margin: 5px;
	display: inline;
}

.subselected
{
	text-decoration:underline;
	font-size: 0.95em;
	color: #000000;

}

.submenulink
{
	font-size: 0.95em;
	color: #000000;
}

* html #main
{
	height: 500px;
}

#content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-left:20px;
	margin-right:20px;
	width: 700px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}

.clear
{
	clear: both;
}

.section
{
	padding: 7px;
	margin-top: 0px;
}
.section h3
{
	color: #333333;
	font-size: 150%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}

.articlesub span
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}


