html {
    overflow: scroll; 
}

body {
	background-color: #F2F2F2; /* #004990;  */
/*    border: 2px dotted blue;*/
}

.title {
    font-family: Georgia,serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 0.75em;
    text-transform: none;
    text-align: center;
}
  
#container  {
    position: relative;
	width: 800px; /* 700px;*/
	background-color: #FFFFFF;
	color: #555753;
	border: 1px solid gray; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content {
    position: relative;
    margin: 0px auto 10px auto;
    width: 490px; /*390px; */
/*    height: 520px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 170%;
	background-color: white;
	color: #555753;
/*	text-align: left;*/
/*    border: 1px dotted blue;*/
}

#content a {
	text-decoration: none;
	color:  #555753; 
    font-weight:bold;
/*    border: 1px dotted blue;*/
}

#content a:hover {
	text-decoration: none;
/*	color: #AC1717;*/
    color: #22518E; /* #2069A0;/*#004990;*/

 
}

		
#footer {
    width: 800; /* 700px;*/
	margin: 0;
    padding: 15px 0px 15px 0px;
	background-color: #555753;
	border-top: 1px solid gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
		        
#topimage {
    height: 140px;
    width: 800px; /* 700px; */
    z-index: 3;
	margin-top: 0px;
    margin-bottom: 20px
	
}

ul.menu {
    float: left;
    background-color: #F2F2F2;
    width: 115px;
/*    border: 1px dotted blue;     */
    padding: 10px 7px 10px 7px;
    margin: 0px 0px 10px 10px;
    list-style-type:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bolder;
    text-align: left;
    text-decoration: none;
/*    text-transform: uppercase; */
    white-space: normal;
    color:#555753;
}

.menu li {
    width:100%;    
    line-height: 25px;
    margin: 2px 0px 2px 0px; 
    padding: 0px;
/*    border: 1px dotted black;   */
    overflow: hidden;
}

.menu a {
    display: block;
    padding: 0px 7px 0px 7px;
    width: 100%; 
    height: 100%;
    text-decoration: none;
    color:#555753;
}

.menu a:link, .menu a:visited {
    background-color:#F2F2F2;
}

.menu a:hover, .menu a:focus {
    background-color:#D0D0D0;
	color: #004990; /*#9FAFDA; #AC1717; */
}

.menu a:active {
    background-color:#F2F2F2;
    color:#555753;
}


#news {
    float: right; 
	width: 110px; 
	margin: 0px 10px 10px 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555753;
    line-height: 10px;
/*    border: 1px dotted blue;*/
}

#news a:link, #news a:visited {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid white;
    margin: 10px 0px  10px  0px;
}

#news a:hover, #news a:focus {
/*    border: 1px solid #AC1717;*/
}
#news a:active {
/*    border: 1px solid white;*/
}

#news div {
   margin: 0px 0px 15px 0px;

}


	
