/* typo */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	
	}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	
	}

.footer a {
	color: #8B9BBC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #8B9BBC;
	
	}
	
.footer a:hover {
	color: #8B9BBC;
	text-decoration: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	border-color: #8B9BBC;

	} 

.footer {
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	
	}
	
.submenu {
	color: #6C7585;
	
	}

/* layout */

body {
	margin: 0;
	
	}
	
#content {
	margin-top: 6px;
	text-align: left;
	}
	
#home_content {
	margin-top: 6px;
	margin-left: 10px;
	
	}

#side {
	background: url(/images/side_bg.gif) repeat-y;
	
	}
	
#footer {
	padding: 15px 7px 15px 7px;
	
	}