body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 15px 0px;
	padding: 0;
}
#container {
	margin: 0px auto;
	width: 717px;
}
iframe {
	border: none;
}
pre {
	white-space: pre-wrap;
}
table {
	border-collapse: collapse
}
table td {
	padding: 5px;
	margin: 0;
}
table th {
	font-weight: bold;
	text-align: left;
}

a{
	text-decoration:underline;
	color:#28556b;
}
a:hover{
	text-decoration:none;
	color:#c77e0c;
}


/********************** Header ***************************/
#header {
	margin: 0px;
	width:717px;
	position:relative;
}
#header #banner {
	background-image: url(../images/header-new2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 250px;
}
#header ul{
	background-color:#85a157;
	width: 711px;
	border: 3px solid #FFFFFF;
	display: block;
	margin: 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo {
	position:absolute;	
	top: 24px;
	left: 40px;	
	font-size: 28px;
	font-style: italic;
	color:#FFFFFF;
}
#slogan {
	position: absolute;	
	top: 20px;
	right: 40px;
	font-size: 17px;
	font-style: italic;
	color: #E6F1D9;	
}
#slogan a{
	text-decoration:none;
	color:#28556b;
}
#slogan a:hover{
	text-decoration:underline;
	color:white;
}

/********************** Content ***************************/

#content {
	width:717px;	
	background-image:url(../images/content_bg.gif);
	padding-top: 1px; /* fixes strange glitch with shifted background */
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 10px 0px;
}
h2{
	color:#85a157;
	font-size:14px;
	margin: 10px 0px 15px 0px;
}
#page {
	margin: 10px 30px;
}

td.left {
	padding-right: 20px;
	vertical-align: top;
}

td.right {
	padding-left: 20px;	
	border-left: 3px solid white;
	vertical-align: top;
}

.required {
	font-size: smaller;
	color: red;
}

.optional {
	font-size: smaller;
}

#hint {
	margin-top: 1em;
	text-align: center;
	font-size: 0.8em;
}

#hint-content {
	font-size: 0.8em;
	margin: 0 auto;
	width: 400px;
}

pre.code, div.code {
	font-family: monospace;
	white-space: pre-wrap;
	width: 100%;
	overflow: auto;
}

.quote {
	font-style: italic;
}

.box {
	border: 1px #dddddd solid;
}

#applet {
	text-align: center;
}

#applet applet, #applet object {
	border: 1px #dddddd solid;
}

.demobutton a {
	display: block;
	width: 260px;
	height: 50px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: center;
	font-size: 18px;
	background-image: url('../images/button-demo.png');
	background-repeat: no-repeat;
	color: #CBE2A4;
	text-decoration: none;
}

.demobutton a:hover {
	color: white;
	text-decoration: underline;
}

.diagnosisgraph {
	float: right;
	margin: 0 0 5px 5px;
}

.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

.message {
	font-weight: bold;
	text-align: center;
}

img.sideimage {
	float: right;
	margin: 0 0 5px 5px;
}

.long {
	width: 400px;
}

.short {
	width: 200px;
}

.fullwidth {
	width: 100%;
}

.debug {
	font-weight: bold;
	color: red;
}

/********************** Components ***************************/

.button {
	display: inline;
}
.button a {
	padding: 0.5em 1em;
	display: inline-block;
	border: 1px #dddddd solid;
	border-radius: 10px;
	text-align: center;
	background-color: #f0f1ff;
}
.button a:hover {
	color: #535353;
	background-color: #e6e7ff;
}

table.prettytable {
    margin: 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em 0.4em;
}
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.prettytable caption {
    font-weight: bold;
}


/********************** Footer ***************************/

#footerline {
clear:both;
background-image:url(../images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}
