/************************************************************
	General Styles
************************************************************/
html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:verdana, sans-serif, "Times New Roman";
	font-size:13px;
}

a img {
	border-width:0px;
}

.clearall, .clear-all {
	position:relative;
	width:100%;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
	visibility:hidden;
}

/************************************************************
	Page Styles
************************************************************/
div#page {
	position:relative;
	width:919px;
	margin:20px auto;
	padding:0px;
	background-image:url('/images/body/page/body.png');
	background-repeat:repeat-y;
	background-position:center center;
}

div#page div#page-top {
	position:absolute;
	top:-18px;
	left:0px;
	width:919px;
	height:18px;
	margin:0px;
	padding:0px;
	background-image:url('/images/body/page/header.png');
	background-repeat:no-repeat;
	background-position:center center;
}

div#page div#page-bottom {
	position:absolute;
	bottom:-37px;
	left:0px;
	width:919px;
	height:37px;
	margin:0px;
	padding:0px;
	background-image:url('/images/body/page/footer.png');
	background-repeat:no-repeat;
	background-position:center center;
}

/*************************************************
	page header
**************************************************/
div#header {
	position:relative;
	z-index:10;
	top:-5px;
}

div#header div#top {
	position:relative;
	width:893px;
	height:47px;
	margin:0px auto;
	padding:0px;
	background-image:url('/images/body/header/top.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

div#top div#logo {
	position:relative;
	padding:14px 0px 0px 10px;
	margin:0px;
}

div#top div#icons {
	position:absolute;
	top:11px;
	right:10px;
}

div#icons div#icon_description{
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

div#icons div#print-icon {
	position:relative;
	float:right;
	margin:0px 10px 0px 0px;
	padding:0px;
}

div#icons div#pdf-icon {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}

div#middle {
	position:relative;
	width:893px;
	height:157px;
	margin:0px auto;
	padding:0px;
	background-image:url('/images/body/header/middle.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

div#bottom {
	position:relative;
	z-index:100;
	width:893px;
	height:41px;
	margin:0px auto;
	padding:0px;
	background-image:url('/images/body/header/bottom.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}

/***************************************************
	page menu
****************************************************/
div#bottom div.menu-item {
	position:relative;
	margin:0px;
	padding:10px 20px;
	float:left;
}

div.menu-item ul {
	margin:0px;
	padding:0px;
}

div.menu-item ul li {
	list-style-type:none;
}

div.menu-item ul li a {
	color:#ffffff;
	text-decoration:none;
}

div.menu-item ul li ul {
	position:absolute;
	top:30px;
	left:20px;
	width:300px;
	padding:5px 10px;
	background-color:#000000;
	color:#ffffff;
	filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity:0.9;
	display:none;
}

div.menu-item ul li ul li {
	padding:4px;
}

div.menu-item ul li ul li:hover {
	background-color:#595959;
}

div.menu-item:hover ul li ul {
	display:block;
}

/***************************************************
	page body
****************************************************/
div#page div#body {
	position:relative;
	z-index:1;
	width:893px;
	min-height:300px;
	margin:0 auto;
	padding:0;
	background-image:url('/images/body/body/middle_bg.gif');
	background-repeat:repeat-y;
	background-position:center center;
}

div#body div#body-top {
	position:absolute;
	top:0px;
	left:0px;
	width:893px;
	height:29px;
	background-image:url('/images/body/body/top_bg.gif');
	background-repeat:no-repeat;
	background-position:center center;
}

div#body div#narrowcolumn {
	position:relative;
	width:25%;
	float:left;
	margin:0px;
	padding:0px;
}

div#body div#widecolumn {
	position:relative;
	width:68%;
	float:right;
	margin:0px;
	padding:0px 20px;
}

div#body div#fullcolumn {
	position:relative;
	width:85%;
	margin:0px auto;
	padding:0px 20px;
}

div#widecolumn a, div#fullcolumn a {
	color:#595959;
}

div#widecolumn h1, div#fullcolumn h1 {
	font-size:18px;
	margin:0px;
	padding:8px 0px;
}

div#widecolumn h2, div#fullcolumn h2 {
	font-size:15px;
	margin:0px;
	padding:4px 0px;
}

div#widecolumn h3, div#fullcolumn h3 {
	font-size:13px;
	margin:0px;
	padding:4px 0px;
}

/****************************************************
	Misc Styles
****************************************************/
table#directors, table#advisory-committee {
	margin:0px;
	position:relative;
	width:100%;
	border:1px solid #000000;
	border-width:1px 1px 0px 1px;
}

table#advisory-committee {
	margin-top:30px;
}

table#directors tr, table#advisory-committee tr {
	margin:0px;
	padding:0px;
}

table#directors tr td, table#advisory-committee tr td {
	margin:0px;
	padding:5px;
	border:1px solid #000000;
	border-width:0px 0px 1px 0px;
}

table#directors tr.header td, table#advisory-committee tr.header td {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}

table#directors tr.sub-header td, table#advisory-committee tr.sub-header td {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}