﻿body
{
	height: 100%;
	margin: 0px;
    font-size: 14px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    background-color:Black;
}

.Template
{
	margin: 0 auto;
	width: 1000px; 
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#FFFFFF;
}

#TopBar {
	height: auto;
	padding-top: 10px;
}

#Header {
	height: auto;
	padding-top: 0px;
	text-align:center;
}

#PageHeading {
	width:670px;
	height:50px;
	color: #CC0000;
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

#SiteNavigation {
	height: 55px;
}

#SiteNavigation .NetworkBar {
	width:1000px;
	height: 55px;
	margin: 0 auto;
	/**text-align:center;**/
	background-repeat:repeat-x;
	background-image: url(../Images/ButtonBackground.gif);
}

#SiteNavigation .NetworkBar .NetworkTab {
	float: left;
	height: 55px;
	width:110px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

#SiteNavigation .NetworkBar .Divider {	
	background-image: url(../App_Themes/Default/Images/ButtonDivider.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	font-size: 0px;
	width: 1px;
	height: 55px;
	float:left;	
}

#SiteNavigation .NetworkBar a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

#SiteNavigation .NetworkBar a:visited {
    color: #FFFFFF;
}

#SiteNavigation .NetworkBar a:hover {
	color: #FFFF00;
	text-decoration:underline;
}

#Wrapper 
{
	display: table;
	height: auto;
	
	/*
	display:table-cell;
	margin: 0 auto;
	*/
}

#MenuColumn {
	width:210px;
	height: auto;
	padding-left:17px;
	padding-top:15px;
	float:left;
}

#MainColumn {
	width:730px;
	height: auto;
	padding-left:15px;
	float:left;
	border-left: solid 1px #CCCCCC;
}

#BaseSpacer {
	height: 30px;
}

#Footer {
	height: 50px;
}

a:link
{
    /**color: #8A3700;**/
}

a:visited
{
    color: #CC0000;
}

a:hover
{
    text-decoration: none;
    color: #FF0000;
}

a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:12px;
}

