﻿body {
	margin: 0;
	padding: 0;
	background: #E9DFD1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #5F492E;
	text-align: left;
}
a {
	color: #0000FF;
	text-decoration: none;
	background-color: #E9DFD1;
}

}

a:link {
	color: #0000FF;
	text-decoration: none;
	background-color: #E9DFD1;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
	background-color: #E9DFD1;
}
a:active {
	color: #0000FF;
	text-decoration: none;
	background-color: #E9DFD1;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
}

.header {
	font-size: xx-large;
	width: 99%;
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #5F492E;
	background-color: #E9DFD1;
}
.subheader {
	font-size: large;
	width: 99%;
	position: relative;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #5F492E;
}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}


blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background:#E9DFD1 	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select {
	font-size: medium;
}

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

/*** Form **/
form {
font-size: 1em;

width: 400px; 
background: #E9DFD1; border: 4px solid #fff;
margin: 10px auto;
margin-top: 30px;

}
fieldset {

padding: 3px;
border: 1px solid #000;
border-width: 0;
}
legend {

font-size: 1.2em;
padding: 4px;
margin-bottom: 4px;
color: #000;
}
fieldset.minor {
padding: 3px;
border: 1px solid #bbb;
}

fieldset.minor legend {
	font-style: italic;
	padding: 2px;
	font-size: .9em;
	background-color: #E9DFD1;
}
textarea { width: 90%;}

/* Explanation */
div#explanation {
font-size: 1.2em;
border: 1px solid #999;
padding: 1em;
width: 500px; margin: 20px auto;
}

#footer, #header { text-align: center;}
.tablestyle {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: center;
	width: 90px;
	position: relative;
}
.cellstyle {
	padding: 15px;
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
	width: 90%;
	font-size: medium;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.tablediv {
	text-align: center;
	position: relative;
	float: right;
	width: 80%;
}
.validate {
	text-align: center;
	width: 99%;
}

