﻿body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
 	background-color:#c00000;
}

a
{
	color:#003399;
	text-decoration:none;
}

a:hover
{
	color:#0066CC;
	text-decoration:underline;
}

h2
{
	font-size:14pt;
}

#siteActionToolbar {
	background-color: #F0F0F0;
}

* html #siteActionToolbar
{
	height:1px;
}

#siteActionToolbar #loginMenu {
	float: left;
}

#siteActionToolbar #siteActionsMenu {
	float: right;
}

.clear
{
	clear:both;
}

#outer-wrapper {
	background-image: url('/images/bg.gif');
	background-repeat:repeat-y;
	background-position:left top;
	width:745px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-left:20px;
}

#heading img
{
	position:relative;
	float:left;
	top:-20px;
	border:0px;
}

#heading select
{
	float:right;
	margin-top:-25px;
	margin-right:10px;
}

#heading h1
{
	margin-left:20px;
	background-color:#FFFFCC;
	padding:5px;
	font-size:18pt;
	font-weight:bold;
}

#footer-nav
{
	margin-top:20px;
	padding: 3px 0 3px 0;
	background-color:#FFFFCC;
	height:1%;
	font-size:10pt;
}

#footer-nav .footer-link
{
	margin-left:25px;
	margin-right:25px;
}

.link-item, .link-item a, .link-item a:link 
{
	color:#003399;
	font-size:10pt;
	text-decoration:none;
}

.description {
	color:#000;
	font-family:Verdana;
	font-size:11pt;
}

.ms-rteCustom-WelcomeMessage
{
	font-family:Verdana;
	font-weight:bold;
	font-size:18pt;
}

.ms-rteCustom-SectionTitle, .ms-rteCustom-FeatureProductTitle, .ms-rteCustom-OtherProductTitle, .ms-rteCustom-Title
{
	font-family:Verdana;
	font-weight:bold;
	font-size:14pt;
}

.ms-rteCustom-SectionContent, .ms-rteCustom-FeaturedProductContent, .ms-rteCustom-OtherProductContent, .ms-rteCustom-Content
{
	font-family:Verdana;
	font-weight:normal;
	font-size:11pt;
}

.ms-rteCustom-Button
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
}

.ms-rteCustom-FooterText
{
	font-family:Verdana;
	font-weight:normal;
	font-size:10pt;
}

.ms-rteCustom-NavigationTitle
{
	font-family:Verdana;
	font-weight:bold;
	font-size:12pt;
}

.ms-rteCustom-NavigationLink
{
	font-family:Verdana;
	font-weight:normal;
	font-size:10pt;
}

.ms-rteCustom-BannerText
{
	font-family:Arial;
	font-weight:bold;
	font-size:24pt;
}

.noprint
{
}

@media print
{
	body
	{
		background:#fff;
	}
	
	#outer-wrapper
	{
		background:#fff;
	}
		
	.noprint
	{
		display:none;
	}
}
