@import "common.css";

/* old blue and grey colors */

body {
	background: #ffffff;
	text-align: center;
	min-width: 720px;	
}

#container {
	border: 1px solid #000000;
	background: #ffffff;
	margin:0 auto;
	width:720px;
	text-align: left;		
}

#masthead {
	border-bottom: 1px solid #000000;	
}

#nav {
	background: #ffffff;
	border-bottom: 0px solid #000000;
}

#nav a {
	/* background: #663300; */
    color: #000000;	
    font-weight: bold;
}

#nav a:hover {
	/* background: #663300; */
    color: #006699;
    
}

#content {

}

#content p {

}

#content h1 {
    color: #000000;
    background-color: #ffffff;
	border-bottom: 1px solid #000000;
	padding-bottom:2px;  
}

#content h2 {

}

#content a {
    color: #006699;
}

#content a:hover {
    color: #999999;
}

#footer {
 
}

.line {
    border-top: 1px solid #000;
}

p.home {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 28px;
}

.news b {
    font-family: georgia, times, serif;
    font-size: 16px;
}

.news p {

}