body {
	background-color: #FFFFFF;
	text: #FFFFFF;
		
	padding: 0px;
	margin: 20px;
		
	background-image: url(images/background_strip.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

p {
	text: green;
	padding: 15px;
	padding-top: 3px;
	padding-bottom: 0px;
	
	font-size: 110%;
	line-height:     	1.3em;
}

h1 {
	font-size: 200%;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	
}

h2 {
	font-size: 150%;
	text-align: center;
		
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 130%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	text-align: center;
		
}

h4 {
	font-size: 110%;
	padding: 0px;
	margin: 2px;
}

#box {
	width: 960px;

	border-width: 1px; 
	border-style: solid;
	border-color: gray; 
		
	background-color: #D5D2A0;
		
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
		
	border-top-color: green;
	border-top-width: 2px;
	border-top-style: dashed;
			
	border-right-color: green;
	border-right-width: 1px;
	border-right-style: none;
			
	border-left-color: green;
	border-left-width: 1px;
	border-left-style: none;
			
	border-bottom-color: green;
	border-bottom-width: 2px;
	border-bottom-style: none;
}

#content {
	width: 600px;
			
	border-style: none;
	border-color: green;
	border-width: 2px;
			
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	text-align: center;

	border-top-color: green;
	border-top-width: 2px;
	border-top-style: none;
			
	border-right-color: green;
	border-right-width: 1px;
	border-right-style: none;
			
	border-left-color: green;
	border-left-width: 1px;
	border-left-style: none;
			
	border-bottom-color: green;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
			
	padding: 7px;
	margin-bottom: 40px;
}

.menu {
	width: 230px;
}

.special {
	  border-top-color: green;
	  border-top-width: 2px;
	  border-top-style: none;
}
			

table {
	width: 960px;
		
	border-style: dashed;
	border-color: green;
	border-width: 2px;
		
	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
}

td {
	border-style: dashed;
	border-color: green;
	border-width: 2px;

	margin: 0px;
	padding: 0px;
}

li {
	font-size: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	
	list-style: none;

	border-top-color: green;
	border-top-width: 2px;
	border-top-style: dashed;
		
	border-right-color: green;
	border-right-width: 1px;
	border-right-style: none;
			
	border-left-color: green;
	border-left-width: 1px;
	border-left-style: none;
			
	border-bottom-color: green;
	border-bottom-width: 2px;
	border-bottom-style: none;

	
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	   color: #000000;
	   text-decoration: none;
}

a:hover {
	 color: #03703D;
	 text-decoration: none;
}	
