/*
	 #FC6 mid gold
	 #FFC light gold
	 #C90 dark gold
	 #03C blue logo
	 #CFF ice blue
	 #006 dark blue
	 #765 brownish sepia
	 
	 #C00
	 FF6600
	 CCF
*/

#noncontentcontainer
{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	white-space: nowrap;
	text-align: center;
	border-color: #765;
	border-width: 0px;
	border-style: solid;
}

#navigation
{
	height: 200px;
/*	background-image: url(images/design/background-horz-line.gif);	*/
	background-repeat: repeat;
}

#subnavigation, #adminControls
{
	/*margin-bottom: 20px;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #006;
}

#adminControls
{
	text-align: right;
}

#navigation ul, #subnavigation ul, #adminControls ul
{
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li, #subnavigation ul li, #adminControls ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navigation ul li.selected
{
	font-weight: bold;
}

#subnavigation ul li, #adminControls ul li
{
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 1px;
	/*border-right: 1px solid #030;*/
}

#subnavigation li.last
{
	border: none;
}


#navigation img
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#navigation img.selected
{
	border-color: #C90;
}

#navigation a, #subnavigation a, #adminControls a
{
	color: #292a40;
	text-decoration: none;
}

#subnavigation a, #adminControls a
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#subnavigation div.item
{
	float: left;
	width: 160px;
	padding: 0px;
	margin: 5px;
	background-color: #EEE;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

#navigation a:hover, #subnavigation a:hover, #navigation a.selected, #subnavigation a.selected #adminControls a:hover, #adminControls a.selected
{
	color: #543;
	text-decoration: underline;
}

#navigation div.menutext
{
	position: absolute;
	display: inline;
	width: 130px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006;
}

#navigation div.menusubtext
{
	position: absolute;
	margin-top: 70px;
	display: inline;
	width: 130px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #039;
}

#boundingBox, #adminControls
{
	width: 90%;
	min-width: 820px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-color: #D90;
	border-width: 2px;
	border-style: solid;
}

#adminControls
{
	margin-top: 5px;
}


#minheight
{
	float: left;
	width: 1px;
	height: 240px;
}

#content th, #content td
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
}

#content a
{
	color: #292a40;
}

#content a:hover
{
	color: #432;
}

#content h3
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#content .fieldName
{
	  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content ul.navigation
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
}

#content ul.navigation li
{
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

a.selected
{
	font-weight: bold;
}

#linkbar
{
	height: 20px;
}

#linkbar, .controls
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-left: 0px;
	/*background-image: url(/images/design/background-horz-line.gif);
	background-repeat: repeat;*/
}

#linkbar a, a.controls
{
	color: #292a40;
	font-size: 75%;
	font-weight: bold;
	padding: 2px;
	padding-left: 30px;
	text-decoration: none;
}

a.controls
{
	padding-left: 0px;
}

#linkbar a:hover
{
	color: #543;
	text-decoration: underline;
}
#footer
{
	color: #0014CE;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 75%;
	text-align: center;
}