* html body
{
	text-align: center;
}


/* The following page height hack was borrowed from http://www.reinspire.net/blog/2005/10/11/css_vertical_stretch/ */
html, body
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #333366;
	min-width: 685px;
	font-family: verdana, sans-serif;
}


#pagewrapper
{
	width: 685px;;
	min-width: 685px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: auto;
	background-color: #ffffff;
	background-image: url('./menubar-bkg.gif');
	background-repeat: repeat-y;
}

* html #pagewrapper
{
	height: 100%;
}


#banner
{
	height: 104px;
	width: 685px;
	background-image: url('./top-banner.jpg');
	background-repeat: no-repeat;
}

#breadcrumbs
{
	height: 21px;
	width: 513px;
	padding-top: 9px;
	padding-left: 172px;
	background-color: #474876;
	background-image: url('./breadcrumbs.gif');
	background-repeat: no-repeat;
	
	font-size: 70%;
	
	text-transform: uppercase;
	
	
	color: #ffffff;
}

#breadcrumbs a, #breadcrumbs a:hover, #breadcrumbs a:link, #breadcrumbs a:visited
{
	color: #ffffff;
	text-decoration: none;i
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}


#contentwrapper
{
	background-color: #ffffff;
	background-image: url('./menubar-bkg.gif');
	background-repeat: repeat-y;
}

#menu
{
	position: absolute;
	width: 160px;
	text-align: right;
	height: 100%;
	
}

#menu ul
{
	margin: 0;
	padding: 0;
	padding-right: 12px;
	padding-left: 12px;
}

#menu li
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	
}

#menu li a, #menu li a:hover, #menu li a:visited, #menu li a:link
{
	display: block;
	color: #2B2B57;
	text-decoration: none;
	border: 1px solid #dfdfdf;
	padding: 3px;
}

#menu li a:hover
{
	background-color: #474876;
	border: 1px solid #ffffff;
	
	color: #ffffff;
}

div#content
{
	/*float: left;*/
	padding-right: 20px;
	padding-left: 180px;
	padding-top: 20px;
	margin-top: 0;
	margin: 0 -1px;
	
	border-left: 1px solid #333366;
	
	color: #000000;
	font-size: 90%;
	
}

#footer
{
	position: relative;
	clear: both;
	padding-bottom: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	margin-bottom: -1px;
	
	color: #9999B3;
	font-size: 70%;
	
	text-align: right;
}

#footer a, #footer a:hover, #footer a:link, #footer a:visited
{
	color: #9999b3;
}

* html #pagewrapper #contentwrapper, #content, #pagewrapper, #contentwrapper
{
	word-wrap: break-word;
}


.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}


