@charset "iso-8859-1";
/* CSS Document */

body {margin:0px;}

#wrapper {
	margin: 0px;
	/*float: left;*/
	width: 100%;
	/*border: 1px solid #666;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 3px auto;
	border: 1px solid #566;
	border-top: medium solid #566;
	/*width: auto;*/
	max-width: 435px;
	padding: 0.3em;
}
#wrapper p, td p {
	font-size: 0.9em;	
}
#header {
	text-align: center;	
}

#loginform {
	
}
#loginform form{
	margin: 0 auto;
}

#loginform p, p {
	margin: 0;
	padding: 0;
	margin-top: 0.3em;
}

#navigation {
	margin-top: 10px;
}

#navigation ol li a{
		
}

img	{
	max-width: 100%;
}


a {
	text-decoration: none;
	color: #179ee5;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer{
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #566;
	color:#FFF;
	font-size: 0.9em;
}

h4 {
	margin: 0px;
	font-size: 1em;
}
input {
	font-size: 0.9em;
}
select, button {
	font-size: 0.8em;
}

h1, h2, h3, h4 {
	color: #444;
}

.makesmall, td p.makesmall {
	font-size: 0.9em;	
}
form p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*.required {
	background-image:url(images/required.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

span.required {
	height: 5px;
	width: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #E11E05;
}
*/

#topspacer {
	width: 100%;
	height: 10px;
	border-bottom: 4px solid #E11E05;
}
#spacer {
	width: 100%;
	height: 5px;
	border-bottom: 1px solid #E11E05;
	margin-bottom: 5px;
}
#backbutton {
	height: 19px;
}
.arrow {
	vertical-align: 25%;
}

