* {
}

body {
	margin			: 0px;
	background-image	: url('../images/pg_bg.jpg');
	color			: #000000;
	font-family		: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size		: 12px;
	line-height		: 18px;
	text-align		: justify;
}

body,
td {
	font-size		: 12px;
}
/*
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul > li{
	background-image:url("../images/bullet.png");
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 6px 2px;
}*/ 

li {
    padding-left: 12px;
}
#main {
	margin-left		: auto;
	margin-right		: auto;
	width			: 990px;
	border			: 0px solid #0FF; 
}

#header_top {
	height			: 25px;
	font-family		: Trebuchet MS;
	font-size		: 14px;
	color			: #FFF;
	padding			: 5px 20px 0px 30px;
	font-weight		: normal;
	border			: 0px solid #F0F; 

}

#header_top a {
	color			: #FFF;
	font-size		: 14px;
}

#header {
	width			: 990px;
	height			: 177px;
	background-image	: url('../images/head_v2.png');	
	background-repeat	: no-repeat;
	border			: 0px solid #FF0; 
}

#menu {
    background-image: url("../images/nav.png");
    background-repeat: no-repeat;
    height: 22px;
    margin: 0;
    padding: 0;
}

#menu90 td:first-child {
    border-left: medium none;
}
#menu90 td {
    border-left: 1px solid #fff;
}

.swmenu90 {
    margin: -5px auto 0;
    padding: 0;
}

#content_outer {
	width			: 990px;
	background-image	: url('../images/bg.png');
	background-repeat	: repeat-y;
	border			: 0px solid #0F0; 
}

#left {
	width			: 150px;
	padding			: 20px 20px 20px 20px;;
	vertical-align		: top;
}

#articles {
	border			: 1px solid #000;
	padding			: 10px;
}

#srch_header{
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	padding-left:20px;
}
.search {
	padding-left:20px;
}

#content {
	padding			: 20px 30px 20px 5px;
	width			: 740px;
	vertical-align		: top;
}

#content a img {
	border			: none;
}

#footer {
	width			: 990px;
	height			: 200px;
	background-image	: url('../images/foot2.png');	
	background-repeat	: no-repeat;
	text-align		: center;
	vertical-align		: top;
	font-size		: 10px;
	padding-top		: 40px;
	border			: 0px solid #F00; 
}

.contentheading, .componentheading {
	color			: #3B3B3B;
	font-family		: Helvetica,Arial,Verdana,Geneva,Swiss,SunSans-Regular;
	font-size		: 18px;
}

