@charset "UTF-8";
/* CSS Document */




body

{ 
    margin: 0 auto;
	padding:0px ;
	background-image:url(Media/gui/Background.jpg);
	background-repeat:no-repeat;
	background-position: center top; 
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

body a:link {
	color: #81B73A;
}

body v:link {
	color: #81B73A;
}


#container

   {
   
   width:800px;
   min-height:800px;
   background-color:#FFFFFF;
   margin:0 auto;
   overflow:auto;
   background-color:#FFFFFF;
   
   }
   
   
#Header
   
      {
	     height:132px;
		 width:800px;
		 background-color:#000;
	   }
	   
#ContentArea
	   
	      {
		    min-height:500px;
			scroll:no;

		 }
	   
	   
#RightNav

   {
       width:270px;
	   min-height:300px;
	   background-color:#ffffff;
	   overflow:visible;
 
	   
	   
	}
	
#navigation {
	width:800px;
	height:100px;
	align:center;
	}
	
	
#MainContent
   
    {
	width:510px;
	background-color:#ffffff;
	padding: 5 5 5 5;
	min-height:300px;
	overflow:visible;
	background-position: top;	   
	   
	}
	
	
#MainContent2
   
    {
	width:760px;
	background-color:#ffffff;
	padding: 5;
	margin: 20px;
	min-height:500px;
	overflow:visible;
	background-position: top;	   
	}
	
#MainContent a:link {
	color: #81B73A;
}

#MainContent v:link {
	color: #81B73A;
}
	
#footer
	
	{
	      margin:0 auto;
		  width:800px;
		  height: 150px;
	      background-color:#000000;
		  
		  
		  
		  }
		  
#footer p
	
	{
	      background-color:#000000;
		  color: #81B73A;
		  font-size: 10px;
		  
		  }
		  
		  
#footer a:link
	
	{
	      background-color:#000000;
		  color: #81B73A;
		  font-size: 10px;
		  text-decoration:none;
		  
		  }
		  
#footer a:visited	
	{
	      background-color:#000000;
		  color: #81B73A;
		  font-size: 10px;
		  text-decoration:none;
		  
		  }
		  
#footer a:hover
	
	{
	      background-color:#000000;
		  color: #FFFFFF;
		  font-size: 10px;
		  text-decoration:underline;
		  
		  }


.subtext {
	font-size: 10px;
}	

.formTable {
	background-color:#D6D6D6;
	border: 2px solid #81B73A;
}	

.sampleTitle {
	color: #81B73A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
	   
	   
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 150px;
  width: 500px;
  /* Add scroll-bars */
  overflow: auto;
  background-color:#FFFFFF;
  border-bottom: 1px solid #81B73A;
}
ul.sc_menu {
  display: block;
  height: 125px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}	   



   
div.sc_menu2 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 150px;
  width: 500px;
  /* Add scroll-bars */
  overflow: auto;
  background-color:#ffffff;
}
ul.sc_menu2 {
  display: block;
  height: 125px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu2 li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu2 a {
  display: block;
  text-decoration: none;
}
.sc_menu2 span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000;
}

.sc_menu2 span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.sc_menu2 a:hover span {
  display: block;
}
.sc_menu2 img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu2 a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}
