body
{
	text-align: center;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	/*min-width:800px;*/
	background: #8f1a1c; /* repeat; = default */

}

h1
{ font-size: 12px;text-transform: uppercase; font-weight: bold;margin-left: 10px; margin-right: 10px; /* we mirror HTML title with h1, where possible for search engines, etc.  this is a summary of the page content*/
}

h2 { font-size: 12px; font-weight: bold; }
h3 { }
h4 { }
h5 { }
h6 { }
hr { }
input, textarea, select { }
p  { text-indent: 25px; }
table, tbody, tr, td {
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

div#wrapper
{
	width: 600px;
	margin: 0 auto;
	text-align: left;
	
	padding:0px;
	float: none;
	clear: both;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

div#header1
{
	/* FOR FLASH MOVIE HEADER
	margin-left: auto;
	margin-right: auto;	
	padding:0px;
	color: #99999;
	text-align: center;	*/
}
div#header2
{
	width:650px;
	height:168px;
	/*margin-left: auto;
	margin-right: auto;*/		
	background-image: url(/images/skin/header1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding:0px;
	color: #999999;
	float: left;
	text-align: center;
}
div#midsection
{
	width: 650px;
	
	background: #ffffff;
	
	float: none;
	clear: both;

}

div#leftColumn
{
	background-image: url(/images/skin/hlh_leftcolumn.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	margin-left: 0px;
	width: 100px;
	font-size: 11px;
	line-height: 1.5em; 
	clear: both;
	float: left;
	text-align: left;
}

div.navCellMain { margin-left: 9px; }
div.navCellMainActive { /* background: #003366; */ margin-left: 9px; font-weight: bold; }
div.navCellSub { margin-left: 24px; }
div.navCellSubActive { /*background: #003366; */ margin-left: 24px; font-weight: bold; } /*text-transform: uppercase; */

#navlist li { list-style-type: square; }

div#centreColumn
{
	/*background: #000000;*/
	width: 520px;
	margin-left: 10px;
	/*clear: both;*/
	float: left;
	text-align: left;
}

div#headline
{
	background: #663300; /*margin-left: 4px;*/ text-transform: uppercase; font-weight: bold;/*font-size: 12px;*/ 
	padding:2px 5px 1px 1px;
	/*width: 215px;*/
	/*margin-left: 10px;
	margin-right: 10px;*/
	clear: both;
	/*float: left;*/
	
}
.error_blue { background: #87CEFA; color: #000000;text-indent: 12px; }
.error_green { background: #90EE90; color: #000000;text-indent: 12px; }
.error_yellow { background: #FFFF00; color: #000000;text-indent: 12px; }
.error_red { background: #FA8072; color: #000000;text-indent: 12px; } /*FF0000 font-weight: bold; */
.bad_uservalue { background: #FA8072; color: #000000; }

div#content
{
	/*background: #000000;*/
	/*width: 215px;*/
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	/*float: left;*/
}
div#rightColumn
{
	/*width: 350px;*/
	/*background: #000000;*/
	margin-left: 0px;
	clear: both;
	float: left;
	text-align: left;
}

div#footer
{
	/*background: #000000;
	margin-left: auto;
	margin-right: auto;*/		
	padding:0px;
	font-size: 10px;
	color: #999999;
	float: none;
	clear: both;
	text-align: center;
}

a:link
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #99cccc;
}
a:visited
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: underline;
	color: #99cccc;
}
a:hover
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #99cccc;
	background: #FF9900;
}

div#leftColumn a:link
{
	text-decoration: none;
	color: #333;
}
div#leftColumn a:visited
{
	text-decoration: none;
	color: #333;
}
div#leftColumn a:hover
{
	text-decoration: none;
	color: #333;
}

/**** site-specific ****/
/* ...for form, fieldset, textarea, select, input, etc */
.blue {background: #003366;}
.brown {background: #663300;}
.grey {color: #7f7f7f;font-weight: bold; }

.projectmenuwrap {width: 500; clear: both;}
.projectmenu100 {width: 100px; border-width: 1px; border-style: solid; border-color: #001F49; margin-right: 10px; float: left;}
.thumbmenu80 {width: 80px; height: 80px; border-width: 1px; border-style: none; border-color: #001F49; margin-right: 10px; float: left;}
.projectmenu70 {width: 70px; border-width: 1px; border-style: solid; border-color: #001F49; margin-right: 10px; float: left;}
.projectmenu70nobord {width: 70px; height: 80px; border-width: 0px; border-style: none; border-color: #001F49; margin-right: 10px; float: left;}
.projectmenu400 {width: 400px;}
.rightalign {width: 510px;text-align: right;padding:10px;}
