@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

body {
	background-image: url(/media/images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 980px;
	font-family: Arial,Tahoma;
	color: #414042;
	font-size: 12px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

img {
	margin: 0;
}



input,select,textarea {
	border: 1px solid #000;

	margin:0 20px 0 20px;
	vertical-align:middle;
}
input
{
	height: 1.5em;
	

}
input.error
{
	border-color:red;
}
button
{
	cursor:pointer;
	height:2em;
	width:8em;
}
label {
	display: inline-block;
	font-weight:bold;
	font-size:12px;
	text-align: left;
	width: 120px;
}

input:hover,button:hover,input:focus,button:focus,select:hover,textarea:hover,select:focus,textarea:focus{
	background-color: #ffffff;	
	
	border-color:#fb9b00;
}

h1 {
	color: #fb9b00;
	margin: 0 0 0 20px;
	font-size:160%;
}

h2 {
	color: #0493b4;		
	padding:5px 0 0 35px;
	margin:10px 21px;
	
	font-size: 150%;
	height: 33px;
	background-repeat: no-repeat;
}

h3 {
	
	margin: 10px 0 0 21px;
	font-size:120%;
}

h4 {
	color:#414042;
	margin:20px 0 0 20px;
	font-size:110%;
}

p {
	
	padding: 0 21px;
	text-align: justify;
	line-height:1.6em;
	margin-bottom:1em;
}

ul
{
	color:#404142;
	margin:0 2em 0 40px;
	line-height:1.4em;
}

ol
{
	margin:2em 30px;
	line-height:1.4em;
	text-align:justify;
}

a {
	color:#0493b4;
	text-decoration:none;
}

a:hover{
	color:#0493b4;
	text-decoration:underline;
}


.hideable_toggle {
    float:right;
	margin-right: 4px;
	width: auto;
	display:block;	
}

.hideable_toggle a{   
	padding-left: 5px; padding-right:5px;
	padding-top: 2px; padding-bottom:2px;

	text-decoration: none;
	color: #555555;	
	border: 1px solid #cccccc;
}
.hideable_toggle a:hover{   
	_text-decoration: underline;
	border-color: #444444;
	color: #444444;	
}

.hideable_hidden {
/* be sure to eliminate all possible styles... */

	margin:0px;
	padding:0px;
	border:none;
	background:none;
	float:left;
	width: 100%;
}

.errorMessage {	
	margin:0 5em;
	padding:1em;
	background-color:#FFEBE8;
	border:solid thin red;
}