/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
}

body {
	background: #032F48;
	text-align: center;
}

#page {
	position: relative;
	display: block;
	width: 938px;
	margin: 0 auto;
	border-right: 3px double #032F48;
	background: white url(images/pagebg_bottom.gif) bottom right no-repeat;
	text-align: left;
}
#pageWrapperA {
	background: url(images/pagebg_top.gif) top right no-repeat;
}
#pageWrapperB {
	min-height: 1000px;
	background: url(images/pagebg_sidebar.gif) repeat-y;
}

#header {
	width: 760px;
	height: 105px;
	margin-left: 178px;
	background: transparent url(images/header.gif) top right no-repeat;
}
#header h1 {
	display: none;
}
#header h2 {
	display: none;
}

#sidebar {
	width: 200px;
	padding-top: 3em;
	text-align: center;
	float: right;
}

#sidebar .block {
	background: #FAFADC;
	border: 1px dashed black;
	margin: 5px;
	padding: 15px;
	font-family: "Verdana", "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

#footer {
	width: 730px;
	padding: 15px;
	min-height: 323px;
	margin-left: 178px;
	color: black;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	border-top: 1px solid black;
	text-align: left;
}
#footer a:link {
	color: #DC0404;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #DC0404;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FD0505;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #DC0404;
	font-weight: bold;
	text-decoration: underline;	
}