body
{
	font-family: Arial, Helvetica, Sans-Serif;
}

a
{
	color: #7B9BBE;
	text-decoration: none;
}

a:hover
{
	color: #E11F27;
}

#page
{
	background-color: white;
}

#header
{
	background-image: url(../images/headerBackground.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#headerMenuContainer ul li
{
}

#headerMenuContainer a
{
	font-weight: bold;
	font-size: 11px;
	color: #5B7B9E;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/navBackground.jpg);
	background-repeat: none;
	cursor: hand;
}

#headerMenuContainer a:hover
{
	color: #BF6643;	
}

#headerLinks
{
	font-size: 12px;
	background-color: transparent;
}

#headerLinks ul li
{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#content
{
	background-color: #BBC4D2;
}

#contentBody
{
	background-color: white;
	background-image: url(../images/ContentBackground.gif);
	background-repeat: repeat-y;
}

#sidebar
{
	background-color: #95cdf1;
	background-image: url(../images/SideBarBackground.jpg);
	background-repeat: no-repeat;
}

#contentBar
{
	background-color: white;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-y;
	background-position: top right;
	
	font-size: 12px;
}

#contentBar h1
{
	font-size: 14px;
}

#contentBar h2
{
	font-size: 12px;
}

#contentBar h3
{
	font-size: 10px;
}

#contentBar h4
{
	font-size: 10px;
	font-weight: normal;
}

#contentBar blockquote
{
	font-size: 11px;
}

.required
{
	color: red;
}

.requiredMessage
{
	color: red;
}

#sidebar .contactInfo
{
	font-size: 11px;
	color: white;
}

#sidebar .contactInfo h4
{
	font-weight: normal;
	font-size: 16px;
}

#sidebar .contactInfo a
{
	color: white;
	text-decoration: underline;
}

#footer
{
	color: white;
	background-color: #8f9bbb;
	text-align: center;
	font-size: 11px;
}