h1  {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


h3, h4, h5, h6 {
	color: #990000;
}
.fontformat {
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000FF;
}


a {
  color: #003366;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
table {
	background-color: #F5F4FF;
	text-align: center;
	font-size: medium;
	color: #0000FF;
}
#titlePage {
	height: 50px;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/design/sh-bg.jpg);
}
#logo {
	height: 100px;
	width: 760px;
	padding-bottom: 12px;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #CCEEFF;
}
#nav {
	width: 150px;
	float: left;
}
#contentColumn {
	float: left;
	width: 490px;
	color: #0000FF;
	background-color: #F5F4FF;
}
#rightColumn {
	float: none;
	width: 105px;
	margin-left: 655px;
}

#footer {
	margin-top: 12px;
	margin-bottom: 0px;
	clear: both;
}
