/***Misc Tags***/

* {
 margin: auto;
 padding: auto;
}

body {
 background: url(images/bg.gif) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}

.leftimg {
 float: left;
 margin-right: 10px;
 margin-bottom: 15px;
 border: none;
}

.rightimg {
 float: right;
 margin-right: 10px;
 margin-bottom: 15px;
 border: none;
}
 
a img{ border: 0px; }

a { text-decoration: none;}

hr {
 border: none;
 background-color: #FFFF00;
 color: #FFFF00;
 height: 1px;
 width: 80%;
}

ul {margin-left: 0em; padding-left: 0;}  

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container {
 width: 700px;
 background-color:#339;
}

/***Header***/

 
#logo {
 float: left;
}
  
/***left Side Bar***/

#navlist {
	float: left;
	position: absolute;
	width: 10px;
	height: auto;
	padding-top: 9px;
}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
 width: 130px; 
 padding: 8px;
 margin: 0px 0px 0px 0px;
 background: inherit;
 border-right: 4px solid #69c;
 border-bottom: 1px solid #69c;
 color: #ff0;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #fff;
 background: #693;
 border-right: 4px solid #f60;}
 
#navlist li .active {
 color: #fff;
 background: #339;
 border-right: 4px solid #ff0;}


/***Content***/

#content {
 float: right;
 width: 490px;
 margin-top: 5px;
 margin-left: 0px;
 margin-right: 20px;
 }

#content a { color:#ff0; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;}

 
#content h3 {
text-indent: 0px;
color: #ff0;
margin-bottom: 4px;
}

#content h3:hover { color: #fff;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.6em;
 }
 
#footer p { color: #69c;}
 
#footer a { color: #69c;}
 
#footer a:hover { color: #ff0;}

label{
float: left;
width: 120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background-color: #000000;
color: #FFFFFF;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/*Drop Menu */