html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #fff;
	background-image: url(../Images/bg-left2.gif);
	background-repeat: repeat-x;
	color: #333;
}

p, div, td { font: 12px Arial, Helvetica, sans-serif; }

p { margin: 5px 0px 5px 0px; }

#MainContent
{
	padding: 10px;
}

.clsSubMenuTop_On, .clsSubMenuTop_Over, .clsSubMenuBottom_On, .clsSubMenuBottom_Over, .clsSubMenuBody_On, .clsSubMenuBody_Over
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration : none;
	padding-left: 8px;
	padding-right: 0px;
	line-height: 25px;
	
}

.clsSubMenuTop_On{	
    
	padding-top: 15px;
    background-image: url(../images/BoxTop.gif);
    height: 41px;
	
}
.clsSubMenuTop_Over{
	padding-top: 15px;
    background-image: url(../images/BoxTopOver.gif);
    height: 41px;
}
.clsSubMenuBottom_On{
	padding-top: 0px;
    background-image: url(../images/BoxBottom.gif);
    height: 28px;
}
.clsSubMenuBottom_Over{
	padding-top: 0px;
    background-image: url(../images/BoxBottomOver.gif);
    height: 28px;
}
.clsSubMenuBody_On{
	padding-top: 0px;
    background-color: #8C8C8C;
	height: 28px;
}
.clsSubMenuBody_Over{
	padding-top: 0px;
    background-color: #B2B2B2;
	height: 28px;}

h1
{
	font-size: 200%;
	font-weight: bold;
}


h3
{
	font-size: 175%;
	font-weight: bold;
}

h4 
{
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 2px;
	color: orange;
}

a
{
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select, input, textarea
{
	font: 0.9em Arial, Helvetica, sans-serif;
}

td
{
	vertical-align: top;
}

img
{
	border: 0;
}

ul li
{
 margin-bottom: 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 .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.section
{
	margin: 5px;
	padding: 5px;
}
.section h3
{
	color: Green;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.section h2 
{
font-size: 170%;
	font-weight: bold;
	color: Green;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 7px;
}

.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 5px;
}

.articlelist li li
{
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style: 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;
}

.feeditem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.feeditem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.feeddetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}