/* CSS Document */

		body
		{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	left: 0em;
	background-position: 0px;
	border: 0;
	top: 0em;
	background-color: #FFCC66;



		}
		
		#header
		{
	height: 20%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	left: 0em;
	top: 0em;
	right: 0em;
	bottom: 0em;
	border: 0 none;
	width: 100%;
	margin-top: 0em;



		}
		
		#gutter
		{
			float: left;
			width: 1%;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 67%;
			background-color: #FFCC66;
			margin-bottom: 10px;
			margin-left: 1%;
		}
		
		#col2
		{
			float: left;
			width: 148px;
			background-color: #FFCC66;
			margin-bottom: 10px;
		}
		
		#col3
		{
			float: left;
			width: 13%;
			margin-left: 1%;
			background-color: #FFCC66;
			margin-bottom: 10px;
		}
		
		#footer
		{
			clear: both;
			height: 50px;
			background-color: #666;
		}
		
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
   }
   a:link,  a:active, a:hover
{ 
  font : bold normal 100%/normal Arial, Helvetica, sans-serif;
	text-align : justify;
	vertical-align : baseline;
	word-spacing : normal;
	white-space : normal;
  text-decoration:underline;
  color:#0000FF;
  
}
a:active,a:visited, a:hover
{ 
   font : bold normal 100%/normal Arial, Helvetica, sans-serif;
	text-align : justify;
	vertical-align : baseline;
	word-spacing : normal;
	white-space : normal;
	text-decoration:underline;
  color:#000000;
}
    * a.menu {
	display : block;
	color : #000;
	padding : 7px;
	font-size : 21px;
	font-family : "Times New Roman", Times, serif;
	font-weight : bolder;
	text-decoration : underline;
	text-align : center;
	margin : 0px 5px;
	border : 1px solid #000;
	background-image :   url(Button1.gif);
	background-repeat : no-repeat;
	text-transform : capitalize;
	vertical-align : center;
	top : 18%;
	background-color : #ffffff;
	background-position : center center;
	font-variant: normal;
      }
    * a.menu:hover {
	display : block;
	color : #000;
	padding : 7px;
	font-size : 21px;
	font-family : "Times New Roman", Times, serif;
	font-weight : bolder;
	text-decoration : underline;
	text-align : center;
	margin : 5px;
	border : 1px solid #000;
	background-image :   url(Button2.gif);
	background-repeat : no-repeat;
	background-position : center center;
	background-color : #B9D8F0;
	font-variant: normal;
      }
	  a.menu:visited{
	  display : block;
	  	color : #0000FF;  
		padding : 7px;
	font-size : 21px;
	font-family : "Times New Roman", Times, serif;
	font-weight : bolder;
	text-decoration : underline;
	text-align : center;
	margin : 0px 5px;
	border : 1px solid #000;
	background-image :   url(Button1.gif);
	background-repeat : no-repeat;
	text-transform : capitalize;
	vertical-align : center;
	top : 18%;
	background-color : #ffffff;
	background-position : center center;
	font-variant: normal;
}
