.header {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	border: 1px none #3399ff;
	height: 90px;
	width: 740px;
	background-image: url(images/header.gif);
	position: relative;
}

.container {
	width: 740px;
	position: relative;
	padding-right: 10%;
	padding-left: 10%;	
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	padding: 2px 8px 8px 8px;
	width: 555px;
	text-align: left;
}
#text img {
	padding: 0px 5px 0px 0px;
}

.flash {
	padding: 20px;
	position: relative;
	}
.panel {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #0066cc;
	border-bottom-color: #0066cc;
	border-left-color: #0066cc;
	position: relative;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-image: url(images/panel-background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: top;
	max-height: 4000px;
	min-height: 460px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	border: none;
	position: relative;
	text-align: right;
	height: 12px;
	width: 740px;
}
.menu {
	position: absolute;
	left: 583px;
	height: 460px;
	width: 155px;
	top: 5px;
	list-style-image: url(images/spacer.gif);
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 530;

}
#menu a {
	text-decoration: none;
	color: #0000cc;
	}
#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
	
.title {
	position: absolute;
	left: 640px;
	top: 400px;
}
#rightcol {
float: right;
width: 50%;
}
.smalltext {
font-size: 11px;

}
