/*Standard Elements*/

* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	color:#000;
	font:.8em/1.5em Verdana,Arial,Helvetica,sans-serif;
}

a {
	color:#000;
	text-decoration:underline;
}

h1, h2, h3 {
	margin-top:1em;
	line-height:150%;
}

h1 {
	color:#000;				
	font-size:2.5em;
	font-weight:normal;
	margin-bottom:0;
	margin-top:.5em;
}

h2 {
	color:#ff0000;
	font-size:1.5em;
	margin-top:0;
	margin-bottom:1em;
	font-weight:normal;
}

h3 {
	color:#000;
	font-size:1.5em;
	margin-top:1.25em;
	margin-bottom:.5em;
	font-weight:normal;
}

p {
	margin-bottom:1em;
}

ul {
	margin-left:1.75em;
	margin-bottom:1em;
	list-style-type:square;
}

p + ul, h2 + ul {
	margin-top:-.5em;
}

/*Forms*/

label {
	display:block;
	width:8em;
	float:left;
	font-weight:bold;
}

sup.required {
	color:red;
	margin-left:1ex;
	font-size:85%;
}

.error {
	border:1px dotted #ff0000;
	padding:.25em;
}

/*Divs*/

#navigation,#foot,#header {
	display:none;
}

#header_print {
	margin-bottom:2em;
}

/* Page-specific Settings */

.picRight {
	float:right;
	margin-left:.5em;
}

