* { padding: 0; margin: 0; }

body {
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-color: #FFFFFF;
}
#header {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
	padding: 10px;
	height: 130px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
}
#header a {
	color: #E81822;
	text-decoration: none;	
}
#header a:hover{
	color: #162A83;
	font-style: italic;
}
#navigation {
	width: 900px;
	color: #E81822;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #162A83;
	text-align: center;
}
#navigation a {
	color: #E81822;
	text-decoration: none;
}
#navigation a:hover {
	color: #162A83;
	text-decoration: underline;
}
#content {
	width: 900px;
	color: #333333;
	border: 1px solid #162A83;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
}
#content a {
	color: #E81822;
	text-decoration: underline;
}
#content a:hover {
	color: #162A83;
	text-decoration: none;
}
#content h1 {
	font-size: 1.5em;
	color: #162A83;
	font-weight: bold;
}
#content h2 {
	font-size: 1.2em;
	color: #162A83;
	font-style: italic;
	font-weight: bold;
}
#quote {
	width: 200px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #CCCCCC;
	list-style-position: inside;
	list-style-type: square;
	font-style: italic;
	font-weight: normal;
	color: #162A83;
}
#quote h1 {
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}
#footer {
	width: 900px;
	color: #666666;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}
#footer a {
	color: #000000;
}
#footer a:hover{
	color: #E81822;
	text-decoration: none;
}
