/* SPCRS Style Sheet V3 - June 22---2004 */
	/* General Styles */
	img {
	border: none; 
   }

	html {
	margin: 0;
	padding: 0;
	border: 0;
	}

	body
	{
	margin: 0;
	padding: 0 0 20px;
	font-size: 75%; /*** This value is the "master control" for the page font sizing. ***/
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	text-align: center;
	color: #52666D;
	background: white url(images/shadowback.gif) repeat-y 50% 0;
	}

	p {
	line-height: 1.6em;
	margin: 10px 15px;
	padding: 0;
	}

	ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	}
	ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}
	li {
	margin: 0;
	padding: 0;
	}

	form  {
	margin: 0;
	padding: 0;
	font-size: .9em;
	}
	input {
	font-size: .9em;
	color: #191970;
	}
	select {
	margin-bottom: 7px;
	}
	
	h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'lucida grande', 'lucida sans unicode', times, verdana, lucida, arial, helvetica, serif;
	line-height: 1.6em;
	}

	h1 {
		font-size: 1.4em;
		margin: 0 10px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	
	h2 {
		font-size: 1.2em;
		margin: 0 10px;
		padding-top: 15px;
	}
	
	h3 {
		font-size: 1.1em;
		margin: 0 10px;
		padding: 15px 0 8px 0;
	}
	
	h4 {
		font-size: 1em;
		font-weight: normal;
		margin: 10px;
	}
	
	h5 {
		clear: both;
		font-size: 1em;
		margin: 0 10px;
		padding: 5px 0 0 0;
		border-bottom: 1px #b0bcc0 dotted; 
	}
	
	h6 {
		line-height: 1em;
		font-size: .8em;
		margin: 0 10px;
		padding: 5px 10px 10px 10px;
	}


	/* Main Structure - Index Page */

	#container	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/browncol.gif) repeat-y;
	}
	#container8	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/8col.gif) repeat-y;
	}
	#container7	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/7col.gif) repeat-y;
	}
	#container6	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/6col.gif) repeat-y;
	}
	#container4	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/4col.gif) repeat-y;
	}
	#container3	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/3col.gif) repeat-y;
	}
	#container2	{
	margin: 0 auto;
	width: 730px;
	text-align: left; /*** This value inherits to all children of #container. ***/
	border: 1px solid #A9A9A9;
	background: white url(images/2col.gif) repeat-y;
	}
	#topnav	{
	margin-left: 0;
	}

	#topnavnew	p {
	margin: 0;
	}

	 #topnav ul
	{
	background-color: #036;
	color: white;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	}
	
	#topnav ul li { display: inline; }
	
	#topnav ul li a {
	padding: 0.3em 3em;
	background-color: #036;
	color: white;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}
	
	#topnav ul li a:hover
	{
	background-color: #369;
	}
 	
	#mainnav
	{
	height: 25px;
	background-color: #008B8B;
	border-bottom: 1px solid black;
	}
	
	#masthead
	{
	background-color: black;
	clear: both;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}
	
	#mainnav2
	{
	float: left; 
	height: 300px;
	background-color: yellow;
	border-right: 1px solid black;
	width: 180px;
	}

	* html #mainnav2
	{
	width: 182px; /*** Value for IE5.x/win ***/
	w\idth: 180px;
	}
	#column1
	{
	float: left; 
	width: 130px;
	}

	* html #column1
	{
	width: 132px; /*** Value for IE5.x/win ***/
	w\idth: 130px;
	}

	#column1 p {
	margin: 0;
	}
	
	#column2
	{
	float: left; 
	background-color: white;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	width: 398px;
	}

	* html #column2
	{
	width: 400px; /*** Value for IE5.x/win ***/
	w\idth: 398px;
	}


	#column2 h1 {
	margin: 0;
	padding: 10px 20px 5px 20px;
	}

	#column2 h2 {
	margin: 0;
	padding: 10px 20px;
	}		

	#column2 p {
	margin: 5px 0px 10px 0px;
	padding: 5px 20px 5px 20px;
	}
	#column2	ul {
	margin: 0 10px 0px 40px;
	list-style-position: inside;
	}
	#column2	ol {
	margin: 0 10px 0px 40px;
	}
	
	#column3 {
	float: left; 
	background-color: white;
	width: 177px;
	}

	* html #column3
	{
	width: 179px; /*** Value for IE5.x/win ***/
	w\idth: 177px;
	}

	#column3 p {
	margin: 0;
	padding: 15px 15px 20px 15px;
	}

	#column3 img {
	padding: 15px 10px 2px 15px;
		}

	#column3 h3 {
	margin: 0;
	padding: 5px 15px;
	}		
	
	/* Far Right Menus Start */	

	#column3 ul
	{
	list-style: none;
	margin-left: .5em;
	}
	
	#column3 li { 	
	border-bottom: 1px solid gray;
	background: url(images/arrow_mainnav.gif) 0.4em 0.6em no-repeat;
	padding-left: 1.6em;
	}
	
	#column3 a	{
	display: block;
	color: black;
	background-color: white;
	width: 150px;
	padding: 5px 4px;
	text-decoration: none;
	font-weight: bold;
	}
	
	#column3 a:hover
	{
	background: url(images/menubackgrd2.jpg) repeat-y;
	color: #483D8B;
	text-decoration: underline;
	}	

	#active a:link, #active a:visited 
	{
	background: url(images/menubackgrd2.jpg) repeat-y;
	color: #483D8B;
	text-decoration: none;
	}	

	/* Far Right menus End */
	#column2sub
	{
	float: left; 
	background-color: white;
	width: 198px;
	}

	* html #column2sub
	{
	width: 200px; /*** Value for IE5.x/win ***/
	w\idth: 198px;
	}

	#column3sub ul {
	padding: 5px;
	list-style-type: none;
	}

	#bottomnav {
	text-align: center;
	clear: both;
	background-color: #FFEFD5;
	border-top: 1px solid black;
   padding: 5px 0px;
	}

	#copyrightnav	
	{
	background-color: white;
	}

	#copyrightnav p	
	{
	color: gray;
	font-size: .8em;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}

	#topnavnew {
	background-color: black;
	padding: 3px;
	text-indent: 10px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}

	#mainsubbox1, #mainsubbox2 {
	display: inline;  /*** This inline value mysteriously fixes a doubled margin bug in IE for floated boxes.***/
	margin: 0px 20px;
	background-color: white;
	border: 1px solid #A9A9A9;	
	width: 156px;
	}

	* html #mainsubbox1, * html #mainsubbox2
	{
	width: 158px; /*** Value for IE5.x/win ***/
	w\idth:156px;
	}

	#mainsubbox1 {
	float: left; 
	}

	#mainsubbox2 {
	float: right;
	}

 /*** These two rules have been changed to make the gray box center better. ***/

	#mainsubbox3 {
	margin: 0px 10px 10px 10px;
	background-color: #F0F8FF;
	border: 1px solid #A9A9A9;	
	}

	#mainsubbox3 p {
	color: gray;
	margin: 0px;
	padding: 5px 10px;
	}
	#mainsubbox4 {
	margin: 0px 10px 10px 10px;
	background-color: #FFE4B5;
	border: 1px solid #A9A9A9;	
	}

	#mainsubbox4 p {
	color: #708090;
	margin: 0px;
	padding: 5px 10px;
	}
	/* Links /
	***********************************************************/
	/* normal links */
	a:link {
		color: #483D8B;
		text-decoration: underline;
	}
	
	a:visited {
		color: #FF8C00;
		text-decoration: none;
	}
	
	a:hover {
		color: #008B8B;
		text-decoration: none; 
	}
	
	a:active {
		color: #b0bcc0;
		text-decoration: underline; 
	}

	/* bottomnav links */

	#bottomnav a, #bottomnav a:visited, #bottomnav a:link, #bottomnav a:active, #bottomnav a:hover {
		color: #483D8B;
		font-weight: normal;
		font-size: 10px;
		text-decoration: underline;
	}
	##bottomnav a:active, #bottomnav a:hover {
		font-weight: bold;
		color: #7B68EE;
		text-decoration: none; 
	}

	/* Form Tags  - used for password admin areas */
	#form2  {
	margin: 0 20px 10px 20px;
	padding: 0;
	color: #00008B;
	}
	/*****************************************/
	/* Special Tags */	
	.clear {	clear: both; }
	.greytext {	color: #708090; font-weight: bold; text-align: right; }