﻿body	{
	background: #023550 url(../images/background.gif) repeat-x right top;
	font-family:  arial, verdana, sans-serif;
	color: #333333;
	margin: 0;
}

dl	{font-size: 10pt;}

td	{font-size: 10pt;}

p	{font-size: 10pt;}
li  		{font-size: 10pt; margin-bottom: 3px;}
ul			{list-style-type: square;}

h1	{font-size: 16pt; color: #bc0000; font-weight: 600; letter-spacing: .06cm; text-transform: uppercase; margin-top: 0; margin-bottom: 0;}
h2	{font-size: 13pt; color: #bc0000; font-weight: 500; letter-spacing: .04cm; text-transform: uppercase;}
h3	{font-size: 11pt; color: #333333; font-weight: 500;}
h4	{font-size: 14pt; color: #333333; font-weight: normal; margin-top: 0;}

.top	{margin-top: 0;}
.bottom	{margin-bottom: 0;}
.topbot	{margin-top: 0; margin-bottom: 0;}

.subtitle    {font-size: 14pt; color: #bc0000; font-weight: 400; letter-spacing: .01cm; margin-top: 0; margin-bottom: 0;}
.subtitle2   {font-size: 12pt; color: #bc0000; font-weight: 500; letter-spacing: .01cm; margin-top: 6px;}
.subtitle3   {font-size: 8pt; color: #bc0000; font-weight: 400; letter-spacing: .01cm; margin-top: 0;}

.footer      {font-size: 7pt; color: #00304a; padding-bottom: 4pt;}

a:link 		{color: #bc0000; text-decoration: underline;}
a:active 	{color: #bc0000; text-decoration: underline;}
a:visited 	{color: #333333; text-decoration: underline;}
a:hover 	{color: #023550; text-decoration: underline;}

.maintable {
	width: 805px;
	background-color: white;
	border-style: none;
	padding: 0;
}

#print-logo {
	display: none;
}

#header {padding-bottom: 4px;}
.mask	{margin-top: -205px; position: relative;}
.PhotoDescription {
	background-image: url(../images/black-transparent.png);
	color: white;
	text-align: center;
	font-size: 9pt;
	font-family: san serif, arial;
	font-weight: normal;
	height: 25px;
	margin-top: -25px;
	position: relative;
}

.outside {
	background-image: url(../images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #1c4a62;
}

.insideleft {
	border-right: 3px solid white;
	background-color: #023550;
}

.insideright {
	border-left: 3px solid white;
	background-color: #023550;
}

.borders {
	background-color: white;
	padding: 4px 3px 0px 3px;
	border-left: 1px solid #023550;
	border-right: 1px solid #023550;
}

#contentcell {
	border: 1px solid #d8c9b7;
	vertical-align: top;
}

#content {
	background-image: url(../images/content_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	padding: 10px;
    left: 1px;
    top: -1px;
    min-height: 250px;
    _height: 250px; /* For IE */
}

#footer {
	font-size: 12px;
	border: 1px solid #d8c9b7;
	margin: 4px 0 4px 0;
	padding: 10px;
}

/* Menu Styles */
#menu ul {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
}
#menu ul li {
	display: block;
	font-size: 12px;
	line-height: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url('../images/buttons/button.gif') no-repeat left center;
}
#menu ul li a:hover {
	display: block;
	color: #bc0000;
	text-decoration: none;
	background-image: url('../images/buttons/button_on.gif');
}
#menu ul li a.highlight {
	color: #bc0000;
}


/* News Styles */
.newshead {
	background-color:#998675;
	padding: 6px 6px 6px 6px;
	background-image: url(../images/news_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#news {
	background-color:#e9e0d7;
	padding: 10px;
	border: 1px solid #ffffff;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul li {
	display: block;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #e9e0d7 url(../images/newsline.gif) no-repeat center bottom;
}
#news ul li.last{
	margin: 0;
	padding: 0;
	background-image: none;
}
#news ul li:last-child{
	margin: 0;
	padding: 0;
	background-image: none;
}
#news ul li a {
	color: #bc0000;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#news ul li a:hover {
	color: #023550;
	text-decoration: none;
}

.hotnewshead {
	background-color:#bc0000;
	padding: 6px 6px 6px 6px;
	background-image: url(../images/hotnews_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#hotnews {
	background-color:#e9e0d7;
	padding: 10px;
	border: 1px solid #ffffff;
}

#businessmember {
	background-color: #bc0000;
	margin: 0;
	padding: 1px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}