﻿body
{
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

a
{
	color:#336699;
}


.NavShadow
{
	background-image:url(images/NavRight.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:50px;
}

.HeaderStretch
{
	background-image:url(images/HeaderRepeater.jpg);
	background-position:left;
	background-repeat:repeat-x;	
}
.WelcomeRepeater
{
	background-image:url(images/WelcomeRepeater.jpg);
	background-position:left;
	background-repeat:repeat-x;		
}

.TopBorder
{
	background-image:url(images/topborder.jpg);
	background-position:left;
	background-repeat:repeat-x;
}

.Nav
{
	width:105px;
	table-layout:fixed;
	vertical-align:top;
	background-color:#006666;
}

.NavItem
{
	background-color:#00918e;
	padding:2px 3px 2px 3px;
}

.NavItem a
{
	color:#00ffc2;
	text-decoration:none;	
}

.NavSection
{
	background-color:#006666;
	padding:2px 3px 2px 3px;
}
.NavSection a
{
	color:#2cffff;
	text-decoration:none;
}

a:Hover
{
	text-decoration:Underline;
	color:#00ffc2;	
}

td
{
	font-family:Verdana;
	font-size:9px;
	color:#336699;
}

.Scrollything
{
	height:	14px;
}

.Content
{
	color:#336699;
	height:100%;
	padding:20px 40px 20px 0px;
}

.Footer
{
	color:#336699;
	border-top:solid 1px #006666;
}

.ContentHeading
{
	font-weight:bold;
	font-size:14px;
	color:#336699;;
}

.ContentSubHeading
{
	font-weight:normal;
	font-size:14px;
	color:#336699;
}
