* { padding: 0; margin: 0; }

#wrapper { 
	margin: 0px auto;
	width: 950px;
	background-image: url('../images/bckgrnd.png');
	background-repeat: no-repeat;
	border-left:1px solid #003468;
	border-right:1px solid #003468;
	border-top:1px solid #003468;
	border-bottom:1px solid #003468;
	z-index:-2;
}

#header {
	width: 950px;
	float: left;
	height: 135px;
	overflow: hidden;
}

#leftcolumn { 
	color: #003468;
	height: 665px;
	width: 220px;
	float: left;
}

#rightcolumn { 
	float: left;
	position: relative;
	color: #003468;
	width: 680px;
}

#footer { 
	width: 950px;
	clear: both;
	color: white;
	background: #003468;
	font-size: 10px;
	height: 10px
	line-height: 100%;
}

body {
	background: #A3B5D0;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	overflow: auto;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #003468;
	scrollbar-shadow-color: #003468;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-arrow-color: #003468;
	scrollbar-track-color: #FFFFFF;
}

div.scroll {
	height: 645px;
	width: 700px;
	overflow: auto;
}

h1 {
	font-family: Verdana, Arial, "Trebuchet MS"; 
	font-size: 20pt;
	color: #003468;
	font-weight: normal;
	text-align:left;
	line-height: 160%;
}

img.b {
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	width: 150px;
	display: block;
}

ul li {
	list-style-type: round;
	list-style-position: inside;
	margin-left:30px;
	line-height: 180%;
}

ol li {
	list-style-position: inside;
	margin-left:30px;
}

A:link {
	text-decoration: none;
	color: #003468;
	text-decoration: underline;
}

A:visited {
	text-decoration: none;
	color: #003468;
}

A:active {
	text-decoration: none;
	color: #003468;
}

A:hover {
	text-decoration: underline;
	color: #FF0000;
}