/* CSS Document */
body {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6D607B;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
.bodyText {
	background-color: #FFFFFF;
	color:#4F004F;
	text-align: left;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 10px;
}
.magstar {
	color:#663399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #F5F5F5;
	font-style: italic;


}
h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #660066;

}
h2 {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
}
h4 {
	color: #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}
td {
	font-size: 0.9em;
}
form {
	background-color: #EAEAEA;
	color: #660066;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.pageholder {
	width: 750px;
	color: #660066;
	background-color: #FFFFFF;
	text-align: left;
	border-right: 1px solid #660066;
	border-left: 1px solid #660066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.masthead {
	height: 100px;
	width: 750px;
	background-color: #FFFFFF;
	background-image:  url(images/bannerbg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660066;
	border-bottom-color: #660066;
}
.footer {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #660066;
	height: 20px;
	padding-top: 2px;
}
img.left {
	float:left;
}
img.right {
	float:right;
	padding-left: 10px;
}
a {
	color: #660066;
	text-decoration:underline;
}	
a:hover {
	color: #3300CC;
	text-decoration:underline;
}
.pagename {
	text-align: right;
	font-size: 0.8em;
	color: #999999;
}
a.pagename {
	color: #999999;
}
/* ID Styles */
#navigation a {
	color: #660066;
	font-weight:bold;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}	
#navigation a:hover {
	color:#ffffff;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D9DFDB;
	border-right-color: #D9DFDB;
	border-bottom-color: #D9DFDB;
	border-left-color: #D9DFDB;
	background-color: #660066;
}	
.navcol {
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #EAEAEA;
}
.leftbox {
	background-color: #BDBDBD;
	padding: 5px;
	text-align: center;
	color: #660066;
	border-top: 1px dotted #D8D8D8;
	border-bottom: 1px dotted #D8D8D8;
}
