
#main {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-y;
}

/*************************** navigation **************************/
#logo {
	width: 154px;
	height: 101px;
	float: left;
}

#navigation {
	width: 154px;
	float: left;
	padding: 0px 0px 80px 0px;
}

#navcontainer {
	width: 150px;
	float: left;
	padding-left: 3px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	font-weight: bold;
	border-bottom: 1px solid #dfdcda;
}

#navcontainer li a
{
	display: block;
	width: 140px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #202020;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	color: #ffffff;
	background-color: #a71930;
}

#navcontainer ul ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navcontainer li li
{
	list-style: none;
	font-weight: normal;
	border-top: 1px solid #dfdcda;
	border-bottom: none;
}

#navcontainer li li a
{
	display: block;
	width: 130px;
	text-decoration: none;
	padding: 3px 5px 3px 15px;
	color: #666666;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #333333;
	background-color: #f1bb46;
}


/*************************** header **************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 612px;
	height: 143px;
	float: left;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
}

#headernav {
	width: 600px;
	padding-top: 27px;
	height: 56px;
	float: right;
	text-align: right;
	padding-right: 9px;
	color: #202020;
}

#headernav a {
	color: #202020;
	text-decoration: none;
}

#headernav a:hover {
	color: #a71930;
}

/********** page title and breadcrumb ****************/
#pagetitle  {
	width: 598px;
	height: 60px;
	padding-left: 4px;
	padding-top: 5px;
	float: left;
}	

h1 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

#breadcrumb {
	width: 100%;
	float: left;
	color: #6e552f;
	font-size: 11px;
	text-align: right;
	padding-bottom: 15px;
	padding-top: 5px;
}

#breadcrumb a {
	color: #6e552f;
	text-decoration: none;
}


/*************************** container *************************/
#bar {
	width: 8px;
	height: 400px;
	float: left;
}

#container {
	width: 594px;
	float: left;
	padding-bottom: 10px;
}

#bottom {
	clear: both;
	background-image: url(/images/bottom.gif);
	background-repeat: no-repeat;
	width: 766px;
	height: 23px;
	padding-top: 9px;
}

/*************************************** footer ****************************************/
#navbottom {
	position: relative;
	clear: both;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
}

#isulogo {
	position: absolute;
	left: 3px;
	top: -70px;
}

#footer {
	width: 766px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

#copyright {
	width: 600px;
	float: left;
	padding-left: 6px;
}

#grip {
	width: 106px;
	height: 35px;
	float: right;
}

#printfooter,
#printpagetitle {
	display: none;
	visibility: hidden;
}
