﻿* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #09aceb;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	height: 100%
}

#page {
	width: 800px;
	margin: 0 auto;
	background: #fff200;
}

#middle {
	width: 100%;
	background: #fff200 url(/img/bigbg.jpg);
}

#head {
	background: url(/img/head_bg.gif) repeat-x;
	text-align: center;
	height: 176px;
	width: 100%;
}

#content {
	float: right;
	width: 597px;
	padding-right: 1px;
}

#content div.topic {
	width: 597;
	color: #983332;
	font-size: 26px;
	height: 34px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 200px;
	line-height: 0;
}

#sidebar div {
	width: 198px;
	height: 20px;
	background: url(/img/menu_item_bg1.gif);
	font-size: 1.1em;
	padding-top: 18px;
	text-align: center;
}



#sidebar a {
	color: #983332;
	font-family: 	"Trebuchet MS",Arial,Helvetica,sans-serif; font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: red;
}


#infobox {
	clear: both;
	background: url(/img/info_box.gif);
	height: 101px;
	width: 798px;
	margin: 0px auto;
	line-height: 15px;
	text-align: left;
}

#infobox div {
	float: left;
	padding-top: 10px;
	margin-left: 160px;
}

#footer {
	background: #09aceb url(/img/footer_bg.gif) repeat-x;
	margin: 0px auto; clear: both; width: 100%; text-align: center; padding-top: 10px;
	font-size: 10px;
}

#box {
	width: 577px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	color: black;
}
#box h1 {
	color: #983332;
	font-size: 19px;
	display: block;
	width: 100%;
	font-weight: 300;
}
#box img {
	border: 2px solid #983332;
	float: left;
	margin-right: 10px;
}

#box hr.cl {
	display:  block;  clear:  left;  margin:  -0.66em  0; height: 10px; visibility:  hidden;
}
#box hr {
	width: 420px;
	text-align: right;
}



ul.actions {
	margin-right: 40px;
	text-align: right;
	list-style: none;
	margin-bottom: 20px;
}

table { 
	width: 100%; 
	color: #983332;
}

.actions a {
	color: #3D8CCC;
}


td { 
	text-align: center;
	border-left: 1px solid gray; 
	border-bottom: 1px solid gray;
}

label {
display: block;
float:left;
width: 140px;
font-size: 14px;
padding-right: 20px;
}

h2 {
	color: #983332;
}

.optional {
	color: #983332;
}
