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

body {
	margin-top:0px; 
	margin-left:0px;
}

#leftmenu {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(images/menuBG.gif);
	background-repeat:no-repeat;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	height:700px;
	font-size: 14px;
	text-decoration:none;
}
#leftmenu a {text-decoration:none;}
	
.leftmenuGlass {
	background-image:url(images/menuGlassBack.jpg);
	background-repeat:no-repeat;
	margin-bottom: auto;
	font-size: 14px;
	text-align: center;
	height: 40px;
	padding-top: 8px;
	color: #666666;
	font-weight: normal;
	overflow: visible;
} 
.leftmenuGlass a { color:#666666; text-decoration:none; }
.leftmenuGlass a:hover { color:#339999; }

/* this is for the drop menu*/
.leftmenuGlass ul {list-style:none; margin:0; padding:0;}
.leftmenuGlass li ul {display:none;}
.leftmenuGlass li:hover ul{
	display:block;
	width:150px;
	left:30px;
	position:absolute;
	background-color:#CCFFFF;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	text-decoration:none;
	line-height:18px;
}
.leftmenuGlass li ul a:hover {
	background-color:#FFFFFF;
	display:block;
	text-decoration:none;
}
/*END drop menu*/


.leftmenuGlass2 {
	background-image:url(images/menuGlassBack.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
	text-align: center;
	height: 20px;
	padding-top: 8px;
	color: #666666;
	font-weight: normal;
} 
.leftmenuGlass2 a { color:#666666; }
.leftmenuGlass2 a:hover { color:#339999; }


.leftmenuSmallText {
	font-size:12px;
	padding-left: 11px;
	color: #666666;
	text-align: left;
}
	
.leftmenuSmallText a {
	font-size:12px;
	padding-left: 11px;
	color: #666666;
	text-decoration:none;}
	
.leftmenuSmallText a:hover {
	font-size:12px;
	padding-left: 11px;
	color: #339999;
	text-decoration:none;}
	
.leftmenuSmallText a:visited {
	font-size:12px;
	padding-left: 11px;
	color: #666666;
	text-decoration:none;}
	
.leftmenuSmallText a:active {
	font-size:12px;
	padding-left: 11px;
	color: #666666;
	text-decoration:none;}

.leftmenuSmallORG {
	font-size:13px;
	color:#666666;
	font-weight: bold;
}

.leftmenuSmallORG a {color:#339999; text-decoration:none;}
.leftmenuSmallORG a:hover {	color:#339999;}
.leftmenuSmallORG a:visited {color:#339999;}

.greenlink a {color:#339999; text-decoration:none;}
.greenlink a:hover {color:#339999;}
.greenlink a:visited {color:#339999;}

#footer {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
#footer a {color:#666666;font-weight:bold;}
#footer a:hover {color:#339999;font-weight:bold;}
#footer a:visited { }
#footer a:active { }
