/* CSS Document */



.TopNavArea {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:140px;
	z-index:1;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px none #000000;
	background-image: url('http://media.umassp.edu/pix/bg/header-mttc.jpg');
}

.MainNav {
	position: absolute;
	height: auto;
	width: auto;
	right: 10px;
	top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	font-size: 10px;
	z-index: 10;
}

.LeftColumn {
	position: absolute;
	top: 140px;
	left: 0px;
	background: #FFFFFF;
	color: #333333;
	margin-left: 0px;
	margin-right: 10px;
	padding: 30px 10px;
	width: 140px;
	height: auto;
    }

.MainContent {
	position: absolute;
	top: 140px;
	left: 10px;
	background: #FFFFFF;
	color: #333333;
	margin-left: 160px;
	margin-right: 20px;
	width: 420px;
	border-left: 1px dotted #CCCCCC;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
    }

.RightColumn {
	background: #e1e1e1;
	color: #333333;
	margin-left: 0px;
	margin-right: 10px;
	padding: 10px;
	width: 160px;
    }
	
.RightColumnWhiteBk {
	position: absolute;
	top: 140px;
	left: 620px;
	background: #ffffff;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
	width: 160px;
    }
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #006699;
}
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}

.MainNav a {
	color: #FFFFFF;
}

.MainNav a:visited {
	color: #FFFFFF;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

h5 {
	font-size: 13px;
	color: #72674E;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.box2 {
	font-style: normal;
	padding: 10px;
	border: 1px solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F4F4F4;
}
.separatorNav {color: #FFFFFF}

.quotes {
	font-size: 11px;
	font-style: italic;
}

span.style1 {color: #990000}
.style2 {font-size: 16px;
	font-weight: bold;
	color: #881127;
}
.style3 {	color: #990000;
	font-weight: bold;
}
.style4 {	color: #1B3D6A;
	font-weight: bold;

