<!--

/* Set up the layout */
#all
{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	height: auto;
}

#logo
{
	height: 90px;
	width: 250px;
	white-space: nowrap;
}

#horizontal_menu
{
	height: 30px;
	width: 250px;
	background-color: #C6C6C6;
	white-space: nowrap;
	border-top: 5px solid #5C5C5C;
	background-image: url('horizontal_bground.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #5C5C5C;
}

#top_right
{
	position: absolute;
	margin-left: 250px;
	height: 125px;
	width: 500px;
	white-space: nowrap;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	background-image: url('topright_bground.gif');
	background-repeat: repeat-y;
	background-color: white;
}

#content
{
	border-top: 3px solid #5C5C5C;
	padding-bottom: 20px;
	width: 750px;
	background-color: #FFFFFF;
	background-image: url('content_bground.gif');
	background-repeat: repeat-y;
	border-right: 1px solid #626262;
	border-left: 1px solid #626262;
}

#horizontal_footer
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 750px;
	background-color: #C6C6C6;
	border-right: 1px solid #626262;
	border-left: 1px solid #626262;
	border-bottom: 1px solid #626262;
	text-align: right;
}


/* Set up styles */
body
{
	background-image: url('bground.gif');
	background-repeat: repeat-x;
	background-color: #C1C1C1;
	color: #2F2F2E;
	text-align:center;
	height: auto;
}

body, form, input, select, td
{

/*	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; */

	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

td
{
	padding: 0px;
	margin: 0px;
}


h1, h2
{
	margin:0px;
	font:15px/17px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 20px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}





p
{
	padding-left: 5px;
	padding-right: 5px;
}
.error
{
	font-weight: bold;
	color: #6B6B6B;
}
table
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
td
{
	padding: 0px;
	margin: 0px;
}
th
{
	font: 12px/12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}
.nowrap
{
	white-space:nowrap;
}
.bordered
{
	border: 1px solid #86BED0;
}

a:visited, a:link
{
	color: #000000;
	text-decoration: underline;
}







b,
.minibold, a.minibold:link, a.minibold:visited,
.minibold_dark, a.minibold_dark:link, a.minibold_dark:visited
{
	text-decoration: underline;
	font: 12px/15px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

.minibold, a.minibold:link, a.minibold:visited, 
.subminibold, a.subminibold:link, a.subminibold:visited
{
	color: #1B6279;
}

a.subminibold:link, a.subminibold:visited, .subminibold,
a.subminibold_dark:link, a.subminibold_dark:visited, .subminibold_dark
{
	text-decoration: underline;
	font: 10px/12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	padding-left: 5px;
}


a.minibold_dark:link, a.minibold_dark:visited, .minibold_dark,
a.subminibold_dark:link, a.subminibold_dark:visited, .subminibold_dark
{
	color: #2C7D95;
}




a:hover, a:active,
a:hover.thlink,
a:hover.minibold, a:hover.subminibold,
a:hover.subminibold_dark
{
	color: #125064;
}


-->
