

/*  ToC
	1. Paragraph Tags
	2. Heading Tags

	
Notes

*/

/********************************************************
* Paragraph Tags
********************************************************/
p {
	color:white;
	background:inherit;
	
}

#strapline h1 {
	color:yellow;
	font-size: 3.0em;
}

#strapline p {
	color:yellow;
	font-size: 1.4em;
	background: #000;
}

.logo p {
	color:yellow;
	font-size: 1.05em;
	background: #000;
}

#left_content p {
	font-size:0.8em;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	color:white;
}

.scrolling_text {
	font-weight: bold;
	color:yellow;
	background:inherit;
	width: 1000px;
}

#scroller a {
	font-weight: bold;
	color:white;
	
}

.boldyellow {
	color: yellow;
	font-weight:bold;
}

#featured_content_right h1 {
	
	font-size: 1.5em;
}

#featured_content_left h1 {
	font-size: 1.5em;
}



#right_content table th a {
	font-weight: bold;
	text-decoration: none;
	color:yellow;
	background:inherit;	
}

#right_content table td a {
	font-weight: bold;
	text-decoration: none;
	color:yellow;
	background:inherit;	
}

#left_content div table {
	width: 80%;
	font-weight: normal;
	font-size: 0.75em;
	font-style: italic;
	text-decoration: none;
	color:#fff;
	background:inherit;	
}


#left_content a {
	font-weight:bold;
	color: white;
	valign: middle
}

#left_content a:hover {
	font-weight:bold;
	color: yellow;
}

#left_content p .green1 {
	color:#009900; text-align:center; font-weight:bold;
}

#right_content p {
	font-size:1.0em;
	padding-top:0;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	color:#fff;
	background:inherit;
	border:none;
}

#right_content h1 {
	font-size:1.5em;
	padding-top:0;
	padding-left:20px;
	padding-right:20px;
	margin:0;
	color:yellow;
}

#featured_content_left ul {
	text-decoration:none;
	margin-left:20px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	list-style-position:outside;
	position:relative;
	left:-12px;
}

#featured_content_left li {
	font-size:0.75em;
	text-decoration:none;
	color:#fff;
	list-style-image:none;
	list-style-type: none;
	width:220px;
}


#right_content a {
	line-height:1.5em;
	padding-top:0px;
	margin:0;
	color:yellow;
	/*text-decoration:underline;*/
}

#right_content .sitemap ul {
	margin-left:50px;
}

#right_content .sitemap li a {
	margin-left:0px;
	color:#006699;
}


#footer p {
	text-align:left;
	font-size:10px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	margin:0;
	color:#FFF;
}

.red {
	color:#fff;
	font-weight: bold;	
}

.yellow {
	color:#ff0;
	font-weight: bold;	
}

.note {color:#999; font-size:x-small; margin-left:5px;}
/********************************************************
* Heading Tags
********************************************************/

#left_content h1 {
	font-size:1.0em;
	padding-top:0;
	padding-left:5px;
	padding-right:20px;
	margin:0;
	color:yellow;
}

/********************************************************
* List Tags
********************************************************/

.hidden {display:none;}
.setwidth {width:50px;}


/******************************************************
* General Styles 
*******************************************************/
a.bold {font-weight:bold; font-size:110%; color:#ff0;}


