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-top: 11px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		
		margin-bottom: 11px;
}

h3 {
		font-size: 130%;
		padding: 0px;
		margin: 0px;
		margin-bottom: 8px;
		text-align: center;
		
}

h4 {
	font-size: 110%;
	padding: 0px;
	margin: 2px;
}

#box {
		border:1px solid gray; width: 960px;
		
		background-color: #D5D2A0;
		
		margin-right: auto;
		margin-left: auto;
		
		padding: 0px;
		
		background-image: url(images/background_top.jpg)%20backround-position%200px%200px);
		background-repeat: no-repeat
}

#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: dashed;
}

#content {
	width: 957px;
			
	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;
			
	margin: 0px;
	margin-bottom: 40px;
		
}

#topmenu  {
	width: 750px;
	font-size: 120%;

	border-style: none;
	border-color: green;
	border-width: 1px;
			
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#footer {
			text-align: center;

			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: dashed;
			
			padding: 7px;
			margin-bottom: 40px;
}

.text {
		width: 700px;
		
		border-style: dashed;
		border-color: green;
		brder-width: 1px;
		
		padding: 5px;
}

.text2 {
		width: 350px;
		
		border-style: none
}

.text3 {
		width: 700px;
		text-align: center;
		
		border-style: dashed;
		border-color: green;
		brder-width: 1px;
		
		padding: 5px;
}

.special {
			border-bottom-style: none;
			border-bottom-width: 2px;
			border-bottom-color: green;
}

table {
		width: 230px;
		
		border-top-color: green;
		border-top-width: 2px;
		border-top-style: none;
			
		border-right-color: green;
		border-right-width: 2px;
		border-right-style: none;
			
		border-left-color: green;
		border-left-width: 2px;
		border-left-style: none;
			
		border-bottom-color: green;
		border-bottom-width: 2px;
		border-bottom-style: none;
		
		
		border-collapse: collapse;
	
}

td {
	border-top-color: green;
	border-top-width: 2px;
	border-top-style: none;
			
	border-right-color: green;
	border-right-width: 2px;
	border-right-style: none;
			
	border-left-color: green;
	border-left-width: 2px;
	border-left-style: none;
			
	border-bottom-color: green;
	border-bottom-width: 2px;
	border-bottom-style: none;
}

li {
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
	list-style: square;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	   color: #000000;
	   text-decoration: none;
}

a:hover {
	 color: #03703D;
	 text-decoration: none;
}	

