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

#maincontainer {
	width: 80%;
	margin: 0 auto;
	}
#intro {	
	margin:0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-tranform: capitalize; 
	color: #CCC;
	text-align:right;
	text-shadow: 3px 1px 2px #666;
	
}
#logo {
	float: left;
	margin-left: 47px;
}
#nav {
	width: 170px;
	min-width:170px/* since this element is floated, a width must be given */
	max-width:170px;
	background: #06C; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	float:left;
	
}
#nav1 h3, .twoColHybLtHdr #nav1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/*navbar*/
#framecontentleft{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto; /*Width of frame div*/
	height: 170px;
	overflow:visible; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #06C;
	border-right:3px solid #39F;

}

.innertube{
	margin: 0px;
	background-color: #06C;
	
}

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 170px;
} 
#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: navy;
font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 154px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #0000FF;
border-bottom: 1px solid #90bade;
border-left: 7px solid #00008B;
}
#ddblueblockmenu li a:hover {
background-color: #1E90FF;
border-left-color: #1c64d1;
text-shadow: 1px 1px 12px #F00;
}
* html #ddblueblockmenu li a{ /*IE only */
width: 137px; /*IE 5*/
w\idth: 135px; /*185px minus all left/right paddings and margins*/
}
/*nav*/
