﻿BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #669CD2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

IMG
{
	border-width: 0;
}

A
{
	color: #0033cc;
	text-decoration: none;
}

A:link
{
	color: #0033cc;
	text-decoration: none;
}

A:active
{
	color: #0033cc;
	text-decoration: underline;
}

A:hover
{
	color: #0033cc;
	text-decoration: underline;
}

A:visited
{
}


.menu
{
	
	
}

/* Footer */

#msswcFooter
{
	position: relative;
	width: 760px;
	height: 20px;
	text-align: left;
	background-image: url(/images/main/msswc_footer_bg.gif);
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 0;
	padding-top: 30px;
	
}

#msswcFooterLinks
{
	position: absolute;
	left: 15px;
	font-size: 11px;
	text-align: left;
}

#msswcCopyright
{
	position: absolute;
	left: 400px;
	width: 325px;
	font-size: 11px;
	text-align: left;
	color: #E5DFDF;
}

.msswcFooter, A.msswcFooter:link, A.msswcFooter:active, A.msswcFooter:visited, A.msswcFooter:hover
{
	color: #FFFFFF;
}

#notReadyYet.after
{
	color: Red;
	content: "Under Construction";
	
}

/* Forms */

.FormField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-color: #748AA6;
	border-style: solid;
	background-color: #FFFFFF;
}

.FormButton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#msswcPage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

/* Header */

#msswcHeader
{
	position: relative;
	height: 65px;
	width: 760px;
	text-align: left;
	overflow: hidden;
}

#msswcHeaderLogo
{
	position: absolute;
	top: 5px;
	left: 20px;
}

#msswcHeaderTagline
{
	position: absolute;
	top: 15px;
	left: 475px;
	color: White;
	text-transform: uppercase;
	font-size: 12;
	font-style: italic;
}

