/* Main page body */

*
{
	font-family: Helvetica Narrow, Arial, sans-serif;
}

body
{
	margin: 0px;
	border-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#innercontent h1
{
	padding: 10px 10px 10px 10px;
	margin: 0px;
	display: block;
	background-color: #385c96;
	color: #fff9ce;
}

#innercontent h2
{
	color: #0d1991;
	font-size: medium;
}

#innercontent h3
{
	color: #873434;
}

h1
{
	font-size: medium;
}

h2
{
	font-size: small;
}

h3
{
	font-size: small;
	font-style: italic;
}

#innercontent h3.general
{
	color: #0d1991;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#innercontent h3.other
{
	color: #51431B;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

hr
{
	border-width: 1px;
	border-color: #365fa3;
	border-style: solid;
}

p.inline
{
	display: inline;
}

a.noborder
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

a:hover.noborder
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#container
{
	min-width: 800px;
}

/* Page header */

#pagehead
{
	margin: 0px;
	background-color: #ffcc00;
	border-width: 1px;
	border-color: #365fa3;
	border-style: none;
	top: 0px;
	height: auto;
	width: inherit;
	padding: 8px 8px 8px 8px;
	text-align: left;
}

/* Title image */

img#title
{
	position: relative;
	top: 0px;
	left: 0px;
	vertical-align: middle;
}

/* Menu bar styles */
#menuholder
{
	margin: 0px;
	padding: 0px;
	width: 192px;
	background-color: #ffffff;
	float: left;
}

#menu
{
	margin: 0px;
	padding: 0px;
	background-color: #fff000;
	position: relative;
}

#menuinner
{
	padding: 16px 16px 16px 16px;
	margin: 0px 0px 0px 0px;
	width: 160px;
	position: relative;
	z-index: 2;
	background-image: url('../images/menuside.gif');
	background-repeat: repeat-y;
	min-height: 130px;
}

#menubg
{
	margin: 0px;
	padding: 0px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 192px;
	height: 160px;
}

#menubottom
{
	z-index: 4;
	width: 192px;
	height: 32px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menubottomleft
{
	margin: 0px;
	padding: 0px;
	z-index: 4;
	width: 20px;
	height: 32px;
	position: relative;
	display: inline;
}

#menubottommiddle
{
	margin: 0px;
	padding: 0px;
	z-index: 4;
	height: 32px;
	width: 152px;
	position: relative;
	display: inline;
}

#menubottomright
{
	margin: 0px;
	padding: 0px;
	z-index: 4;
	width: 20px;
	height: 32px;
	position: relative;
	display: inline;
}

a.menuoption
{
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #362bc5;
	display: block;
	margin: 0px;
}

a:hover.menuoption
{
	padding: 5px 15px 5px 15px;
	cursor: pointer;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	background-color: #ed9c28;
	display: block;
	margin: 0px;
}

p.menuoption
{
	padding: 5px 15px 5px 15px;
	margin: 0px;
	cursor: default;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	background-color: #ff9c28;
	display: block;
}

/* Content */

#innercontent
{
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 192px;
	margin: 0px 0px 0px 0px;

	font-size: small;
	border-style: none;
	display: block;
}

#innercontent a
{
	text-decoration: none;
	font-weight: bold;
}

#innercontent a:hover
{
	text-decoration: underline;
}

#innercontenttext
{
	padding: 0px 0px 0px 10px;	
}

#innercontenttext ul
{
	list-style-image: url('../images/listbullet.png');
}

#innercontenttext li
{

}

p.redbold
{
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: #873434;
}

p.greenbold
{
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: #348734;
}

img.historyimage
{
	padding: 10px;
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
}

/* Footer */

#footer
{
	height: auto;
	width: inherit;
	background-color: #aebce4;
	padding: 7px;
	border-width: 1px;
	border-color: #365fa3;
	border-style: solid solid solid solid;
	font-size: x-small;
	clear: both;
	text-align: center;
}
