@charset "utf-8";
/* CSS Document */

/*<style type="text/css">*/

body {
	color:#999;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #060;
	text-align: center;
     }
	   
#wrapper {
	width: 800px;
	border: medium solid #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#header{
	height: 140px;
	text-align: center;
	background-image: url(pictures/header_800_by_152.png);
}

#left {
	float:left;
	width: 100px;
	padding: 0px;
	background-color: #FFF;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin: 10px;
	top: auto;
	height: auto;
	left: 0px;
	border: thin none #CCC;
}

#right {
	float:none;
	width: auto;
	border-left: 1px dotted #CC6666;
	color: #333333;
	padding: 10px;
	background-color: #FFF;
	height: auto;
}
#right_450 {
	float:left;
	width: 600px;
	color: #333333;
	padding: 5px;
	background-color: #FFF;
	height: auto;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #CC6666;
}
#sidebar {
	float: right;
	width: 180px;
	padding: 5px;
	text-align: left;
}

#footer{
	clear:both;
	height:50px;
	text-align: center;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer p {
	margin-top: 10px;
	font-size: 90%;
	color:#333;
}

p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
	color: #333333;
	font-size: 150%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
}
h2 {
	font-size: 24px;
	color: #063;
	margin: 12px;
}
h3{
	font-size: 95%;
	margin: 12px 5px;
	color: #063;
}

#widemenu ul li {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#widemenu ul li a {
	color: #000000;
	text-decoration: none;
}
#widemenu ul li a:hover {
	background-color: #99000;
}
#widemenu {
	background-color: #dddddd;
	margin-bottom: 10px;
	height: 25px;
}
#widemenu ul {
	height: 8px;
	margin: 0px;
	padding: 0px;
}
#widemenu ul li:hover {
	background-color: #bbbbbb;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {
	color:#000;
	font-style: normal;
	font-size: 90%;
	border-bottom-style: none;
}
a:visited {
	color:#333;
	font-style: normal;
	font-size: 90%;
}
a:active {color:#AD3838;}
a:hover {
	color:#03C;
	text-decoration:none
}	
#right h1 {
	text-align: center;
}
#right_450 h1 {
	text-align: center;
}
#wrapper #content #right_450 table tr td p font {
	text-align: left;
}
