
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 {
	border-style: inset;
	border-color: blue;
	background-color: white;
	padding: 5%;
	margin-left: 5%;
	margin-right: 15%;
	margin-bottom: 5%;
}

.moduletable-leftnav {
	margin-bottom: 5%;
}
.moduletable-leftnav a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	margin-left: 10%;
	padding-right: 20%;
}

.moduletable-leftnav a.mainlevel {
	font-size: 1.1em;
}
.moduletable-leftnav a:hover.mainlevel {
	font-size: 1.2em;
}

.moduletable-leftnav a.mainlevel#active_menu {
	color: blue;
	background-color: white;
}


.moduletable-leftnav a.sublevel {
	color: silver;
	font-style: italic
}

.moduletable-leftnav a:hover.sublevel {
	font-size: 1.1em;
}

.moduletable-leftnav a.sublevel#active_menu {
	color: blue;
	background-color: white;
}

#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%;
}
