html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	/*background-color: #5c1a1a;*/
	background-color: #782935;
	background-repeat: repeat-x;
	font: 0.7em  Arial, Helvetica, sans-serif;
	color: #333;
}

h3
{
	font-size: 130%;
	font-weight: bold;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
	margin: 0 70px;
}

#header
{
	height: 50px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #fff;
}

#titletext
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;
}

#searcharea
{
	float: right;
	width: 210px;
}

#searcharea div.section
{
	border: 0;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
}

#globalmenu
{
	background-color: #900;
	height: 20px;
	color: #fff;
	padding-top: 1px;
}

#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: 198px;
	margin: 2px;
}

#nav
{
	width: 190px;
	margin: 2px;
	display:none;
}

* html #side
{
	width: 198px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	list-style:none;
}

#nav a
{
	display: block;
	font-family:  Verdana, Helvetica;
	color: #000;
	font-size: 100%;
	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: 200px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	padding: 7px;
	margin-top: 4px;
	border: 1px solid #eee;
}
.section h3
{
	color: #900;
	font-size: 130%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	float: right;
	
	
}

.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;
	background-color: #f9f9f9;
}

.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-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;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}
/*================*/
* {
	margin:0;
	padding:0
}

body {
	width:auto;
	margin:0 auto 0 auto;
	/*background:url("../img/bgr_body.gif") #fff repeat-x top;*/
	}

#wrapper {
	width:778px;
	height:auto;
	margin:0 auto 0 auto;
}

h1 {
	font:12px arial;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	color:#fff;
	padding:0 0 0 10px;
	margin:20px 0 0 20px;
	background:url("../img/li2.gif") no-repeat left;
	}
	
ul {
	list-style:none;
	margin:0 0 0 20px;
	}
	
ul li {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#444;
	padding:7px 0 7px 15px;
	background:url("../img/li1.gif") no-repeat left;
	}
	
ul li a {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#4b8cc3;
	}
	
ul li a:hover {
	text-decoration:underline;
	}
	
p {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#444;
	margin:10px 0 0 0;
	}
	
p a {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#4b8cc3;
	}
	
p a.title {
	font:12px arial;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#4b8cc3;
	padding:0 0 0 20px;
	background:url("../img/li.gif") no-repeat left;
	}
	
p a.title2 {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#4b8cc3;
	padding:0 0 0 20px;
	background:url("../img/li.gif") no-repeat left;
	}
	
p a:hover {
	text-decoration:underline;
	}
	
p.access {
	font:12px arial;
	text-align:left;
	text-decoration:none;
	color:#444;
	margin:0 0 0 20px;
	}

/*	
span {
	font:12px arial;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#4b8cc3;
	margin:0;
	}
*/	
h2 {
	font:18px arial;
	font-weight:bold;
	text-align:left;
	text-transform:capitalize;
	color:#4b8cc3;
	width:530px;
	padding:0 30px 0 0;
	margin:0;
	background:url("../img/h2.gif") repeat-x bottom;
	}

/*=== header ===*/
#header {
	width:778px;
	height:auto;
	margin:20px 0 0 0;
	padding:0;
	float:left;
	display:inline;
	}
	
#menu {
	width:778px;
	height:40px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_menu.gif") no-repeat top;
	}
	
#menu ul {
	list-style:none;
	text-align:center;
	margin:14px 0 0 0;
	}
	
#menu ul li {
	font:14px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	background:url("../img/li3.gif") no-repeat right;
	padding:0 20px 0 20px;
	margin:0;
	color:#fff;
	display:inline;
	}
	
#menu ul li a {
	font:14px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	text-decoration:none;
	color:#fff;
	}
	
#menu ul li a.select {
	font:14px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	text-decoration:underline;
	color:#fff;
	}
	
#menu ul li a:hover {
	text-decoration:underline;
	}
	
#top {
	width:776px;
	height:162px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	border-left:1px #ebebeb solid;
	border-right:1px #ebebeb solid;
	background:url("../img/bgr_banner.gif") repeat-x top;
	}
	
