#frame {
	width:700px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}
#header {
	padding:0px;
	width: 660px;
	height: 252px;
	top: 10px;
}
#pagetitle {
	padding:0px;
	width: 660px;
	height: 198px;
	top: 262px;
}
#main {
	padding:0px;
	width: 660px;
	top: 460px;
	background-color: white;
}
h1 {font-family: Imperial BT;
   font-size: 22px;
   color: #d21145;
   }
#main-left {
	padding:0px;
	width: 23px;
	float: left;
}
#main-center {
	padding:0px;
	width: 398px;
	float: left;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 14px;
	color: #003366;
	text-align: left;
	line-height: 19px;
	background-color: white;
}    

#main-right-divide {	
	padding:0px;
	width: 40px;
	height: 300px;
	float: left;
}
#main-right-nav {	
	padding:0px;
	float: left;
	width: 171px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #003366;
	text-align: left;	
}
#main-right {	
	padding:0px;
	float: left;
	background-color: white;
}
#footer {
	padding:0px;
	width: 660px;
	height: 12px;
	background-color: black;
	font-family: Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-align: right;
	vertical-align: bottom;
}
a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none;  }
a:hover { color: #d31145; text-decoration: none;  }
a:active { color: black; text-decoration: none;  }