body {
	background-color: #2C3556;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	}
p {
	line-height: 140%;
	}
img {
	border: 0;
	}
h1 {
	color: #2C3556;
	font: bold 18px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
h2 {
	color: #2C3556;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	}
h3 {
	color: #555;
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	}
ul {
	list-style: square;
	}
li {
	line-height: 140%;
	margin-bottom: 10px;
	}


/* layout elements */
#header {
	width: 770px;
	height: 122px;
	margin-bottom: 5px;
	}
#header a {
	display: block;
	height: 0px !important;
	padding: 122px 0 0 0;
	background: transparent url(/images/header.gif) top left no-repeat; 
	overflow: hidden;
	height /**/:122px; /* Fix for IE 5 bad box model*/
	}
#main {
	margin: auto;
	text-align: left;
	background-color: #fff;
	width: 770px;
	border: 1px solid white;
	}
#main:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;	
	clear: both; 
	visibility: hidden;
	}
* html #main { height: 1%; }
#main { display:block; }

#content {
	width: 585px;
	background-color: #fff;
	margin-left: 155px;
	}
#menu {
	width: 155px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	}
#footer {
	padding-top: 10px;
	background-color: #2C3556;
	color: #fff;
	text-align: center;
	width: 770px;
	margin: 0 auto;
	}
#footer a {
	color: #fff;
	}


/* menu */

.menu {
	width: 144px;
	border: 2px solid #737B98;
	margin: 2px 0 2px 0;
	text-align: center;
	}
.menu2 {
	border: 1px solid #c00;
	}
.menu2 a {
	padding: 4px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #eee;
	color: #006;
	display: block;
	width: 134px;
	text-decoration: none;
	}
.menu2 a:hover {
	color: #000;
	background-color: #EDC718;
	}


/* classes */

.emphasis {
	font-weight: bold;
	}
.imageright {
	width: 160px;
	text-align: center;
	float: right;
	margin-bottom: 20px;
	margin-left: 5px;
	}
.imageright a {
	text-decoration: none;
	color: #00c;
	}
.imageright a:hover {
	text-decoration: underline;
	}
#printpage {
	text-align: center; 
	margin-top: 10px; 
	}
#printpage a {
	color: #00c;
	}
