/* This applies to the plain container and the links container sidebars only */
/*.mycontainer h1
{
    margin-top: 10px;
    	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;  
}*/

.mycontainer h1 span
{
    float:left;
    margin-top: 10px;
    width: 100%;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;  
}

/* This applies to the links sidebar only */
.mycontainer ul {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
.mycontainer ul li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
.mycontainer ul a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* This applies to the plain text container only */
/*.textcontainer h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}*/
	
.textcontainer h1 span {
	margin-top: 10px;
	width: 100%;
	font: Bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

.textcontainer a, a:visited {
	text-decoration: none;
	color: #003063; 
}
.textcontainer a:hover {
	color: #4EBF37;
}

.textcontainer ul a, a:visited {
	/*background: url(go.gif) no-repeat 2px 5px;
	background-position: top left;*/
	text-decoration: none;
	color: #003063;
}
.textcontainer ul a:hover {
	color: #4EBF37;
}


