html {
  height:100%;
}
body {
  padding:0;
  margin:0 0px;
  position:relative;
  font:83% Arial-Narrow, Arial, Sans-Serif;
  color: #003F71;
}
h1 {
	margin: 5px 0 0 5px;
}
#header {
	height: 188px;
	background: #3991B7 url('../img/header_bg.jpg') top left no-repeat;
}
#logo {
	position: absolute;
	top: 28px;
	left: 70px;
}
#left-col {
	background: #fff url('../img/left-col_bg.jpg') top right no-repeat;
	width: 184px;
	height: 690px;
}
#right-col {
	padding: 1em 0 1em 1%;
	background: url(../img/sub-header_bg.jpg) left top no-repeat;
}

#column1, #column2 {
	float: left;
	margin-right: 1.39%;
}
#column3 {
	float: left;
	clear: right;
}
#column1, #column2, #column3 {
	width:31%;
	border: 1px solid #71AED5;
	background-color: #fff;
	height: 34em;
	text-align: center;
}
#content {
	border: 1px solid #71AED5;
	background-color: #fff;	
	padding: 5px;
	margin-right: 10px;
}
ul.menu {
	list-style-type: none;
	margin: 5px 0 0 15px;
	padding-left: 0;
}
ul.menu li {
	background: url(../img/button.gif) no-repeat top left;
	line-height: 30px;
	width: 152px;
	text-align: center;
	margin-bottom: 10px;
}
ul.menu li a {
	color: #fff;
	text-decoration: none;
	font:15px Times New Roman, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 30px;
	display: block;
}
ul.menu li a:hover {
	text-decoration: underline;
}
#line {
	background: url(../img/line.gif) no-repeat left;
}
p {
	padding: 5px;
	text-align: left;
}

