body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	height: 100%;
}
html {
	height: 100%;
}
h1, h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1.h1nopad, h2.h2nopad {
	margin: 0px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #4D75BA;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin-bottom: 8px;
}
a {
	font-weight: bold;
	color: #3257A1;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px;
}
p.pnopad {
	margin: 0px;
}
.siteframe {
	background-color: #FFFFFF;
	width: 960px;
	height: 100%;
}
.nav {
	background-color: #294787;
	background-image: url(../images/nav_bkgd.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 31px;
}
.contentframe {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	text-align: left;
}
.quote {
	font-size: 15px;
	line-height: 21px;
	color: #2B4B8D;
	text-align: left;
	padding: 20px;
	border: 7px solid #DCEDFE;
	margin-bottom: 15px;
}
.spotlights {
	margin-bottom: 2px;
	margin-top: 2px;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	color: #ABABAB;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4878D5;
	width: 860px;
}
.shadowleft {
	background-image: url(../images/site_shadowleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadowright {
	background-image: url(../images/site_shadowright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.smalltype {
	font-family: arial;
	font-size: 10px;
}
.error {
    font-size: 20px;
    color: red;    
    font-weight: bold;
    padding: 15px;
    text-align:center;
    border: 1px solid;
    margin-bottom:15px;
}

