body {
	margin: 0;
	padding: 0;
	color: #666666;	
	text-align: center;
	font: 90% verdana, arial, helvetica, sans-serif;
	background-color: black;
		
}
table {border-collapse: collapse;}
#container{
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
div#header {
	margin: 0; 
	padding: 0;
	width: 750px;
	height: 120px;
	background: #FFFFFF url(/images/bannertest_small.png) no-repeat bottom center;
}

#header h1 {
	margin:0;
	display: none;
}
#footer h1 {
	margin: 0;
	display: none;
}
/* start nav */
 #navcontainer
{
margin: 0;
padding: 0;
background-color: #EAE9E4;
width: 100%;
float: left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer LI.curpage {
	padding: 2px 10px;
	background-color: #993333;
	font-weight: bold;
	color: #fff;
	/*
border-left: 1px solid #fff;
border-top: 1px solid #fff;
*/
border-right: 1px solid #666666;

	
}
#navcontainer A
{
color: #666666;
display: block;
width: auto;
text-decoration: none;
font-weight: bold;
background: #EAE9E4;
margin: 0;
padding: 2px 10px;
/*
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
*/
border-right: 1px solid #666666;
}

#navcontainer A:hover, #navcontainer A:active { 
	background: #666666; 
	color: white;
	font-weight: bold;
}

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
/* end nav */


#content {	
	clear: both;
	padding: 10px;
	background-color: #FFF;
	margin: 0;
	line-height: 1.5em;
}
#content a:link {
	color: #993333;
}
#content a:visited {
	color:#993333;
}
#content a:hover {
	font-style: italic;
}
#footer a:link {
	color: #EAE9E4;}
#footer a:visited {
	color:#EAE9E4;
}
#footer a:hover {
	font-style: italic;
}
.first {
	margin-top: 0;
}

#nav a:hover {
	background-color:#EAE9E4; color: #333;
	border-color: #000 #CCC #CCC #000;
}
/* Comented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;} /* End IE5-Mac hack */

#footer {
	margin: 0px;
	background-color: #AB070D;
	text-align: center;
	font-weight: bold;
	color: white;
	padding: 5px;
	border-top: 10px solid #666666;
	clear: both;
}

.noMargin {
	margin: 0px;	
}


/* more form styles */

table.frmTable {
	margin: 30px auto;
	width: 70%;
	border: 1px solid #666;
	border-collapse: collapse;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.frmTable td {
	border: 1px solid #666;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 3px;
}

.labelCell {
	 background-color: #EAE9E4;;
	 padding-right: 10px;
	 color: #666;
	 text-align: right;
	 width: 200px;
}
.labelCellNoColor {
	padding-right: 10px;
	text-align: right;
}
table.frmTable td.headerCell {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 5px;
	background-color: #AB070D;
	color: #FFF;
}
.labelCellReqd {
	background-color: #EAE9E4;;
	padding-right: 10px;
	color: #CC0000;
	font-weight: bold;
	text-align: right;
	width: 200px;	
}
.fieldCell {
	 padding-left: 10px;
	 color: #333333;
}
.btn {
	background-color: #EAE9E4;	
	border: 2px outset #666;
	font-weight: bold;
	color: #CC0000;
}

/**error style **/
#errMsg
{
  width: 65%;
  color: red;
  border: 2px solid red;
  margin: 15px auto;
  padding: 10px;
}

#errMsg td {padding: 10px;}
#errMsg ul.err {list-style-image: none; list-style-type: disc;}


/** end error style **/

/*simple table layout style*/
table.dataTable {
	border-top:	1px solid gray;
	border-left: 1px solid gray;
	border-collapse: collapse;
	width: 70%;
	margin-top: 15px;
}
table.dataTable th, table.dataTable td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;	
	vertical-align: top;
	padding: 3px;
}
table.dataTable th {text-align: center;}
table.dataTable td {
	font-family: Arial, Verdana, sans-serif;
	font-size: small;	
}
table.dataTable td.headerCell {
	font-weight: bold;
	font-size: 	large;
	text-align: center;
	color: #993333;
}
/*end table layout style*/
.center {
	text-align: center;
}

/* Logged in Style */

div #loggedIn {
	border-left: 2px solid #993333;
	border-bottom: 2px solid #993333;
	background-color: #EAE9E4;
	padding: 0 0 0 5px;
	float: right;	
	margin-top: -10px;	
	margin-right: -10px;
	font-size: 80%;
}

/* End Logged in Style */

div.message {
	width: 60%;
	margin: 20px auto;
	padding: 10px;
	background-color: #EAE9E4;
	border: 2px solid #993333; 
}
/* breadcrumbs */
.sectionTitle {
	margin-bottom: 10px;
}

/* hilite box used to set a list in an attractive box floated left */
#hilite {
	float: right;
	border: 2px solid #993333;
	margin: 0 0px 5px 5px;
	width: 200px;
}
#hilite .btn {
	margin: 0 auto;
	display:block;
}
#hilite p#hiliteHead {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #993333;
	margin: 0;
	padding: 0px 2px;
		
}
#hilite p#hiliteList {
	margin: 5px;
}