 
* {
	padding-right: 2px; padding-left: 2px; padding-bottom: 2px; margin: 0px; padding-top: 0px
}


/* Content Section div id starts with # and class starts with a dot */
/* id should be unique while class can be used often */

body {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;

	background-repeat: repeat-x;
	background-image: url(images/newsobackground.gif);
	background-attachment: fixed;
	background-color:#ffffff;
	
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 10pt;
	color:#000000;
	background-color:#ffffff;
}

#fullpage {
	width:980px;
	height:auto !important;
	overflow:hidden;
	z-index:0;
	vertical-align:top;
	background-color:#FFFFFF;
}

#header {
	width:980px;
	height:105px;
	clear:both;
}

#logo{
	width:220px;
	height:100px;
}

#leftcolumn {
	width:195px;
	float:left;
	clear:both;
	background-color:#ffffff;
}

#largeleftcolumn {
	width:760px;
	clear:both;
	background-color:#ffffff;
	text-align:left;
}

#centercolumn {
	width:565px;
	clear:both;
	background-color:#ffffff;
}


#largecentercolumn {
	width:980px;
	clear:both;
	background-color:#ffffff;
	text-align:left;
}

#rightcolumn {
	width:180px;
	float:right;
	clear:both;
	background-color:#ffffff;
}

#largerightcolumn {
	width:760px;
	clear:both;
	background-color:#ffffff;
}


.index {
	font-family:Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 10pt;
	padding: 6px;
	text-decoration: none;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
}

#indexleftcolumn {
	width:245px;
	float:left;
	clear:both;
	background-color:#ffffff;
	text-align:center;
}

#indexcentercolumn {
	width:245px;
	clear:both;
	background-color:#ffffff;
	text-align:center;
}


#indexrightcolumn {
	width:245px;
	float:right;
	clear:both;
	background-color:#ffffff;
	text-align:center;
}


.centercolumn_ad_logo {
	width:125px;
	height:125px;
}

.border {
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
}

.headingborder {
	/* border-left:1px solid #000000; */
	/* border-right:1px solid #000000; */
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	text-align:center;
}

.bottomborder {
	/* border-left:1px solid #000000; */
	/* border-right:1px solid #000000; */
	/* border-bottom:1px solid #000000; */
	border-top:1px solid #000000;
	text-align:center;
}

a:link	/* unvisited link */
{
	font-family:Tahoma, Verdana, Arial;
	color:#000000; 
	text-decoration: none;
	font-size: 10pt;
}

a:visited	/* visited link */
{
	font-family:Tahoma, Verdana, Arial;
	color:#ff0000;
	text-decoration: none;
	font-size: 10pt;
}

a:hover	/* mouse over link */
{
	font-family:Tahoma, Verdana, Arial;
	color:#fe6600;
	text-decoration: underline;
	font-size: 10pt;
}

.affiliatelabel {
	font-family: Verdana, Tahoma, Arial;
	text-align:left;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}

.affiliatelinks {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #00CC00;

}

.resourcelinks {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color:#36319b;
}

.sitemaplinks {
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #36319b;
}

.microlinks {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #00cc00;

}

.microlinks img {
	float:left;
	clear:both;
}


.categories {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:5px;
	color: #000000;
	text-align:left;
}


/* Begin Navigational Bar */

/* Headings */

.navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #f2b4e1;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	/* fixes Firefox 0.9.3 */
}

.navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

.navcontainer ul li a {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

.navcontainer ul li a:hover {
	background-color: #dc8bc6;
	color: white;
}

.navcontainer #active { border-left: 1px solid #fff; }

/* End Navigational Bar */



/* Search Bar */

.search_bar { /* Use padding or padding-top, padding-right, padding-bottom, padding-left  */
	padding: 1px 2px 2px 0px;
}

.search_content {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	background-color:#ffc73a;
}

/* End Search Bar */