
	a:link { color: #55778d; text-decoration: none;}
	a:visited { color: #55778d; text-decoration: none;}
	a:active { color: #55778d; text-decoration: none;}
	a:hover { color : #55778d;  text-decoration: none;}

	a.lightlink:link { color: #a0b7c6; text-decoration: none;}
	a.lightlink:visited { color: #a0b7c6; text-decoration: none;}
	a.lightlink:active { color: #a0b7c6; text-decoration: none;}
	a.lightlink:hover { color : #a0b7c6; background-color : #5d1917; border-bottom: 0px;}

	a.dashme:hover { text-decoration: none; border-bottom: 1px dotted #fff;}

	body {
    
		background-color: #5791B1;
		background-image: url(backstripe.gif);
		background-repeat: repeat-x;
		margin: 0em auto;
		text-align: center;
		font-family: tahoma; arial; san-serif;
		font-size: 12px;
		
	}
.main { padding-left:40px; padding-right:40px; text-align: left;}
	
.roundtop {
    background-image: url(bg-content-top.png);
    width: 690px;
    height: 40px;
	margin: 0px auto;
    }
.roundside {
    background-image: url(bg-content-middle.png);
    background-repeat: repeat-y;
    width: 690px;
    text-align: center;
	margin: 0px auto;
}
.roundbottom {
    background-image: url(bg-content-btm.png);
    width: 690px;
    height: 40px;
	margin: 0px auto;
}