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: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	font-size: 110%;
	line-height:     	1.3em;
}

h1 {
		font-size: 200%;
		text-align: left;
		margin: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 0px;
		padding-left: 200px;
	
}

h2 {
		font-size: 150%;
		text-align: center;
		
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		margin-top: 5px;
		margin-bottom: 11px;
}

h3 {
		font-size: 140%;
		padding: 0px;
		margin: 0px;
		margin-top: 0px;
		text-align: center;
		
}

h4 {
	font-size: 110%;
	padding: 0px;
	margin: 2px;
}

#box1 {
		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: none;
}

#textheader {
				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 {
			font-size: 110%;
			
			border-color: green;
			border-width: 2px;
			border-style: none;
			
			margin: 0px;
			padding: 10px;
		padding-top: 0px;
		
}

#question {
			

			border-color: green;
			border-style: none;
			border-width: 1px;
		
			margin-left: 50px;
		margin-bottom: 20px;
			
}

#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: 0px;
			margin-bottom: 40px;
}

.special {
		text-align: left;
	font-size: 110%;

	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;

			border-top-style: none;
			border-top-color: green;
			border-top: width: 2px;
			
			border-left-style: none;
			border-left-width: 2px;
			border-left-color: green;
			
			border-right-width: 2px;
			border-right-color: green;
			border-right-style: none;
			
			border-bottom-style: dashed;
			border-bottom-width: 2px;
			border-bottom-color: green;
}



.menu {
	width: 100%;
	text-align: left;
	font-size: 110%;

	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	margin: 0px;	

	margin-bottom: 420px;

	border-top-style: none;
	border-top-color: green;
	border-top: width: 2px;
			
	border-left-style: none;
	border-left-width: 2px;
	border-left-color: green;
			
	border-right-width: 2px;
	border-right-color: green;
	border-right-style: none;
			
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-bottom-color: green;

	border-collapse: collapse;
}

.main {
	width: 960px;

	padding: 0px;
	margin: 0px;

	
}


table {
		width: 620px;
		
		border-color: green;
		border-style: dashed;
		border-width: 2px;
		
		border-collapse: collapse;
		
		margin: 0px;
		margin-left: 20px;
		
		padding: 10px;
}

td {
	border-color: green;
	border-width: 2px;
	border-style: dashed;

	margin: 0px;
	padding: 3px;
	padding-left: 5px;
}

.list {
		list-style: square;
		
		margin-left: 20px;
}

.list2 {
		width: 500px;
		
		border-style: none;
		brder-color: green;
		border-width: 2px;
		
		margin-left: 140px;
		
		list-style-type: none;
}

li {
	

	font-size: 140%;
	
	list-style-type: disc;
	
	
	border-color: white;
	border-style: none;
	border-width: 1px;

	margin: 0px;
	padding: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	   color: #000000;
	   text-decoration: none;
}

a:hover {
	 color: #03703D;
	 text-decoration: none;
}	
