/* CSS Document */

h1{
color:#000099;
font-size:medium;
font-weight:bold;
}


h2{

color:#000099;
font-size:small;
font-weight:bold;
padding-top:40px;
}
p, div, td{
font-size:x-small;
}
#main{
text-align:center;
margin: 0 auto;
}
#head{
background-image:url(/images/header.gif);
background-position: center;
height:116px;
margin: 0 auto;
background-repeat:repeat-y;
width:980px;
}

#menu{
background-image:url(/images/menu.gif);
background-position: center;
background-repeat:repeat-y;
height:25px;
padding-left:10px;
padding-right:10px;
text-align:center;
margin: 0 auto;
width:980px;
max-width:960px;
color:#000099;
}
#menu a{
	
	font-size:x-small;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	color:#000099;
}
#menu a:visited{
	
	color:#000099;

}


#menu a:hover{
	color:#999999;
}

.grey{
	color:#999999;
}
#content{
background-image:url(/images/middle.gif);
background-position: center;
background-repeat:repeat-y;
padding:1px;
padding-left:70px;
padding-right:70px;
text-align:left;
font-size:small;
font-size:x-small;
margin: 0 auto;
width:980px;
max-width:860px;
}
img{
margin:10px;
}

#footer{
background-image:url(/images/bottom.gif);
background-position: top center;
height:15px;
background-repeat:repeat-y;
width:980px;
margin: 0 auto;

}
#address{

font-size:x-small;
color:#FFFFFF;
text-align:center;
font-weight:bold;
}
.tiny{
font-size:xx-small;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#5f95ef;
text-align:center;
margin: 0 auto;
}
#base_div{
clear:both;
}
.blue_row{
background-color: #5f95ef;
}
.yellow_row{
background-color: #F8C301;
}
.paleyellow_row{
background-color: #FFEFB9;
}
.paleblue_row{
background-color:#ACC8F7;
}
.yellow_text{
color: #F8C301;
}