body {
	background-color: white;
	margin-bottom: 0;
	padding: 0;
	line-height: 1.3em;
}

#wrap {
	float: left;
	background-image: url("../images/bg_blue.gif");
	background-repeat: repeat-y;
	background-position: 20%;
	padding-bottom: 200px;
}

#left {
	float: left;
	width: 20%;
	min-width: 150px;
	overflow:hidden;
}

#center {
	width: 79%;
	text-align: center;
	overflow:hidden;
}

#contents table.contentpaneopen
{
	text-align: left;
	margin: 0 auto;
}

.moduletable {
	font-size: 80%;
	border-style: inset;
	border-color: blue;
	background-color: white;
	padding: 0 5%;
	margin-left: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
}
.moduletable ul {
	padding-left: 5%;
	margin-left: 5%;
	list-style-typee: none;
}

.moduletable_menu {
	margin-bottom: 5%;
}
.menu_coolbar li {
	list-style-type: none;
}
.menu_coolbar li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	padding-right: 20%;
	font-size: 1.1em;
}
.menu_coolbar li a:hover {
	font-size: 1.2em;
}
.menu_coolbar li#current > a {
	color: blue;
	background-color: white;
	font-size: 1.2em;
}

.menu_coolbar ul li a {
	color: silver;
	font-size: 1.0em;
	font-style: italic;
}
.menu_coolbar ul li a:hover {
	font-size: 1.1em;
}

.menu_coolbar ul li#current > a {
	color: blue;
	background-color: white;
	font-size: 1.1em;
}

#header {
	text-align: left;
	padding: 0 5%;
}

#pathway {
	width: 80%;
	min-width: 80%;
	text-align: left;
	border-style: solid;
	border-color: blue;
	border-width: 2px 0px;
	padding: 0 5%;
	margin: 0 auto 5%;
}

#footer {
	width: 80%;
	min-width: 80%;
	font-size: 80%;
	border-style: solid;
	border-color: blue;
	border-width: 2px 0 0 0;
	margin: 0 auto;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,.componentheading {
	font-size:1.7em;
	line-height:1.7em;
}

h2,.contentheading {
	font-size:1.5em;
	line-height:1.5em;
}

h3 {
	font-size:1.3em;
	line-height:1.3em;
}

h4 {
	font-size:1.2em;
	line-height:1.2em;
}

h5 {
	font-size:1.1em;
	line-height:1.1em;
}

h6 {
	font-size:1em;
	line-height:1em;
	font-weight:bold;
}

.prop {
	height:99%;
	min-height:99%;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	overflow:hidden;
	height: 1px;
}

hr
{
	color: blue;
	width: 75%;
}