td			{font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 8pt; color: #000000; line-height: 140%}



.blank		{font-size: 1pt}

.tbox		{border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid; 

			 width: 100px; height:19px; background: #D6F6FF; font-family: "verdana"; font: 8pt;}



A:link		{color: #0F4679; text-decoration:none}

A:visited	{color: #0F4679; text-decoration:none}



#items {
	float:left;
	margin-bottom:30px;
	}
.item {
		display:block;
		width:170px;
		height:18px;
		background-color: #196BA5;
		padding:5px 0 5px 10px;
		border-left:5px solid #F3AE1F;
		border-right:5px solid #F3AE1F;
		border-bottom:1px solid black;
		}
		.item a{
			text-decoration:none;
			}
			.item a:hover{
				text-decoration:none;
				}
		.item_over{
			display:block;
			width:170px;
			height:18px;
			background-color:#D6D8CF;
			padding:5px 0 5px 10px;
			border-left:5px solid black;
			border-right:5px solid black;
			border-bottom:1px solid black;
			}
				.item span.y{
					display:block;
					width:170px;
					font-weight:bold;
					color: #fff;
					font-size:12px;
					float:left;
					}
					.item span.b{
						width:120px;
						font-weight:normal;
						color:#1F4B85;
						font-size:10px;
						line-height:0.9;
						}
				.item_over span.y{
					display:block;
					width:170px;
					font-weight:bold;
					color: black;
					font-size:12px;
					float:left;
					cursor:pointer;
					}
					.item_over a{
						text-decoration:none;
						}
					.item_over a:hover{
						text-decoration:none;
						}
						.item_over span.b{
						width:120px;
						font-weight:normal;
						color:#1a6290;
						font-size:10px;
						line-height:0.9;
						}
						/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {

 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}



/**** 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;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 
#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: 1px; margin-left: 3px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 29px;
 width: 170px; 
 padding: 9px;
 margin: 1px;
 background: #E2DFC9;
 border-right: 4px solid #444;
 color: #444;
}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 510px; margin-top: 5px; margin-left: 1px; }

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

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

 
#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 1px;
}

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

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#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;}