body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #F0F0F0; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; margin: 0; }
h1 a { color: #454545; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #F70800; background: inherit; }
p {	text-align: center; margin: 0 0 0 0; line-height: 1.5em; }


.content { 
	margin: 100px auto;
	width: 768px;
	background: #FFF url(big_middle.gif) repeat-y;
	color: #454545;	
}


.header_top { background: #FEFEFE url(big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */

#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a { float:left; display:block; color:#454545; padding: 10px 10px 4px 10px;}
#nav a { float:none; }
#nav li { float:left; color: #454545; margin: 0px 0px 0px 70px; padding:0 0 0 0px; text-align: center;}
#nav a:hover { color:#FF0000; }   


.left {
	float: left;
	width: 372px;
	height: 319px;
	background: #FFFFFF url(diag_logo2.gif) repeat-x; 
	color: #666;
	border-right-style:groove;
	border-right-width:thin;
}

.right {
	margin-top: 100px;
	width: 370px;
	float: right;
}

		
img { float: left; margin: 0 9px 3px 0; border-right:dotted; border-bottom-color:#666;}
