@charset "UTF-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
}
#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#mainContent {
	clear: both;
}
#mainContent p {
	width: 600px;
}
#mainContent2 {

	padding-top: 10px;
	width: 550px;
}
h1 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
}
h2 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	color: #666;
	text-align: left;
	font-size:1em;
}
p a {
	color: #36F;
	text-decoration: none;
}
#mainContent2 li {
	color: #666;
	text-align: left;
	font-size: 1em;
}

#nav
{
	margin-left: 80px;
}
	
#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li
{
	float: left;

	font-weight: bold;
	text-align: center;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	border-left-width: thin;
	border-left-style: dotted;
}
#nav li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 10em;
	display: block;
	color: #CCC;
	text-decoration: none;
}
#nav li a:hover
{
	color: #ffffff;
	background-color: #99cc00;
}
#nav.actve
{
	color: #000;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 75px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 10px;
	text-align: center;
}
#sidebar p {
	font-size: 0.8em;
	margin-top: -3px;
	text-align: center;
}

fieldset {
	color: #333;
	background-color: #FFF;
	padding: 8px;
	border: thin solid #CCC;
	width: 515px;
    }
#buttontext {
	
	float: left;
    width: 350px;
}
legend {
	color: #FFF;
	font-weight: bold;
	background-color: #99cc00;
	padding: 2px 6px;
    }
label  {
	line-height: normal;
    text-align: right;
    margin-right: 10px;
    position: relative;
    display: block;
    float: left;
    width: 100px;
}


label.fieldLabel  {
    display: inline;
    float: none;
}
label.wide  {
    width: 225px;
}
input.formInputText  {
	color: #666;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}

input.formInputButton  {
    font-size: 1.2em;
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
    color: #300;
    background: #f99 url(bg_button.png) repeat-x;
    padding: 1px;
    border: solid 1px #f66;
    float: right; 
    cursor: pointer;
}
input {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	
}
textarea {
	background-color: #FFF;
	color: #ffffff;
	color: #666;
	padding: 2px;
	border: thin solid #CCC;
}
select {
	background-color: #FFF;
	color: #666;
	color: #666;
}
