@charset "utf-8";
/* CSS Document */

/*-----#midcontent links------*/

#midcontent a:link { 
	text-decoration: none;
	color: #B00;
} 	
#midcontent a:visited {
	text-decoration: none;
	color: #B00;
} 	
#midcontent a:active {
	text-decoration: none;
	color: #B00;
} 	
#midcontent a:hover {
	text-decoration: none;
	color: #800;
}
	
#midcontent a:focus {
}


/*---#subwrapper h1 links-----*/


#midcontent h1 a:link { 
	text-decoration: none;
	color: #66F;
} 	
#midcontent h1 a:visited {
	text-decoration: none;
	color: #66F;
} 	
#midcontent h1 a:active {
	text-decoration: none;
	color: #66F;
} 	
#midcontent h1 a:hover {
	text-decoration: underline;
	color: #00F;
}
	
#midcontent h1 a:focus {
}


#breadcrumbs {
	height: 23px;
	padding: 0 0 0 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin:0;
	background: url(../../images/breadcrumbs.jpg) repeat-x;
}

#breadcrumbs p {
	padding:8px 0 0 8px;
	margin:0 0 0 0;
	color: #666;
}

#tab {
	height: 40px;
	margin: 0 0 0 20px;
	padding:0;
}

#middle {
	width: 700px;
	height: auto;
	border-left: 1px dotted #AAA;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

#midcontent {
	margin:20px 0 0 20px;
	padding:0 25px 0 0;
	clear: both;
	float: none;
}

#left {
	width: 182px;
	padding: 0px;
	margin: 0 0 0 7px;
}

/*------h1, h2, h3 SUB SELECTORS------*/

#left h1 {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#left dl {
	color: #A00; 
	padding: 0 0 0 0; 
	font-size: 11px; 
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 360px;
}

#left dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 20px;
}

/*-----Left Menue links------*/

#left a:link { 
	text-decoration: none;
	color: #333;
} 	
#left a:visited {
	text-decoration: none;
	color: #333;
} 	
#left a:active {
	text-decoration: none;
	color: #00F;
} 	
#left a:hover {
	text-decoration: none;
	color: #00F;
}

#left a:focus {
	text-decoration: none;
	color: #00F;
}

/*------------------------------*/

#midcontent h3 {
	font-family: Myriad Pro, trebuchet ms;
	font-size: 100%;
	color: #B00;
	padding: 0;
	margin: 0;
}

/*----- p SUB SELECTORS-----*/

#midcontent p {
	font-family: trebuchet ms, arial, san-serif;
	font-size: 90%;
	padding: 0;
	margin: 10px 8px 0 0;
}

#midcontent p.link {
	padding:0;
	margin:0 5px 0 0;
	text-align: right;
}

#spacer {clear: both; height: 15px;}
