/* Global Styles */

body {
	margin:0px;
	}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #AE2030;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 {
	font-size: large;
	color: #B02232;
	text-align: center;
}
#wrapper #main dl {
	font-size: small;
}
#wrapper #main dt {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 10px;
}

h3 {
	font-size: large;
	color: #004187;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}


a {
	color: #013F88;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	color: #AF2131;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#wrapper {
	text-align: center;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#wrapper #main {
	padding: 5px 20px;
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
}


#wrapper #main li {
	text-align: left;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
}

#wrapper #main p {
	text-align: left;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
}

#header{
	color: #B11E30;
	letter-spacing:0em;
	text-align: center;
	padding: 25px 10px 10px 40px;
	}

#navigation{
	color: #013F88;
	text-align: center;
	padding: 0px 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #6F6347;
	border-bottom-color: #6F6347;
	margin-right: 25px;
	margin-left: 25px;
	}

#navigation a {
	font:bold 10pt arial;
	color: #003D7D;
	text-decoration:none;
	}
	
#navigation a:hover {
	color: #B02232;
	text-decoration:underline;
	}

#wrapper #footer {
	font-size: x-small;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: left;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #6F6347;
	padding-right: 25px;
	padding-left: 25px;
}
td {
	font-size: small;
}
