body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background:url(../images/background10px.gif) repeat-x;
	background-color: #DFDFC8;
	}
h1 {
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 5px 5px 5px 0px;
	padding-left: 15px;
	}
h2 {
	color:#003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 5px 5px 5px 0px;
	}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#header{
	position:relative;
	top: 0px;
	width:950px;
	height:100px;
	background: url(../images/fulltitlebar.gif) no-repeat left;
	left: 0px;
	}
#pagetitle{
	height: 45px;
	left: 0px;
	width:950px;
	background: url(../images/header2background.gif) repeat-x;
	float: left;
	position: relative;
	margin-top: 10px;
	}
#leftsubnav {
	float:left;
	width: 200px;
	height: 300px;
	margin: 15px 5px;
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	}
#bodycontent {
	float:left;
	width: 920px;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
	margin: 15px 5px;
	min-height: 600px;
	}
#copyright {
	font-size:0.7em;
	color:#333333;
	text-align:center;
	clear: both;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 950px;
	text-align: left;
	position: relative;
	height: 850px;
	}
/* Nav Bar settings */
#navbar{
	position:relative;
	height: 48px;
	z-index: 100;
	width: 98%;
	margin-left: 10px;
	}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

/* min-height fix */
* html #bodycontent { 
    min-height: 600px;
} 

/* Internet Explorer * 
/*\*/ 
* html #bodycontent { 
    height: 600px;
} 
/**/
