html {	overflow:scroll;}body {	height:100%;	margin:0;	padding:0 10px 0 10px;	margin:0 0 0 225px;	background-color:#E5ECF2; /* background color - entire site */	border-left:5px solid #31619C; /* Thick Horizontal Seperator */		font-family:Arial, Helvetica, sans-serif;	font-size:12pt;	color:#31619C; /* color of text in body */	overflow:auto;}#menu {	position:fixed;	display:block; 	top:120px;	left:50px;	width:250px;	height:200px;	font-size:12px;}#logo {	position:fixed;	top:10px;	left: 10px;	z-index:50;}#logo a {	border: none;}#flash {	position:fixed;	top:375px;	left:50px;	width:125px;	height:100px; 	text-align: center;	color: #31619C; /* text color above flash.swf */	line-height: 25px;	font-size:12px;	border: none;	z-index:50;}#menu a, #menu a:link {	display:block;	width:125px;	height:25px;	color:#31619C; /* color of links before hover */	background:transparent;	text-decoration:none;	border:1px solid #fff; /* thin border around menu links */	text-align:center;	line-height:25px;	margin-top:5px;}#menu a:visited {	color:#31619C; /* adjust to same color for links above */	background:transparent;}#menu a:hover, #menu a:active {	color:#666; /* hover link color */}#text {	display:block; 		margin-left:0px; 	padding:10px;	border-left:1px solid #31619C; /* thin seperator menu / body */}p, li {	width:85%;}img {	border: none;}/* All links within the body */a:link {	color:#31619C;}a:visited {	color:#cdcdcd;}/* ^^^^^^^^^^^^^^^^^^^^^ */li {	font-family:Arial, Helvetica, sans-serif; 	font-size:12pt; 	color:#31619C; /* adjust to body text color */}h1,h2,h3,h4 {	font-family: Arial, Helvetica, sans-serif; 	font-weight:bold; 	color:#31619C; /* can be same as body text color, or changed to give page different look */}/* adjust header sizes, only if you really need to */h1 {font-size:21pt;}h2 {font-size:18pt;}h3 {font-size:15pt;}h4 {font-size:12pt;}.smaller {	font-size: 10pt;}.smallest {	font-size: 9pt;	text-align:center;}