/*************************************************************************
* Generic HTML Tags
*************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: #555;
	font-size: 12pt;
	text-align: left;
}

h1 {
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

h2 {
	background-color: #b90000;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	line-height: 2em;
	font-size: 18pt;
}

h3 {
	border-bottom: 1px solid #999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h4 {
	color: #999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

h5 {
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12pt;
}

p {}

a {
	color: #b90000;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #f00;
	border: none;
}

a:visited {
	font-weight: normal;
	border: none;
	text-decoration: none;
}

img {
	border: none;
}

li {
	line-height: 1.4em;
}

/*************************************************************************
* Header Tags -- Header contains the banner and top nav bar
*************************************************************************/

div#header {
	background-color: #b90000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#header div.nav {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	border-top: 1px solid #aaa;
	width: 100%;
}

div#header div.nav ul {
	font-size: 12pt;
	text-align: center;
	line-height: 3em;
	padding: 0px;
	margin: 0px;
}

div#header div.nav li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 10px;
}

div#header div.nav li a {
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

div#header div.nav li a:hover {
	text-decoration: none;
	color: #f00;
}

div#header div.nav li.current a {
	color: #f00;
}

div#header img {
	display: block;
}

/*************************************************************************
* Wrapper Tag -- Wrapper "wraps" the left, main, and right panels
*************************************************************************/

#wrapper {
	overflow: hidden;
	background: #fff;
	width: 80%;
	margin: 0px auto;
}

/*************************************************************************
* LeftBar Tags -- not used
*************************************************************************/

#leftbar {
	float:left;
	width:0;
	background:#fff;
}

/*************************************************************************
* Main Tags -- Panel where main page content is rendered
*************************************************************************/

#main {
	background: #fff;
	margin-right: 250px;
	margin-left: 0px;
	padding: 10px;
}



/*******************************************************************
* div.newsList
*******************************************************************/

div#wrapper div#main div.newsList table.newsItem {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

div#wrapper div#main div.newsList table.newsItem td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

div#wrapper div#main div.newsList table.newsItem td.icon {
	width: 100px;
}

div#wrapper div#main div.newsList table.newsItem td.icon img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

div#wrapper div#main div.newsList table.newsItem td.icon img.border {
	border: 1px solid #000;
}

div#wrapper div#main div.newsList table.newsItem td.text {
	padding-left: 20px;
}



/*************************************************************************
* Picture Tags -- Formatting "in-line" pictures
*************************************************************************/

div#main div.picture {
	margin-bottom: 5px;
	padding-top: 10px;
}

.right {
	float: right;
	margin-left: 15px;
	padding: 0px;
}

.left {
	float: left;
	margin-right: 15px;
	padding: 0px;
}

div.picture img {
	width: 100%;
	border: 1px solid #000;
}

div.picture .caption {
	margin-top: 5px;
	font-size: x-small;
	font-weight: normal;
	line-height: 1.0;
	color: #555;
	text-align: left;
}


/*************************************************************************
* RightBar Tags -- Right sidebar for extra information
*************************************************************************/

#rightbar {
	float:right;
	width: 230px;
	padding: 10px;
	background:#fff;
	font-size: 11pt;
}

#rightbar div.section {
	margin: 0px 0px 20px 0px;
}

#rightbar hr {
	width: 100%;
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 10px auto 20px auto;
}

div#rightbar div.section h2 {
	font-size: 12pt;
	margin-bottom: 10px;
}

div#rightbar div.section h3 {
	font-size: 12pt;
}

div#wrapper div.section h4 {
	font-size: 10pt;
	padding-left: 0px;
	margin-bottom: 0px;
}

div#rightbar div.section p {
	font-size: 12pt;
}

/*************************************************************************
* LeftBar, Main, and RightBar Clean-up
*************************************************************************/

#leftbar, #main, #rightbar {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}


/*************************************************************************
* Footer Tag -- Black pannel at the bottom of the page
*************************************************************************/

#footer {
	clear: both;
	background: #000;
	width: 80%;
	margin: 0px auto 20px auto;
	text-align: center;
}

#footer p {
	padding: 10px;
	color: #aaa;
	font-size: 11pt;
	line-height: 1.1em;
}

div#footer div.nav {
	margin: 0px;
	padding: 0x;
	width: 100%;
	background-color: #000;
}

div#footer div.nav ul {
	text-align: center;
	line-height: 2em;
	padding: 0px;
	margin: 0px;
}

div#footer div.nav li {
	font-size: 10px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #777;
}

div#footer div.nav li.last {
	border-right: none;
}

div#footer div.nav li a {
	text-decoration: none;
	color: #777;
	margin: 0px;
	padding: 0px;
}

div#footer div.nav li a:hover {
	text-decoration: none;
	color: #b90000;
	margin: 0px;
	padding: 0px;
}

/*************************************************************************
* Content Tag
*************************************************************************/

.content {
	padding:10px;
}



/*******************************************************************
* div.newsPage div.newsItem
*******************************************************************/

div.newsPage table.newsItem {
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
/*	border: 1px dashed #ccc;*/
}
		
div.newsPage table.newsItem td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
		
div.newsPage table.newsItem td.icon {
	width: 150px;
	border: none;
}

div.newsPage table.newsItem td.icon img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.newsPage table.newsItem td.icon img.border {
	border: 1px solid #000;
}

div.newsPage table.newsItem td.text {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

div.newsPage table.newsItem td.text p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

