﻿/* All the content boxes belong to the content class. */


#header {
background: url("/ExternalFiles/CSS/NavLeft/Graphics/bostonspapc.jpg") no-repeat;
color: #1A3636;
height: 250px;
}

.title {
color: #1A3636;
}
.titleSub {
color: #1A3636;
}

.error 
{
	color: Red;
}

#footer {
background-color: #758070;
color: #ffffff;
clear:both;
}

#footer a{
color: #ffffff;
}


#contents {
	border:1px solid #758070;
	background-color: transparent;
	}

#navMain a, #navMain a:link, #navMain a:visited {
color: #ffff9a;
}

#navMain {
	border:1px solid #758070;
	background-color:#366a00;
	}
	
#navMain a:hover{
	color: #366a00;
	background-color:#ffff9a;
}

#navSection a, #navSection a:link, #navSection a:visited{
	font-size:14pt;
	border-bottom:none;
}

#navUser 
{
	border:1px dashed #C1AD79;
	background-color:#ffffff;
	color: #000000;
	float:left;
	clear:left;
	width: 128px;
	}

#contents {
margin-right: 0px;
                }

body {
	color: #000000;
	background-color: #ffffff;
	font-size:11pt;
	}


h1 {color: #000080;	}
a {	color: #000080;

border-bottom:1px solid #000080;
	}

a, a:link, a:visited {color:#366a00;}
a:hover {background-color:#366a00;
		color: #ffff9a;
}

#container {

width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
.headingText 
{
	font-size: 20pt;
}

.subHeadingText 
{
	font-size:16pt;
}
.normalText 
{
	font-size: 11pt;
}




