/* GLOBAL */
body,html
{
/*
	background-color: rgb(0,102,0);
*/
	background-color: rgb(238,238,238);
	padding:0px;
	margin:0px;
	color:rgb(52,52,52);
	font-family: Arial;
	font-size:12px;
	text-align: left;
}

a
{
	color: rgb(2,100,1);
	font-weight: bold;
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

h1
{
	margin:0px;
	padding:0px;
	color: rgb(2,100,1);
	font-weight: bold;
	font-size:13px;
	text-decoration: none;
}

div#static
{
	width:1204px;
}

div#container
{
	width: 1024px;
	float:left;
}

div#adspace
{
	position:relative;
	left:-10px;
	width:150px;
	margin-top:165px !important;
	margin-top:180px;
	float:left;
	text-align:left;
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #999;
}

div#subcontainer
{
	float:left;
	width: 1024px;
/*
	background-image: url(/resources/images/24_bg_container.gif);
*/
	background-image: url(/resources/images/24_bg_container.bmp);
	background-repeat: repeat-y;
}

/* TOP */

div#topcontainer
{
	width:1024px;
/*
	height: 30px;

	background-image: url(/resources/images/29_bg_topcontainer.gif);
*/
}

div#main
{
	width:1024px;
}

div#top
{
	width: 1024px;
	height:160px;
/*
	background-image: url(/resources/images/28_bg_top.jpg);
*/
	background-image: url(/resources/images/28_bg_top.bmp);
}

div#logo
{
	float:left;
	height:130px;
	width:160px;
	margin-top:15px;
	margin-left:20px;
}

div#logo img
{
	height:130px;
	width:160px;
	vertical-align:bottom;
}

div#header
{
	float:right;
	margin-right:50px !important;
	margin-right:25px;
	margin-top:20px;
	width: 754px;
}


div#image img, div#topmenu img
{
	vertical-align:bottom;
}


/* MAIN */

div#middle
{
	width:1024px;
/*
	background-image: url(/resources/images/25_bg_middle.gif);
*/
	background-image: url(/resources/images/25_bg_middle.bmp);
	background-repeat: no-repeat;
}

div#left
{
	float:left;
	width:180px;
	margin-top:10px;
	margin-left:30px !important;
	margin-left:15px;
}

div#content
{
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	width:584px;
	text-align:left;
}

div#right
{
	float:left;
	width:180px;
	margin-top:10px;
	margin-right:0px;
}

div#bottom
{
	clear:both;
	float:left;
	width:1024px;
	margin-bottom:10px;
}


/* MENU ITEMS */
.boxheader
{
	padding-top:5px;
	padding-left:10px;
	width:170px;
	height:19px;
	background-image: url(/resources/images/23_bg_boxheader.gif);
	text-align:left;
	text-transform: uppercase;
	font-size:12px;
	font-weight: bold;
}

.boxcontent
{
	padding:10px;
	color: rgb(129,129,129);
	text-align:left;
}

.boxcontent ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.boxcontent ul li
{
	text-align:left;
}

.boxcontent ul li.level1
{
}

.boxcontent ul li.level1_selected
{
	background-image: url(/resources/images/31_bullit_green.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxcontent ul li.level1_subselected
{
	background-image: url(/resources/images/30_bullit_gray.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxcontent ul li.level2
{
	padding-left: 10px;
	background-image: url(/resources/images/30_bullit_gray.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxcontent ul li.level2 a
{
	font-weight: 200;
	color: rgb(129,129,129);
}

.boxcontent ul li.level2_selected
{
	padding-left: 10px;
	background-image: url(/resources/images/31_bullit_green.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.boxcontent ul li.level2_selected a
{
	font-weight: 200;
	color: rgb(129,129,129);
}

.ads
{
	clear:both;
	text-align:center;
}

/* CONTENT ITEMS*/
.newsheader
{
	padding-top:5px;
	padding-left:10px;
	width:574px;
	height:19px;
	background-image: url(/resources/images/26_bg_newsheader.gif);
	text-align:left;
	text-transform: uppercase;
	font-size:12px;
	font-weight: bold;
}

.newscontent
{
	padding:10px;
	border-bottom: 1px solid rgb(221,221,221);
}

.newscontent img
{
	border: 2px solid rgb(2,100,1);
}

.date
{
	font-size:11px;
}

div#subnews
{
	margin-top:20px;
	margin-bottom:20px;
}

div#subnewsleft
{
	width: 287px;
	float:left;
}

div#subnewsright
{
	width: 287px;
	float: right;
}

.subnewsheader
{
	padding-top:5px;
	padding-left:10px;
	height:20px;
	background-image: url(/resources/images/27_bg_subnewsheader.gif);
	background-repeat:no-repeat;
	color:#fff;
	text-align:left;
	text-transform: uppercase;
	font-size:12px;
	font-weight: bold;
}

.subnewscontent
{
	padding:10px;
}

/* FOOTER */

div#footer
{
	padding-top:5px;
	padding-left:10px;
	width:574px;
	height:19px;
	background-image: url(/resources/images/26_bg_newsheader.gif);
	text-align:center;
	font-size:11px;
}