#logo {
	width:auto;
	height:auto;
	margin:20px 0 0 30px;
	padding:0;
	float:left;
	display:inline;
	}
	
#logo img {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	}
	
#banner {
	width:578px;
	height:auto;
	margin:3px 5px 0 0;
	padding:0;
	float:right;
	display:inline;
	}
	
/*=== container ===*/
#container {
	width:778px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
	
#contain {
	width:778px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_repeat.gif") repeat-y top;
	}
	
#col_left {
	width:190px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
	
#col_left .box {
	width:190px;
	height:auto;
	margin:0 0 0 6px;
	padding:0;
	float:left;
	display:inline;
	}
	
#col_left .box_title {
	width:190px;
	height:44px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_title.gif") no-repeat top;
	}
	
#col_left .box_repeat {
	width:190px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_repeat2.gif") repeat-y top;
	}
#col_left .box_repeat_content 
{
	margin:5px 15px 0px 15px;
	}
	
#col_left .box_bottom {
	width:190px;
	height:33px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_bottom.gif") no-repeat top;
	}
	
#col_right {
	width:578px;
	height:auto;
	margin:0 0 0 3px;
	padding:0;
	float:left;
	display:inline;
	}
	
#col_right .box {
	width:578px;
	height:auto;
	margin:0 0 0 0px;
	padding:0;
	float:left;
	display:inline;
	}
	
#col_right .box_title {
	width:578px;
	height:44px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_title2.gif") no-repeat top;
	}
	
#col_right .box_repeat {
	width:578px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_repeat3.gif") repeat-y top;
	}
#col_right .box_repeat_content 
{
	margin:10px 20px 0px 20px;
	}
	
#col_right .box_bottom {
	width:578px;
	height:33px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_bottom2.gif") no-repeat top;
	}	
	
	
#box2 {
	width:578px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
	
#box3 {
	width:578px;
	height:auto;
	margin:10px 0 10px 10px;
	padding:0;
	float:left;
	display:inline;
	}
	
#box_title2 {
	width:578px;
	height:44px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_title2.gif") no-repeat top;
	}
	
#box_repeat2 {
	width:578px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_repeat3.gif") repeat-y top;
	}
	
#box_repeat2 img {
	width:auto;
	height:auto;
	margin:20px 10px 0 10px;
	padding:0;
	float:left;
	display:inline;
	border:1px #b5b5b5 solid;
	}
	

	
#box_bottom2 {
	width:578px;
	height:30px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_bottom2.gif") no-repeat top;
	}
	
#bottom {
	width:778px;
	height:23px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	background:url("../img/bgr_bot.gif") no-repeat top;
	}
	
/*#col_left .sidecontent_weather .box_repeat_content
{
	margin:0px;
	margin:5px 6px 0px 7px;
	}
*/
/*=== footer ===*/
#footer {
	width:778px;
	height:63px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
	display:inline;
	/*background:url("../img/footer.gif") no-repeat top;*/
	}
	
#footer p {
	font:10px arial;
	text-align:center;
	text-decoration:none;
	color:#eee;
	padding:0;
	}
	
#footer p a {
	font:11px arial;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#4b8cc3;
	}
	
#footer p a.select {
	font:11px arial;
	text-align:center;	
	text-decoration:none;
	color:#4b8cc3;
	}
	
#footer p a:hover {
	text-decoration:underline;
	}
	
#footer ul {
	list-style:none;
	text-align:center;
	margin:5px 0 0 0;
	}
	
#footer ul li {
	font:11px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	/*background:url("../img/li3.gif") no-repeat right;*/
	background:none;
	padding:0 10px 0 10px;
	margin:0;
	color:#fff;
	display:inline;
	}
	
#footer ul li a {
	font:11px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	text-decoration:none;
	color:#fff;
	}
	
#footer ul li a.select {
	font:11px tahoma;
	font-weight:bold;
	text-align:center;
	text-transform:capitalize;
	text-decoration:underline;
	color:#fff;
	}
	
#footer ul li a:hover {
	text-decoration:underline;
	}
	