/* Color guide
#621327 - maroon
#003366 - blue
#004080 - blue +
#dddddd - grey
*/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
* html {overflow:hidden;}
body {
	background:url(../images/bg.gif);
	background-color:white;
	background-repeat:repeat-y;
	background-position:top left;
	background-attachment:fixed;
	color:#000000;
	margin:0;
	padding:0 10px 0 10px;
	height:100%;
	overflow:auto;
	font: 75%/160% Verdana, Arial, Helvetica, sans-serif;
}
#top {
	margin: 0;
	color: #621327;
	background: white;
	width: 560px;
	height: 122px;
	border-bottom:  2px solid #621327;
	text-align: left;
}
/* Text in top                                 */
#top h1 {
	font-size: 120%;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 98px 0 0 12px;
	text-align: left;
}
#topOverlap {
	float:right;
	margin-top:6px;
}
#content {
	display:block;
	margin-left:188px;
	width:570px;
	padding:0px;
	font-size: 100%;
}
#footer {
	width:570px;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	background: white;
	font-size: 80%;
	padding: 2px;
	text-align: right;
}
#printlogo {
	display: none;
}

/***********************************************/
/* Formatting                                  */
/***********************************************/
#content h1 {
	font-size: 120%;
	font-family:  Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 98px 0 0 12px;
	text-align: left;
}
#content h2 {
	font-size: 140%;
	letter-spacing: 0.1em;
	text-align: center;
	color: #036;
	background:white;
	padding: 15px 0 15px 15px;
}
#content h3 {
	font-size: 120%;
	padding: 10px 0 0px 15px;
	text-align: left;
	color: #036;
	background:white;
}
#content .columnheader{
	font-size: 120%;
	letter-spacing: 0.1em; 
	padding: 10px 0 15px 210px;
	text-align: left;
	color: #036;
	background:white;
	font-weight: bold;
}
#content h4 {
	font-size: 100%;
	padding: 0px 0 0 15px;
	text-align: left;
	color: #036;
	background:white;
	font-weight: bold;
}
#content p {
	padding: 0 15px 5px 15px;
	text-align:justify;
}
#content .column {
	padding: 0 15px 10px 210px;
	text-align:justify;
}
#content ul {
	margin: auto;
	padding: 0 15px 10px 40px;
}
#content li {
	list-style-position: inherit;
	margin: 0;
	text-align:justify;
	padding: 0 15px 0px 5px;
	color: #036;
	background:white;
	font-weight: bold;
}
#content a, a:link {
	text-decoration: none;
	color:#621327;
	background: white;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
	background: white;
	color:#036;
}
#content .boxright {
    padding: 0.3em;
    margin: 0 1em 1em 2em;
    font-size: 0.9em;
    text-align: center;
    border: 2px solid #ddd;
    width: 131px;
    float: right;
}
#content .clearer {
	clear: both;
}
#topOverlap a, a:link, a:hover {
	color: #eee;
	background: white;
	border: none;
	text-decoration: none;
}  

/***********************************************/
/* Menu                                        */
/***********************************************/
#content #menu {
	position:fixed;
	display:block;
	top:0;
	left:0px;
	color:#036;
	background-color:white;
	background:url(images/../bg.gif);  
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#content #menu a {
	display:block;
	width:168px;
	height: 20px;
	color:#621327;
	background: #fff;
	text-decoration:none;
	font-weight: bold;
	border-left:8px solid #621327;
	border-right:1px solid #621327;  
	border-bottom:1px solid #621327;    
	text-align:right;
	padding: 3px 15px 3px 3px;
	margin:1px 0;
}
#content #menu a:hover, a:active {
	font-weight: bold;
	color: #036;
	background:white;
	border-left:8px solid #004080;
	border-right:3px solid #004080;  
}
* html #content #menu {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	width:198px;
	margin: 0;
	padding: 0;
	color:#036;  
	background-color:white;
	background:url(../images/bg.gif); 
}
