/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

/*** #C2DFFF ***/
body {
 background: #ffffff;		;
 font-family:  "trebuchet ms", tahoma, Arial, sans-serif;
 font-size: 16px;
 color: black;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: "trebuchet ms", Arial;
 font-size: 1.0em;
 padding: 3px;
 color: black;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Arial;
 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: 		#4D87CE;}
.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;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.05em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist { float: left; width: 170px; margin-top: 30px; margin-left: 5px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 100px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #4D87CE;
font-weight: bold;
}
 
#navlist li .active {
 color: #999;
}


/***Content***/

#content { float: right; width: 510px; margin-top: 30px; margin-left: 2px}

#content a { color:#4D87CE; font-weight: bold;}

#content a:hover {  color: #2a65ad; font-weight: bold;}
 
#content p {margin-left: 20px;  line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: black; align: justify;}

#content ul {margin-left: 100px; margin-right: 30px; line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: black}
 
#content h3 { color: #4D87CE; letter-spacing: -0.05em; margin-bottom: 4px; }

#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.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 
