a:link {
	color: #B9B9B9;
	font-size: 13px;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #f6790d;
}

a:visited {
	/*color: #3886E0;*/
	color: #86A618;
	font-size: 13px;
	font-weight: normal;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	background-image: url('images/site_bg.jpg'); 
	background-repeat: repeat-x;
	background-color: #000;
	/*background: #3cb40d url(images/bg.gif);*/
}

#main
{
margin: 0 auto;
width: 778px;
background: #000 url(images/header.jpg) no-repeat center top;
border: solid 1px #292929;
}

#header
{
width: 763px;
margin: 0 auto;
height: 220px;


}

#logo
{
padding-left: 20px;
text-align: left;
padding-top: 40px;
height: 110px;

}

#logo a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	/*font-style: italic;*/
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}


#logo H2 a
{
	font-size: 10px;
}

#buttons
{
padding-top: 33px;
height: 40px;
width: 763px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 125px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 13px;
	margin-left: 12px;

}

#buttons a:hover {
	width: 125px;
    height: 36px;
	text-decoration: underline;
}

#content
{
width: 740px;
margin: 0 auto;
padding: 20px;

}

#left
{
width: 450px;
padding: 10px;
}

#left H1
{
color: #969696;
margin: 0;
padding: 0;
font-size: 22px;
}
#left H2
{
	color: #969696;
	margin: 0;
	padding: 0;
	font-size: 18px;
	padding-top: 10px;
}

#left a
{
 color: #E7E7E7;
 font-size: 14px;
}

#left a:hover {
	text-decoration: none;
	color: #f6790d;
}

#left a:visited {
	color: #3886E0;
}

#right
{
float: right;
width: 240px;
}

#right a{
	color: #f6790d;
	font-family: "Trebuchet MS",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#right a:hover{
	color: #dfdfdf;
}

#sidebar 
{
width: 240px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
	padding: 10px;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0;
}


#sidebar li h2 {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 20px;
	/*background: url(images/title.gif) no-repeat;*/
	font-size: 18px;
	color: #969696;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:visited {
		text-decoration: none;
}

#sidebar li a {
	padding-left: 11px;
	background: url(images/img09.gif) no-repeat 1px 5px;
}

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 47px;
	width: 780px;
	margin: 0 auto;
	font-size: 10px;
	color: #ffffff;
	padding-top: 23px;
	text-align: center;
	border-top: 4px solid #474747;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

#left h2 a.articletitle{
	text-decoration: none;
		font-size: 18px;
}

.fontwhite{
	color: #fff;
}
.fontblack{
	color: #000;
}

input.btnsubmit{
	background: #393939;
	color: #fff;
	border: solid 1px #646464;	
	height: 25px; 
	width: 100px;
}

input.green{
	padding: 4px;
	color: #fff;
	border: solid 1px #646464;	
	width: 300px;
	background: #393939;
}

select.green{
	padding: 4px;
	color: #fff;
	border: solid 1px #646464;	
	width: 310px;
	background: #393939;
}

textarea{
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	color: #fff;
	border: solid 1px #646464;	
	height: 300px;
	overflow: auto;	
	background: #393939;
}

