body {
	margin:0 0 0 0; 
	font-family:helvetica, arial;
	color:#cbd1c5;
	font-size:12px;
    background: #282c33;/*#2e3a40;*/
}

a {
		color:#cda340;
	text-decoration: none;
}
	a:hover {
		color: #b3c7ec;
		/*background:#000;*/
		text-decoration:none;
	}
	h1 {
		margin:.1em 0 .1em 0;
		padding:0;
		color: #000;
			letter-spacing: .02em;
	}
		#urgent {
		display:block;
		/*float:left;*/
		/*background:#232831;*/
		color: #a5000f;
		text-decoration:none;
		position:relative;
	}
	
	h2{
		margin:.1em 0 .1em 0;
		padding:0;
		color: #b3c7ec;
		letter-spacing: .02em;
	}
	
	h3 {
		margin:.1em 0 .1em 0;
		padding:0;
		color: #b3c7ec;
		letter-spacing: .02em;
	}
h1#heading span {
position:absolute;
width:100px;
margin-left:-5000px;
}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/*img {
		margin:10px 0 5px;
	}*/
	/* Header styles */

	/* 'widths' sub menu */

#toplist {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}

#header {
		clear:both;
		/*float:right;*/
		width:979px;
		height:125px;
		background: #1b1c1e url(../imgs/bg_header.png);
		margin-left: auto;
		margin-right: auto;
	border-left-width: 4px;
	border-left-color: #9c4023;
}
	
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		/*float: left;*/
		width:100%;
		list-style:none;
		margin:204px 0 0 0;
		padding:0;
	    letter-spacing: 0.4em;

}	


	#header ul li {
		/*display:inline;*/
		list-style:none;
		margin:0;
		padding:0;
	}
	
	
	#header ul li a {
		display:block;
		/*float:left;*/
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		/*background:#232831;*/
		color: #62430e;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background: #232831 url(../imgs/menuroll.png) no-repeat 0 top;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
		margin-top: 0px;
	}
	#header ul li a span {
		display:block;
	}

.top-container {
	position: relative;
	top: 204px;
	height: 47px;
	width: 979px;
	background: url(../../imgs/img_bg_top.jpg) repeat-x;
	/* padding-right: 0px; */
	/* padding-left: 40px;*/
	padding-top: 23px;
	/*padding-left: 150px;*/
}

.sidebartitle {
	height:37px;
	width:100%;
	display: block;
	background: url(../imgs/sidetitle.png) no-repeat;
	margin-top:15px;
	}
	


.sidecontent {
	/*width:230px;*/
	display: block;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
	background: #fff; /*background: #39130a;*/
	color: #000;
	/*border: 1px solid #dab55d;*/
	font-size:15px;
}

.sidecontent a {

	color: #404384;
	/*border: 1px solid #dab55d;*/
	font-size: 15px;
	font-weight: bold;
}

.sidecontent a:hover {

	color: #000;
	/*border: 1px solid #dab55d;*/
	font-size: 15px;
	font-weight: bold;
}		
	
.maincontent {
	/*width:230px;*/
	color: #dddedc;
	display: block;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000;
	border: 1px solid #b3c7ec;
	font-size:12px;
}

/* Lists */

#list { 
	padding:4px; 
	margin:10px;
	color: #000;
} 

#list li { 
	list-style-type: square; 
	margin-top:1px;
	margin-left:15px;
}  


/* Titles and Headers */

.sidelinks {
	font: 11px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #87a377;
	text-decoration: none;
}

.active2 {
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	color: #c3dada;
	text-decoration: underline;
}
.title { 
	font-size: 16px;
	/* letter-spacing: .10em; */
	/*color: #000;*/
	padding-top: 5px;
	letter-spacing: .05em;
	font-weight: bold;
}
.titles2 {
	font-size:15px;
    /*color: #8d878d;*/
    margin-top:15px;
    margin-bottom: 15px;
    /* text-transform: uppercase;*/
	letter-spacing: .5em;
}

.titles3 {
	font-size:13px;
    color: #cce286;
    margin-top:15px;
    margin-bottom: 15px;
    /* text-transform: uppercase;*/
	letter-spacing: .5em;
}

.more{
	font-size:10px;
    /*color: #8d878d;*/
    margin-top:15px;
    margin-bottom: 15px;
    /* text-transform: uppercase;*/
	letter-spacing: .5em;
	text-align: right;
}


