#header{
	height:35px;
	color:#FFFFFF;
	background-color: #0000FC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: auto;
	line-height: normal;
	font-style: italic;
	font-size: x-large;
	vertical-align: middle;
 }
 
#leftcolumn{
	float:left;
	width:150px;
	height: 400px;
	border: 3px none black;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

#leftcolumn a{
padding: 3px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
}

#leftcolumn a:hover{
background-color: #0000FF;
color:#FFFFFF;
}

#rightcolumn{
	float:left;
	width:550px;
	min-height: 400px;
	border: 3px none black;
	margin-left: 10px;
	padding-bottom: 8px;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
body {
	background-image: url(images/body_bkgd.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial;
	font-size: 14px;
	color: #0000CC;
}

