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



/*leftmenu styles*/

.leftmenu {
    color: #993333;
    font-size: 1.1em; /*was 0.95em*/
    list-style-type: none;
    margin: 0;
    padding: 0;
	border: none;
	margin-top: 10px;
}

.leftmenu ul, #rightcol ul {
    margin: 0;
    padding: 0;
	border:none;
	 
}

.leftmenu li, #rightcol li {
padding-top: 1em;
margin-left: 0;
padding-left: 0;
}



.leftmenu li a, #rightcol li a {
	color: #993333;
	font-size: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

.leftmenu li a:active, .leftmenu li a:visited {
	color:#993333; /*this is the red - the #1559ca is blue*/
}

