html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #eee;
	background-image: url(../Images/bg-body.gif);
	background-repeat: repeat-x;
	font-family: arial, sans-serif; 
	font-size: 12px;
	color: #333;
	line-height:150%;
	text-align:center;
}

h3
{
	font-size: 130%;
	font-weight: bold;
}
.links
{
	font-size: 110%;
	font-weight: bold;
}
a
{
	color: #003399;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
	text-align:left;
	width: 860px;
}

#header
{
	height: 50px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #fff;
	line-height: 300%;
	text-align:left;
}

#titletext
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;
}

#menuc
{
	background-color: #900;
	height: 20px;
}

#linkad
{
	width: 500px;
	float: left;
	padding-top: 2px;
}

#globalmenu
{
	color: #fff;
	padding-right: 5px;
	padding-left: 500px;
	text-align: right;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}

#containerleft
{
	background-image: url(../Images/shadow-left.gif);
	background-repeat: repeat-y;
}

#containertopleft
{
	background-image: url(../Images/shadow-top-left.gif);
	background-repeat: no-repeat;
}

#containerright
{
	background-image: url(../Images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#containertopright
{
	background-image: url(../Images/shadow-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#main
{
	margin-left: 7px;
	margin-right: 7px;
	background-color: #fff;
	margin-bottom: 10px;
	background-image: url(../Images/shadow-bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 500px;
}

* html #main
{
	height: 500px;
}



#side
{
	float: right;
	width: 260px;
	margin: 2px;
}

#nav
{
	width: 260px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
}

* html #side
{
	width: 260px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	border-top: 1px solid #eee;
}

#nav a
{
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	padding: 5px;
}

#nav a:hover
{
	background-color: #f9f9f9;
	font-weight: bold;
	text-decoration: none;
}

#nav a.selected
{
	font-weight: bold;
}

#nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul ul li a
{
	padding-left: 20px;
	color: #333;
}

#content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-right: 262px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	padding-left: 5px;
	margin-top: 4px;
	border: 1px solid #eee;
}
.section h3
{
	color: #900;
	font-size: 14px;
	padding: 2px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.moduletools
{
	float: right;
	margin-right: 5px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 12px;
}

.pager a
{
	margin-left: 5px;
	margin-right: 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: 14px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.blogtoplist
{
	padding-left: 2px;
}

.articlecontent
{
	line-height:150%;
	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;
}