* {
   margin: 0px;
   padding: 0px;
}

body {
	background-color: #EAE7E3;
	text-align: center;  /* for IE stupidity */
	margin: 20px;
	padding: 0px;
}

a {
	color: #1F1C5A;
	font-weight: bold;
}
a:hover {
	color: #AA4225;
}

sup {
   vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}
input.formstyle, textarea.formstyle {
	padding: 2px 4px;
	border: 1px solid #aaa;
	font: 13px courier, arial;
}
input.button {
	font: 12px arial;
	letter-spacing: .5px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 10px;
}
input.button:hover {
   color: #1F1C5A;
   color: brown;
}

.hidden {
	display: none;
}

.clearer {
	clear: both;
}

p {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#content.home p {
   text-align: center;
   font-size: 14px;
}

#content ol, ul {
   margin: 0px 20px 20px 20px;
   padding: 0px;
}
#content ol ul {
   margin: 6px 20px 10px 20px;
}

#content li {
   margin-bottom: 10px;
}
#content li li {
   margin-bottom: 4px;
}

#wrapper {
	margin: 0 auto;  /* This is the proper way to center an element */
	padding-top: 10px;
	width: 750px;
	position: relative;  /* The container must be positioned in order to contain positioned elements */
	text-align: left;  /* corrects for IE hack */
   background-color: #1F1C5A;
   border: 1px solid #1F1C5A;
}

#header {
	background: url('../images/bg_header.gif') center center no-repeat;
	height: 105px;
}

#logo a {
	position: absolute;
	z-index: 1;
	width: 750px;
	height: 100px;
	cursor: pointer;
}

#content {
   display: block;
   padding: 20px 20px 1px 20px;
   background-color: white;
   color: black;
	font: 12px/1.4em verdana, arial, helvetica, sans-serif;
}

#content.home h1 {
   margin: 20px 0px;
   font-size: 26px;
   font-weight: normal;
   color: #AA4225;
   text-align: center;
}

#content.home h2 {
   margin: 20px 0px;
	font: 20px verdana, arial, helvetica, sans-serif;
   color: #AA4225;
   font-weight: normal;
   text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content h2 {
   margin: 20px 0px;
   font-size: 22px;
   font-weight: normal;
}

#content h3 {
   margin: 20px 0px;
   font-size: 14px;
}

#content.home img {
   display: block;
   margin: 0 auto;
}

hr {
	border: 0px;
	border-top: 1px dashed #1F1C5A;
}

#footer {
	text-align: center;
   color: white;
	font: 12px/1.4em verdana;
   margin: 20px 0px;
}
#footer a {
   text-decoration: underline;
   font-weight: normal;
   color: white;
}
#footer ul {
   margin-top: 14px;
}
#footer ul li {
   display: inline;
	font: 10px/1.4em verdana;
}
#footer ul li a {
   padding: 0px 5px 0px 1px;
   border-right: 1px solid white;
}
#footer ul li a.last {
   border: 0px;
   padding-right: 0px;
}

#copyright {
	text-align: center;
   color: #777;
	font: 9px/1.4em verdana;
   padding-top: 16px;
}
#copyright a {
	font-weight: normal;
}
#copyright #credit a {
   color: #777777;
   text-decoration: none;
}
#copyright #credit a:hover {
   text-decoration: underline;
}
