/* By www.weevers.net */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Colors used: 			*/
/* Purple:		#513086		*/
/* Dark grey: 	#575757		*/

body {
	font: 70%/1.33 Verdana, verdana, Geneva;
	color: #575757;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font: normal 180%/1.4em Verdana, verdana, Geneva;
	color: white;
	background: #513086 url(../img/h1bg.jpg) repeat-y;
	margin-bottom: .5em;
	padding: 0 .125em;
	letter-spacing: -1px;
	
}

h2 {
	font-size: 100%;
}

h3 {
	font-size: 120%;
	font-style: oblique;
	margin-bottom: .5em;
}

h4 {
	font-size: 110%;
	text-align: center;
	margin-bottom: .5em;
}

h4 a{
	color: #8772AB;
	font-weight: bold;
	text-decoration: none;
}

h4 a:hover{
	color: #513086;
	text-decoration: underline;
}

h5 {
	font-size: 110%;
	color: #ECE9F0;
	background: #513086 url(../img/h1bg.jpg) repeat-y;
	padding: 0.25em;
	text-align: center;
	margin:0;
}

h6 {
	font-size: 60%;
}

p.intro {
	font-size: 140%;
	font-weight: 600;
	font-style: italic;
	}
/* form */

form div {
	clear: both;
	color: #575757;
}

form div.note {
	margin: 2em 0;
	padding: 0.25em;
	background-color: #FDFDFD;
}

form div.fill input.text {
	background-color: #FDFDFD;
}

input {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #FDFDFD;
	color: #575757;
}

select {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #FDFDFD;
	color: #575757;
}

input.submit {
	margin-left: 12.5em;
}

label {
	display: block;
	float: left;
	width: 12.5em;
}

form input.text {
	margin: 0.1em;
	border: 1px solid #575757;
	background: #FDFDFD;
	color: #513086;
}

form div.footer {
	margin-top: 1em;
	padding: 1em .25em .25em 0;
}


input {
	color: #575757;
	border: 1px solid #575757;
	background-color: #ffffff;
}

input#text {
	border: 1px solid #575757;

}

input#button {
	border: 1px solid #575757;
}

textarea
{
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #513086;
	background-color: #ffffff;
	border: 1px solid #575757;
}
#footer {
	margin: 0.25em  0.25em 0.25em 20em; 
}	

