body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cade97;
	margin: 0;
	background-image: url(Images/ribbon-bg.jpg);
	background-repeat: repeat-x;
}

.content {
	background-color:white;
	vertical-align: top;
	padding: 15px;
	color: #5F5F5F
}

.navtd {
	background-color: white;
	padding: 4px;
	padding-top: 10px;
	vertical-align: top;
	background-color:white;
}

.totheright {
	 float: right;
	 margin: 10px 5px 5px 40px; 
}

.foot {
	text-align: center;
	padding: 10px;
	color: Silver;
	font-size: 10px;
	background-color:white;
}

p {
	line-height: 145%;
	font-size: 12px;
	color: #5F5F5F;
}

li {
	font-size: 12px;
		color: #5F5F5F;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #025DA6;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #025DA6;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

img { border: 0;}

#navcontainer { 
width : 200px;
padding : 0 0 1em 0;
margin-bottom : 1em;
font-family : Verdana, arial;
font-size: 13px;
color : #43A72D;
} 

#navcontainer ul { 
list-style : none;
margin : 0;
padding : 5px;
border : none;
}

#navcontainer li { 
border-bottom : 1px solid #ccc;
background-image: url(Images/ribbon-b-fade.jpg);
background-repeat: no-repeat;
text-indent: 22px;
font-size: 10px;
} 

#navcontainer li a { 
display : block;
padding : 5px 5px 5px 0.5em;
color : #025DA6;
text-decoration : none;
width : 100%;
} 

html > body #navcontainer li a { 
width : auto;
} 

#navcontainer li a:hover { 
color : #000;
background-image: url(Images/ribbon-b.jpg);
background-repeat: no-repeat;
text-indent: 23px;}