body {
	padding:0;
	color:#605E4F;
	background: url(../images/bg.png) repeat;
	font: 100% "trebuchet ms", arial, verdana, sans-serif;
	}
a:link, a:visited {
	color: #168cbc;
	text-decoration: none;
} 
a:hover {
	color: #385e70;
	text-decoration: underline;
}
a:active {
	color: #796d65;
	text-decoration: none;
}
.rightcolumn {
	position: static;
	width: 78%;
	float: right;
	margin-right: 12px;
	margin-left: 12px;
}
.menu {
	width: 20%;
	position: absolute;
	float: left;
	border-right: 1pt dashed #00709E;
}
.main {
	width: 963px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00709E;
	border-bottom-color: #00709E;
	border-left-color: #00709E;
}
.header {
	margin: auto;
	width: 965px;
	height: 96px;
	background: #00709E;
}
.feature {
	margin: auto;
	width: 965px;
	background-image: url(../images/iss_head_bg.gif);
	background-repeat: repeat-x;
}
.left_head {
	float: left;
	width: 528px;
}
.secondhead {
	font-size: 24px;
}
.spacer {
	width: 963px;
	background-color: #FFFFFF;
	position: relative;
	float: left;
	border-right-width: 1pt;
	border-left-width: 1pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00709E;
	border-left-color: #00709E;
}
.right_head {
	float: right;
	width: 100px;
}

