﻿/*
=====================================
	Master page <div> styles
=====================================
*/
html 
{
    overflow: scroll;
}

body
{
	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: 966px;
	height: 200px;
	margin: 0px auto;
	text-align:	right;
}
#navbar
{
	width: 966px;
	height: 36px;
	margin: auto;
	text-align:	center;
	border-top: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

#content
{		
	height: 500px auto;
	width: 971px;
	margin: auto;
	font-size: 11pt;
	overflow: auto;
}

#contentLeft
{
	width: 600px; 
	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: #1e2125;
	text-align: center;
}

#footer
{
	height: 35px;
	width: 966px;
	margin: auto;
	font-size: 9pt;	
	color: #777777;
	border-top: solid 1px Silver;
}
#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: #aa77aa;
  text-decoration: none; 
}

.genericUrl:visited 
{
  color: #aa77aa;
  text-decoration: none; 
}

.genericUrl:hover 
{
  color: #aa77aa; 
  text-decoration: underline; 
}

.genericUrl:active 
{
  color: White; 
  text-decoration: underline; 
}

/*
=====================================
RSS Feed
=====================================
*/

.rssTitle
{
	padding: 10px 0px 0px 0px;
}

.rssTitle a
{
	color: #ad9;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}
.rssTitle a:visited
{
	color: #ad9;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none; 
}
.rssTitle a:hover
{
	color: #ad9;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline; 
}
.rssTitle a:active
{
	color: White;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: underline; 
}

.rssSubtitle
{
	padding: 10px 0px 10px 0px;
	color: Silver;
	font-size: 11pt;
}

.rssSubtitle a:link 
{
  color: #aa77aa;
  text-decoration: none; 
}

.rssSubtitle a:visited 
{
  color: #aa77aa;
  text-decoration: none; 
}

.rssSubtitle a:hover 
{
  color: #aa77aa;
  text-decoration: underline; 
}

.rssSubtitle a:active 
{
  color: White;
  text-decoration: underline; 
}

.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;
}

.pageSubTitle
{
	color: Silver;
	font-size: 14pt;
	font-weight: bold;	
	font-style: italic;
	text-align: left;
	/*margin-top: 50px;*/
}
