@charset "utf-8";
/* CSS Document */

/*
Colors:
background - very dk brown #382221
dk brown #4E2E2D
grey #999999
lt grey #D4D4D4
*/

body
{
	background-color:#382221;
}

#flash_update
{
	text-align:center;
	color:white;
	font-weight:bold;
}

#container
{
	background-color:#4E2E2D;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	width:1000px;
	margin:10px auto;
	border:solid;
	border-color:#999999;
	top: 13px;
}

a:link, #container h5 a:link
{
	color: #D4D4D4;
	text-decoration: none;
}
a:visited, #container h5 a:visited 
{
	color: #D4D4D4;
	text-decoration: none;
}
a:hover, #container h5 a:hover
{
	color: white;
	text-decoration: underline;
}
a:active, #container h5 a:active
{
	color: #D4D4D4;
}


#container hr
{
	color:#999999;	
	margin-top:-20px;
}

#container h1
{
	padding:20px 0px 0px 40px;	
}

#container h2
{
	text-align:center;	
}

#content a:link 
{
	color: black;
	text-decoration: none;
}
#content a:visited 
{
	color: black;
	text-decoration: none;
}
#content a:hover 
{
	color: #4E2E2D;
	text-decoration: underline;
}
#content a:active 
{
	color: black;
}

#container h5
{
	color:#D4D4D4;
	float:right;
	margin-top:10px;
	padding:0px 10px 0px 0px;
}

#container h4
{
	color:#D4D4D4;
	float:right;
	clear:right;
	margin-top:-35px;
	padding:0px 30px 0px 0px;
}

#navigation li
{
	color:#4E2E2D;
	margin:10px 0 10px -43px;
	padding:10px 0px 10px 30px;
	background-color:#D4D4D4;
	width:200px;
	list-style:none;
	font-size:17px;
	font-weight:bold;
}

#navigation a:link {
	color: #4E2E2D;
	text-decoration: none;
}
#navigation a:visited {
	color: #4E2E2D;
	text-decoration: none;
}
#navigation a:hover li{
	color: #4E2E2D;
	background-color:white;
	text-decoration: underline;
}
#navigation a:active {
	color: #4E2E2D;
}

#content
{
	width:650px;
	background-color:white;
	color:black;
	float:right;
	margin:15px -85px 8px 0;
	padding:10px 10px 10px 30px;
	
}

#content > p > img
{
	margin:-27px 0 0 -30px;
	padding-bottom:20px;
	border:none;
}

#img
{
	margin-top:-10px;
	margin-left:-30px;
	border:none;
}

#footer
{
	clear:both;
	padding-top:20px;
}

#footer li
{
	list-style:none;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#D4D4D4;
	padding-right:15px;
	margin-bottom:10px;
}

#first_link
{
	padding-left:05px;	
}

#footer li a
{
	color:#D4D4D4;	
	text-decoration:none;
}

#last_row
{
	padding-left:05px;	
}
sup
{
	font-size:.7em;
}
.News_Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #C00;
	margin: 20px 0px 0px 0px;
}
.News_Date_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #C00;
	text-decoration: underline;
}
.News_Company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	left: 20px;
	margin: 0px 0px 0px 40px;
}
.News_Company a{
	font-weight: normal;
}
.News_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #382221;
	text-align: left;
	margin:20px 0px 20px 60px;
}
.new_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin:0px 50px 20px 40px;
}
p.new_text
{
   /*You can make this as big as you want. It will only affect the first line*/
  text-indent:20px;
  margin: 0px 50px 0px 40px;
}
#content .News_Archives a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #C00;
	text-decoration: underline;
}
.clearFix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix { display:inline-table; }
/*Hides from IE-mac \*/
*html .clearFix { height:1%; }
.clearFix { display:block; }
/*End hid from IE-mac*/
