﻿/* Layout Stylesheet */ 
body{
	margin: 0;
	padding: 0 0 0 0; /* background:#808080; */
	background: #000000;
	color: #555555;

}	
 
 #page {
	width: 80%;
	margin: 0 auto;
	
	background-color: #000000;	
}

h1
{
	width: 100%;
}
 
	 
#lh-col{
 float: left;
 left:0;
 width:222px;
 background:#FEFF00;
 color: #333333;

 display: none;
 
 }
 
 .printRemind
 {
 	display: none;
 }

 #lh2-col{
 	float: left;
	left: 0;
	width: 222px;
	background-color: #000000;
	color: #FFFFFF;

	display: none;
	
}
 
 #lh2-col h1 {
 	background-color: #CCCCCC;
	color: #FFFFFF;
	width: 100%;
	text-align: center;

	display: none;
 }
 
 #lh2-col img 
 {
 	height: 150px;
 	width: 150px;
 	padding: 0 0 0 35px;

	display: none;
 }
 
#rh-col{
 float: right;
 right:0;
 width:222px;

 background:#FEFF00;
 color: #333333;

	display: none;
 }
 
 #rh2-col{
 	float: right;
	left: 0;
	width: 222px;
	background-color: #000000;
	color: #FFFFFF;

	display: none;
	
}
 
 #rh2-col h1 {
 	background-color: #CCCCCC;
	color: #FFFFFF;
	width: 100%;
	text-align:center;

	display: none;
 }
 
 #rh2-col img 
 {
 	height: 150px;
 	width: 150px;
 	padding: 0 0 0 35px;

	display: none;
 }

#c-block {
	width: 100%;
	
	background: #DCDCDC;
	color: #555555;
	height: 80%;
	margin: 0 0 0 20px;
	padding: 5px 5px 5px 5px;

	
}

#hdr{
 height:120px; 
 /* border-bottom:1px solid #000000; */ 
 width:80%; 
 background:#008000;
 color: #333333; 
margin: 0 auto;

	display: none;
  }
  
  .hdrLogo {
	margin: 0 0 10% 20%;

	display: none;
}

.hdrSideIMG {
	margin: 0 0 8px 0;

	display: none;
}

.btnClass
{
	display: none;
}

#c-col{
	margin: 0 0 0 0;
	
	background: #008000;
	color: #FEFF00;
	min-height: 400px;
	width: 90%;

	padding: 5px 5px 5px 5px;
}

#c-col a 
{
	color:Black;
	text-decoration: underline;

	display: none;
}

#c-col a:hover
{
	color:#FFFFFF;
	text-decoration: overline;	

	display: none;
}

/* Menu Left Col*/

#menu {
	float: left;
	width: 180px;

	display: none;
}

#menu ul {
	list-style: none;

	display: none;
}

#menu li {
	height: 5px;
	margin: 0 0 0 -25px;
	

	display: none;
}

#menu a {
	
	/* background-color: #CCCCCC; */
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12pt;
	color: #0100FF;

	display: none;
}

#menu a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: underline;
 /* border-top-color: #1A7196; */

	display: none;
}

#menu .active a {
	background: #FFA800;
 /* border-top-color: #E16629; */

	display: none;
}

#menu a b {
	text-decoration: underline;

	display: none;
}

/* Menu Right Col*/

#menuRT {
	float: right;
	width: 180px;

	display: none;
}

#menuRT ul {
	list-style: none;

	display: none;
}

#menuRT li {
	display: block;
	height: 5px;
	margin: 0 -5px 0 0;
	
	display: none;
}

#menuRT a {
	display: block;
	/* background-color: #CCCCCC; */
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12pt;
	color: #0100FF;

	display: none;
}

#menuRT a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: underline;
 /* border-top-color: #1A7196; */

	display: none;
}

#menuRT .active a {
	background: #FFA800;

	display: none;
}

#imageleft {
  float:left;
  padding-right:3px;
  padding-bottom:3px;
  margin-top: 5px;

	display: none;
  }
	
	
	#imageright {
	float: right;
	padding-left: 3px;
	margin-bottom: 3px;
	margin-top: 2px;

	display: none;
}


#ftr {
	width: 80%;
	height: 35px;
	border: solid #000000;
	border-width: 1px 0;
	background: Blue;
	color: #FFFFFF;
	margin: 0 auto;

	display: none;
}


fieldset {
	border-color: navy;
	border-style: double;
	border-width: thin;
	padding: 0 0 0 0;
}

legend {
	font-size: 12pt;
	font-weight: 200;
	color: #FF6347;
	background-color: #E6E6E6;

}