body {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
p {  line-height: 24px;}
h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}
ul {  sans-serif; line-height: 26px}
h1 {  font-size: 24px; font-style: normal; font-weight: bold; color: #545454; margin-top:20px;}
h2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; font-style: italic; font-weight: normal; color: #1f5150}
h4 {  font-size: 16px; font-style: normal; font-weight: normal}
ol {  line-height: 26px;}
h5 {  font-size: 12px; font-style: normal; font-weight: normal}
a {color:#517b7a;}

#nav {width:160px;
		}

#nav ul {list-style-type:none;
		margin-left:0px;
		padding-left:0px;
		margin-top:0px;
		border-top-width: 1px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
		border-style: solid;
		border-color: #000;
		}
		
#nav li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #000;
		}		
		
#nav a {display:block;
		text-decoration:none;
		color:#2A6C6B;
		font-size:12px;
		padding-left:5px;
		}
		
#nav a:hover {display:block;
		background-color:#C0C0C0;
		}				