@charset "utf-8";
p {
	text-align:left;
	font-family: Arial, Helvetica, "san serif";
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	padding-top: 6px;
}
body { margin:0; padding:0; }

#container {
	width: 80%;
	height: auto;
	margin: auto;
	padding-top: 10px;
}


H1 {
	font-size: 170%;
	font-weight: normal;
	color: #002d5a;
	margin: 8px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #bec5d4;	
}

H2 {
	font-size: 125%;
	font-weight: bold;
	color: #ab002b;
	margin-top: 30px;	
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #002d5a;
	margin-top: 30px;	
}

H4 {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;	
}

H5 {
	font-size: 120%;
	font-weight: bold;
	color: #ab002b;
	margin-top: 30px;	
}

#nav  { display: none;
}

#content {
	height: auto;
	float: right;
	margin-left: 30px;
	margin-top: 20px;
}


#content a {
	color: #cc0033;
	text-decoration: underline;
	
}

#content a:hover{
	color: #666666;
	text-decoration: none;
	
}

.directory {
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 3px dotted #d6dde6;
	text-align:left;
	font-family: Arial, Helvetica, "san serif";
	font-size: 13px;
	color: #666666;
	line-height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	padding-top: 6px;
}


.directoryRight {
	width: 200px;
	float: right;
	text-align:left;
	font-family: Arial, Helvetica, "san serif";
	font-size: 12px;
	color: #666666;
	line-height: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	padding-top: 6px;
	border: 1px dashed #CCCCCC;
	padding-left: 4px;
}

