* 
{
	margin: 0;
	padding: 0;
}
a 
{
	outline: none;
}
.white:link {
	text-decoration: none;
	color: #000000;
	
}
a:link 
{
	text-decoration: none;
	color: #000000;
}
a:visited 
{
	text-decoration: none;
	color: #000000;
	outline: none;
}
a:hover, a:focus, a:active 
{
	text-decoration: underline;
	color: #000000;
	outline: none;
}
body 
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #ddd;
	font-size: 11px;
}
.clearer 
{
	clear: both;
	height: 1px;
}
#wrapper 
{
	margin: 10px auto;
	background-color: #fff;
	border: 1px solid #333;
}
#content 
{
	clear: both;
	background: url(../images/interface/content-bg.jpg) repeat-x;
	background-color: #ffefac;
	min-height: 450px;
	padding: 0 20px;
	position: relative;
}

#content img 
{
	float: left;
}
#content-right 
{

/*float: left;
	background-color: #ff6600;
	margin-left: 25px;
	width: auto;*/

}
#content p 
{
	margin: 10px 0;
	/*line-height: 19px;*/
	/*color: #333;*/
}
#content h1 
{
	font-family: arial narrow;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	color: #F99316;
	margin-bottom: 10px;
}
#content h2 
{
	text-transform: capitalize;
	color: #797979;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}
#eyebrow 
{
	font-family: arial narrow;
	background: url(../images/interface/eyebrow.gif) repeat-x;
	background-color: #fff;/*FCEB79*/
	position: relative;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
}
#logo 
{

/*background: url(../images/interface/logo.jpg) no-repeat;*/
	margin-left: 25px;
	float: left;
	z-index: 200;
	position: absolute;
}
#eyebrow-right 
{
	position: absolute;
	right: 65px;
	bottom: 60px;
	float: right;
}
#eyebrow-right ul, #navi ul 
{
	list-style-type: none;
	text-align: right;
}
#eyebrow-right li, #navi li 
{
	list-style-type: none;
	float: left;
	margin-left: 20px;
}
#eyebrow-right a 
{
	color: #444;
	text-decoration: none;
	margin-left: 1px;
	font-size: 12px;
}
#eyebrow-right a:hover 
{
	color: #000;
	text-decoration: none;
}
#navi 
{
	
/*float: left;*/
	position: absolute;
	bottom: 17px;
	left: 360px;
	font-size: 14px;
}
#navi a 
{
	color: #ddd;
	text-decoration: none;
}
#navi a:hover 
{
	color: #fff;
	text-decoration: none;
}
#footer 
{
	background: url(../images/interface/footer.jpg) repeat-x;
	height: 14px;
	color: #fff;
	padding: 5px 15px;
}
#footer a:link 
{
	text-decoration: none;
	color: #ddd;
}
#footer a:visited 
{
	text-decoration: none;
	color: #ddd;
	outline: none;
}
#footer a:hover, a:focus, a:active 
{
	text-decoration: underline;
	color: #fff;
	outline: none;
}



.black {
    /*background-color:#000;*/
	background: url(../images/black-grad.png) repeat-x;
	color:#fff;
	width: 880px;
	text-align: left;
	padding: 20px 20px;
	margin: 1em 0.25em;
	float: right;
}
.white {
    background-color:#fff;
	/*background: url(../images/white-grad.png) repeat-x;*/
	color:#222;
	width: 880px;
	text-align: left;
	padding: 20px 20px;
	margin: 1em 0.25em;
	float: right;
}

.Table_row2 {
	background-color: #444;
	background-image: none;
	color: #fff;
	text-transform: uppercase;
	height:20px!important;
	padding: 0;
	margin: 0;
	position: relative;
}

table {
	border-left: 1px solid #888;
	/*border-right: 1px solid #888;*/

}
tr {
	/*border: 1px solid #888;*/
	}
td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 5px;
	vertical-align:text-top;
	font-weight: bold;
	background: url(../images/white60.png) repeat;
}
td p {
	padding-left: 10px;
}
th {
	border-bottom: 1px solid #888;
	color: #fff;
	background: url(../images/interface/eyebrow.gif) repeat-x 0 -100px;
	
}
