@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 62.5%;
}
#header {
	text-align: center;
	width: 760px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
}
#header p{
	margin:0;
}
#header ul{
	margin: 0;
	padding: 2px 0;
}
#header li{
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
}
#header a:link{
	color: #FFF;
	text-decoration: none;
}
#header a:visited{
	color: #FFF;
	text-decoration: none;
}
#header a:hover{
	color: #FFCECE;
}
#content {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #000;
	background-image: url(images/tomatosphere-logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
}
#left{
	float: left;
	width: 509px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: dotted 1px #CCC;
}
#left h1{
	margin: 0;
	color: #C40000;
	font-size: 2em;
	text-transform: capitalize;
}
#left h2{
	font-size: 1.3em;
	color: #C40000;
	margin-top: 14px;
	margin-bottom: 0;
	line-height: 1.4em;
}
#left h3{
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: -12px;
	line-height: 1.4em;
}
#left p{
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
}

#left p.small{
	margin-bottom: 0;
	margin-top: 0px;
	font-size: 1.06em;
	text-align: justify;
}
#left p.cutline{
	margin-top: 6px;
	font-size: 1.1em;
	margin-bottom: 24px;
}
#left p.center{
	text-align: center;
}
#left p.big{
	font-size: 1.6em;
	text-align: left;
	margin-top: 16px;
}
#left .red{
	color: #C40000;
}
#left .red a:link{
	color: #660000;
}
#left .red a:visited{
	color: #660000;
}
#left ol{
	margin-bottom: 0;
	margin-top: 12px;
}
#left ol li{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 12px;
}
#left ol li ul li{
	margin: 0;
	font-size: 1em;
	list-style-type: disc;
}
#left ul{
	margin-bottom: 0px;
	margin-top: 12px;
}
#left ul li{
	font-size: 1.2em;
	line-height: 1.4em;
}
#left ul li ul li{
	font-size: 1em;
}
#left dl{
	margin: 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#left dt{
	margin-top: 12px;
	font-weight: bold;
}
#left dd{
	margin: 0;
	text-align: justify;
}
#left a:link{
	color: #C40000;
	text-decoration: none;
}
#left a:visited{
	color: #C40000;
	text-decoration: none;
}
#left a:hover{
	text-decoration: underline;
}
#left img{
	border:none;
}
#left img.floatright{
	margin-left: 10px;
}
#left table {
	margin-top: 14px;
	width: 509px;
}
#left th {
	background-color: #CCC;
	padding: 3px;
}
#left td {
	border-bottom: solid 1px #CCC;
	padding: 3px;
	vertical-align: top;
}
#left td.greybg {
	background-color: #EAEAEA;
	text-align: center;
}
#left table.images{
	border:none;
	margin-top: 10px;
}
#left table.images td{
	padding: 0;
	border-bottom:none;
	padding-top:5px;
}
#sponsors p{
	font-size: 1.1em;
}
#sponsors a{
	color: #666;
	text-decoration: none;
}
#sponsors a:hover{
	text-decoration: underline;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-top: dotted 1px #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#right{
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom: 114px;
}
#right p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 12px;
	margin-bottom: 0px;
}
#right a:link{
	color: #C40000;
	text-decoration: none;
}
#right a:visited{
	color: #C40000;
	text-decoration: none;
}
#right a:hover{
	text-decoration: underline;
}
#right img{
	border:none;
}
#right div{
	border: 1px solid #000;
	background-color: #EAEAEA;
	text-align: left;
	margin-bottom: 14px;
}
#right div h2{
	font-size: 1.2em;
	background-color: #C40001;
	color: #FFF;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-bottom: solid 2px #660000;
	border-right: solid 2px #660000;
	border-top: solid 2px #FF3C3C;
	border-left: solid 2px #FF4646;
}
#right div ul{
	margin: 0;
	padding: 0;
}
#right div li{
	border-bottom: solid 1px #CCC;
	font-size: 1.2em;
	padding: 3px 5px;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type:none;
	border-top: solid 1px #EAEAEA;
	border-left: solid 5px #CCC;
	cursor:pointer;
}
#right div small.box{
	font-size: 0.6em;
	background-color: #C40001;
	border: 1px solid #660000;
	color: #FFF;
	padding: 1px 2px;
	float: left;
	margin-top: 2px;
	margin-right: 5px;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #01793C;
	padding: 5px;
	text-align: center;
	color: #FFF;
}
#footer p{
	margin-top: 0;
	margin-bottom: 4px;
}
#footer a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer img{
	border:none;
}
#optionalunit {
	margin-bottom: 20px;
}
#optionalunit a {
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #999;
	cursor:pointer;
	display:block;
}
#optionalunit a:hover {
	text-decoration: none;
	background-color: #EBEBEB;
	border: 1px solid #666;
}
#optionalunit h2 {
	font-size: 1.6em;
	margin-top: 20px;
}
#optionalunit p {
	margin-top: 2px;
	margin-bottom: 20px;
}
#optionalunit a img {
	float: right;
	margin-left: 20px;
}
#clearer {
	clear: both;
	display: block;
	height: 0;
}

#box{
	width: 475px;
	padding-top:5px;
	padding-bottom:14px;
	padding-left:14px;
	padding-right:14px;
	border: solid 1px #999;
}
