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

body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position: center;
        background-repeat: no-repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
        margin:0;
        padding:0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td {
	margin:0;
        padding:0;
}

a {
	color:#ffffff;
	text-decoration: none;
}

img { 
        border: none;
} 


#wrapper
{
        margin: 0px auto;
	width: 952px;
}

#logo 
{
	margin: 0px;
	height: 800px;
	width: 150px;
	float:left;
/*	background-image: url(images/banner2011.png); */
	background-repeat: no-repeat;
}

#container
{
	margin: 0px;
	width: 800px;
	color:#666666;
	border: 1px solid #333333;
	float: left;
}

#navigation
{
	float: left;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	color:#666666;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#navigation li a:hover {
        background-color: #000000;
	color: #FFFFFF;
}

#navigation li a#current {
	color:#ffffff;
}

#content
{
	float: left;
	padding: 24px;
	width:750px;
}

#footer
{
	text-align: center;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}


/* ----------- My Form ----------- */
.myform{
margin:0;
width:600px;
/* padding:14px; */
}

/* ----------- stylized ----------- */
#stylized{
/* border:solid 1px #666666; */
/* background:#ebf4fb; */
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #666666;
padding-bottom:10px;
}
#stylized label{
clear:both;
display:block;
/* font-weight:bold; */
text-align:right;
width:150px;
float:left;
}

#stylized input {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #666666;
width:250px;
margin:2px 0 10px 10px;
}

#stylized select {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #666666;
margin:2px 0 10px 10px;
}

#stylized button{
clear:both;
float:right;
/* margin-left:150px; */
width:75px;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}



#stylized textarea {
	width: 600px;
	height: 120px;
	border: 1px solid #666666;
	padding: 5px;
	
	
}

