body {
	margin:0px;
	padding:0px;
    font-family: "Trebuchet MS";
	font-size: 12px;
    color: #4F5155;
}

a:link,a:active,a:visited {
	color: #559000;
}

a:hover {
	color: #004b90;
}

#headerContainer ul li a:link,a:active,a:visited {
	color:#559000;
	text-decoration:none;
	padding:2px;
}
#headerContainer ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	padding:2px;
	background-color:#709000;
}

h1,h2,h3,h4,h5 {
	
}

h1 {
	font-size: 18px; 
	color: #559000;
	margin: 5px 0 0 10px;
	padding: 0px
}

/* STRUCHURE INFORMATION */
#master {
	width:620px;
	margin: 0 auto;
	border: 1px solid #c5c5c5;
}

#headerContainer {
	width: 620px;
	height: 73px;
	background-image: url(/images/header_bg.jpg);
	border-bottom: 1px solid #dfdfdf;	
}

#headerContainer ul {
	margin-left: 10px;
}
#headerContainer ul li {
	list-style-type: none;
	display: inline;
	padding:0 10px 0 0;
}
#mainContainer {
	margin: 10px;
}
#log-info {
	float:right;
	margin: 5px;
	font-weight:bold;
}

#bad {
	background-image: url(/images/dialog-warning.png);
  	background-repeat: no-repeat;
  	background-position: 5px 3px;
	background-color: #ffb6b6;
	border: 1px solid #5c1b1b;
}

#good {
	background-image: url(/images/applications-system.png);
  	background-repeat: no-repeat;
  	background-position: 5px 3px;
	background-color: #b6e4ff;
	border: 1px solid #1b3e5c;
}

.alerts {
	padding: 3px;
	margin:15px auto;
	width: 540px;
}
.alerts ul {
	margin: 0 0 0 24px;
	padding: 0px;
}
.alerts ul li {
	list-style-type: none;
	display: inline;
}

dl dd {
	margin-bottom: 20px
}
dl dt {
	font-size: 16px;
	font-weight:bold;
}

dl #help {
	background-image: url(/images/help-browser.png);
  	background-repeat: no-repeat;
  	background-position: 0px 3px;
  	padding-left: 20px;
}
dl #email {
	background-image: url(/images/internet-mail.png);
  	background-repeat: no-repeat;
  	background-position: 0px 3px;
  	padding-left: 20px;
}
dl #settings {
	background-image: url(/images/preferences-system.png);
  	background-repeat: no-repeat;
  	background-position: 0px 3px;
  	padding-left: 20px;
}

form {
	width:440px;
	margin: 15px 0 0 15px;
}
form div {
  clear: both;
  padding-top: 2px;
}
form fieldset {
	border-color: #8f8f8f;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}
form div input {
	width: 165px;
}
form div textarea {
	width: 240px;
	height: 150px;
}
form div label {
  float: left;
  width: 130px;
  padding-right: 5px;
  text-align: right;
}


