body {
font-family:Helvetica,Arial,Verdana,sans-serif;
margin: 0px;
background: #ccc;
}



.container {
background: #fff;
width:770px; 
margin:0px auto;
border: 1px solid #000; 
}

#banner {
	background-image: url('/images/banner2.jpg');
	background-repeat: no-repeat;
	width: 770px;
	height: 200px;
}

#nav {
background: #ff0;
width: 770px;
height: 10px;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}

#content {
padding: 5px;
}

.row1 {
text-align: right;
font-weight: bold;
width: 60px;
border-left: 1px solid #000;
border-bottom: 1px dashed #ccc;
}

.row23 {
text-align: right;
width: 60px;
border-left: 1px solid #000;
border-bottom: 1px dashed #ccc;
}

.row4 {
text-align: right;
font-weight: bold;
width: 60px;
border-left: 1px solid #000;
background: #c0ffc0;
}


#footer {
font-family: 'times new roman';
font-weight: bold;
font-style: italic;
background: #ff0;
text-align: center;
height: 20px;
padding: 3px;
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}

.mainlnks a, .mainlnks a:link, .mainlnks a:visited {color: #4040ff; text-decoration: none; border-bottom: 1px #4040ff dashed;}
.mainlnks a:hover {color: #000080; border-bottom: 1px #000080 solid; background: #f4f4c6;"}

.imglnks a, .imglnks a:link, .imglnks a:visited {text-decoration: none; }
.imglnks a:hover {text-decoration: none;}
