﻿/*
=====================================
	Master page <div> styles
=====================================
*/
body
{
	/*height: 100%;*/
	margin: 0px 0px 0px 0px;
	background-color: Black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	color: Silver;
}
#page
{	
	/*height: 100% auto;
	margin: 0px auto;
	width: 100%;	*/
	
}
#header
{
	width: 964px;
	height: 200px;
	margin: auto;
	text-align:	center;
	/*border-left: solid 1px Silver;
	border-right: solid 1px Silver;*/
}
#navbar
{
	width: 966px;
	height: 36px;
	margin: auto;
	text-align:	center;
}

#content
{		
	height: 500px auto;
	width: 966px;
	margin: auto;
	font-size: 11pt;
	overflow: auto;
}

#contentLeft
{
	width: 525px; 
	float: left; 
	padding: 10px 10px 10px 10px;
}

#contentRight
{
	width: 275px; 
	float: right; 
	padding: 10px 10px 10px 10px;
	margin: 15px 3px 15px 15px;
	border: solid 1px Silver;
	background-color: #777777;
	text-align: center;
}


#footer
{
	height: 35px;
	width: 966px;
	margin: auto;
	font-size: 9pt;	
	color: #777777;
	border-top: solid 1px Silver;
	/*clear: both;*/
}
#footerLeft
{
	height: 18px;
	width: 470px;
	float: left;
	margin: auto;
	padding: 5px 5px 5px 5px;
}
#footerRight
{
	height: 18px;
	width: 470px;
	float: right;
	margin: auto;
	padding: 5px 5px 5px 5px;
	text-align: right;
}


/*
=====================================
Generic URL
=====================================
*/

.genericUrl:link 
{
  color: Blue; 
  text-decoration: underline; 
}
.genericUrl:visited 
{
  color: Blue; 
  text-decoration: underline; 
}
.genericUrl:hover 
{
  color: Gray; 
  text-decoration: underline; 
}
.genericUrl:active 
{
  color: Red; 
  text-decoration: underline; 
}

/*
=====================================
RSS Feed
=====================================
*/

.rssTitle
{
	padding: 10px 0px 0px 0px;
}

.rssTitle a
{
	color: #aadd99;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}
.rssTitle a:visited
{
	color: #aadd99;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none; 
}
.rssTitle a:hover
{
	color: Silver;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none; 
}
.rssTitle a:active
{
	color: Red;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none; 
}

.rssSubtitle
{
	padding: 10px 0px 10px 0px;
	color: Silver;
	font-size: 11pt;
}

.rssDateTime
{
	padding: 10px 0px 0px 0px;
	color: #777777;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

.rssAuthor
{
	padding: 0px 0px 10px 0px;
	color: #777777;
	font-size: 8pt;
	text-transform: uppercase;
}

/*
=====================================
Page Styles
=====================================
*/

.pageTitle
{
	color: Silver;
	font-size: 16pt;
	font-weight: bold;	
	text-align: left;
}