/* structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1F7F9;
	margin: 0;
	padding: 0;
}
#main {
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gfx/background.png);
	background-repeat: repeat-y;
	border-bottom: 4px solid #90BFCF;
	border-top: 4px solid #90BFCF;
}
#left {
	float: left;
	width: 148px;
	background: #90BFCF;
}
#right {
	float: right;
	width: 148px;
	background: #90BFCF;
}
#center {
	width: 402px;
	float: left;
	background: white;
	padding: 4px;
}
div.padder {
	padding: 0 4px 4px 4px;
}
div.fix_floats, #footer {
	clear: both;
}
#news a {
	color:#104050;
}
#footer ul, #news {
	margin: 0px;
   padding: 4px;
   background: #90BFCF;
}
#footer ul li {
	display: inline;
	background: #D4E6ED;
	border: 1px solid #217F9F;
	-moz-border-radius: 4px;
}
#footer a {
	color: black;
	padding: 0 2px 0 2px;
}
/* links */
a {
	text-decoration: none;
	color:#217F9F;
}
a:hover {
	text-decoration: underline;
}
/* forms */
fieldset, input, legend, .result {
	border: 1px solid #217F9F;
	margin: 0;
  	-moz-border-radius: 6px;
}
fieldset, legend, .result {
	background: #D4E6ED;
}
label {
	width: 7em;
   float: left;
}
input {
	margin-bottom: 1px;
   padding: 1px;
}
input.victim {
	width: 183px;
}
input.submit { }
textarea.large {
	width: 402px;
   height: 20em;
}

/* misc */
div.result {
}
.caption {
	margin: 0px;
	color: #333333;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	background: #9EC7D5;
	margin: 0 0 4px 0;
	padding: 4px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0;
}
/* lists */
dl, fieldset {
	padding: 6px;
}
dt {
	font-weight: bold;
}
dt.separator {
	border-top: 3px double #217F9F;
	margin-top: 4px;
	padding-top: 4px;
}
dd {
	margin-left: 1em;
}
/* text */
p {
	margin-top: 0;
}
p.caption {
	font-size: 0.8em;
   width: 200px;
}
dl {
	margin-top: 0;
}
img.logo {
	margin-left: 34px;
	margin-bottom: 4px;
}
/* tables */
table.matrix {
	border: 1px solid black;
}
table.matrix td {
	padding-right: 2px;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}