font { font-size: 11px; font-family: verdana,arial,sans-serif; color: #264D7A }
.white { font-size: 12px; font-family: verdana,arial,sans-serif; color: #ffffff }

.content { padding-top:7; padding-left:10; padding-bottom:7; padding-right:10; }

a:link { font-family: verdana,arial,sans-serif; color: #264D7A; text-decoration: underline; }
a:visited { font-family: verdana,arial,sans-serif; color: #264D7A; text-decoration: underline; }
a:active { font-family: verdana,arial,sans-serif; color: #264D7A; text-decoration: underline; }
a:hover { font-family: verdana,arial,sans-serif; color: #264D7A; text-decoration: none; }

#left_head { background: url(media/head_left.gif); background-repeat: no-repeat; height:29; width:221; font-family:verdana; font-size:15px; color:#264D7A; font-weight:bold; }
#home_center_head { background: url(media/head_home_center.gif); background-repeat: no-repeat; height:29; width:360; font-family:verdana; font-size:15px; color:#264D7A; font-weight:bold; }
#home_right_head { background: url(media/head_home_right.gif); background-repeat: no-repeat; height:29; width:189; font-family:verdana; font-size:15px; color:#264D7A; font-weight:bold; }
#center_head { background: url(media/head_center.gif); background-repeat: no-repeat; height:29; width:549; font-family:verdana; font-size:15px; color:#264D7A; font-weight:bold; }
#footer { padding-top:10; background: url(media/footer_bg.jpg); background-repeat: no-repeat; height:71; width:770; font-family:verdana; font-size:10px; color:#264D7A;}
#footer a:link, .footer a:visited { color: #264D7A; font-size: 10px; text-decoration: none; }
#footer a:hover, .footer a:active { color: #264D7A; font-size: 10px; text-decoration: underline; }

div#menu {
    position: relative;
    height: auto;
    width: 221px;
	background: url(media/nav_body.jpg); 
	background-repeat: no-repeat;
}
div#menu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
div#menu li {
	height: 21px;
	width: 221px;
	margin: 0px;
	color: #264D7A;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	line-height: 21px;
	list-style-type: none;
	background-image: url(media/nav_bg.gif);
	background-repeat: no-repeat;
}
div#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
div#menu li a:link {
    color: #264D7A;
	background-image: url(media/nav_bg.gif);
	background-position: 0px 0px;
}
div#menu li a:visited {
    color: #264D7A;
	background-image: url(media/nav_bg.gif);
	background-position: 0px 0px;
}
div#menu li a:hover {
    font-weight: bold;
    color: #264D7A;
	text-decoration: none;	
	background-image: url(media/nav_bg.gif);	
	background-position: 0px -21px;
}
div#menu li a:active {
	font-weight: bold;
	color: #264D7A;
	text-decoration: none;	
	background-image: url(media/nav_bg.gif);
	background-position: 0px -21px;
}