/* CSS Document */

<style type:"css/text">
/* 

Layout

*/

body  {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center; /* allowing the layout to center in IE */
	margin: auto;
	background-color: #A4A4A4;
	}

#mainleft  {
	position: absolute;
	float: right;
	top: 259px;
	width: 401px;
	padding: 0px 0px; /* box model hack for IE */
	background-color: #FFFFFF;
	left: 385px;
	}

#table  {
	width: 786px;
	top: 259px;
	position: absolute;
	float: center;
	height: 979px;
	}

#mainright  {
	position: absolute;
	float: left;
	top: 259px;
	width: 367px;
	padding: 0px 0px; /* box model hack for IE */
	background-color: #FFFFFF;
	}

#mainleftcontent  {
	position: absolute;
	float: right;
	padding: 0px 5px 0px 0px; /* box model hack for IE */
	background-color: #FFFFFF;
	width: 310px;
	}

#mainrightcontent  {
	position: absolute;
	width: 375px;
	float: left;
	padding: 0px 5px 0px 5px; /* box model hack for IE */
	background-color: #FFFFFF;
	}

#container {
	float: center;
	position: relative; /* makes #container the containing block */
	margin: 0 auto; /* the proper CSS way to center */
	align: center;
	width: 786px;
	background-color: #ffffff;
	}


#mainwrap  {
	position: absolute;
	float: center;
	width: 786px;
	background-color: #ffffff;
	}

#main  {
	position: absolute;
	top: 258px;
	left: 261px;
	width: 459px;
	border-left: dotted 1px #333333;
	padding: 0 20px; /* box model hack for IE */
	background-color: #FFFFFF;
	height: 391px;
	}
	
ul
	{
	list-style: none;
	}

#header  {
	position: absolute;
	height: 241px;
	background-color: #ffffff;
	}

#nav  {
	position:absolute;
	height: 34px;
	background-color: #ffffff;
	}

#news  {
	margin: top: 260px;
	padding-top: 260px;
	padding-left: 0px;
	padding-right: 20px;
	left: 0px;
	width: 239px;
	background-color: #FFFFFF;

	}

.newscontent  {
	position:absolute;
	top: 30px;
	left: 20px;
	width: 230px;
	background-color: #FFFFFF;
	height: 5px;
	border: none;
	}

#newscontent2  {
	position:absolute;
	top: 200px;
	left: 20px;
	width: 230px;
	background-color: #FFFFFF;
	height: 5px;
	}

#footer  {
	background-color: #FFFFFF;
	width: 786px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 800px;
	}


.photo {
	float: left;
	height: 130px;
	width: 93px;
	padding-right: 15px;
	padding-bottom: 25px;
	background-color: #ffffff;
	}
	
.execphoto {
	float: left;
	height: 130px;
	width: 93px;
	padding-right: 15px;
	padding-bottom: 3px;
	background-color: #ffffff;
	}
	
.newsheadlines  {
	position:absolute;
	height: 24px;
	width: 239px;
	padding-left: 20px;
	border-bottom: dotted 1px #333333;
	}
	
.newsbar  {
	position:absolute;
	top: 196px;
	height: 2px;
	width: 239px;
	border-bottom: dotted 1px #333333;
	}

/* 

Style Formatting

*/

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:active {color: #FF0000; text-decoration: none; }
a:visited {color: #FF0000; text-decoration: none; }
a:hover {
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F9BF19;
	text-decoration: none;
}

.newshead {
	color: #FF0000;
	font-size: 11pt;
	padding-left: 0px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-transform: uppercase;
	}


h1	{
	color:#FF0000;
	font-size: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 16px;
	font-style:normal;
	}
	
h2	{
	text-indent: 10px;
	color:#333333;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:Capitalize;
	font-style:normal;
	}

h3	{
	color:#666666;
	font-size: 11px;
	padding: 0 5 0 10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-style:normal;
	font-weight: normal;
	}

.small  {
	color:#999999;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	}
	
.pred {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size:14px;
	}


.pnews {
	color: #333333;
	font-size: 9pt;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 16px;
	}

p	{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size:13px;
	}
	
.home	{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-size:14px;
	}	
.sig	{
	color: #ff0000;
	font-size:16px;
	font-style:oblique;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

hr  {
	color: #333333;
	border: dotted 1px #333333;
	}

</style>
