a:hover{color : gold}
div.title {color: black;  font-size: 60px;  font-family: Times Roman, Serif; text-align:center}
div.motto {color: black; font-size: 0.8em;  font-family: Times Roman, Serif; text-align:center}

#hor_hyperlinks {width        : 100%; 
                 height       : 32px; 
		 margin-top   : 0px; 
		 margin-bottom: 0px; 
		 margin-right : 0px; 
		 margin-left  : 0px;  
		 border-width : 0px; 
		 border-color : rgb(72,126,153);  
		 background   : rgb(72,126,153);  
		 font-size    : 0.7em; 
		 text-align   : center 
		 }

div.vert_hyperlinks {width        : 100%; 
                     height       : 100%; 
		     margin-top   : 0px; 
		     margin-bottom: 0px; 
		     margin-right : 0px; 
		     margin-left  : 0px;
		     padding-top  : 0px; 
		     padding-right: 20px; 
		     padding-left : 10px;  
		     border-width : 0px; 
		     border-color : rgb(72,126,153); 
		     background   : rgb(72,126,153); 
		     font-size: 0.7em; 
		     float:left}

#hor_hyperlinks a {text-decoration: none} 
#hor_hyperlinks a:active {color: yellow}
#hor_hyperlinks a {font-size: 1.25em; color: white; font-weight: bold}
#hor_hyperlinks a:hover {color: gold}

div.vert_hyperlinks a {text-decoration: none} 
div.vert_hyperlinks a:active {color: yellow}
div.vert_hyperlinks a {font-size: 1.25em; color: white; font-weight: bold}
div.vert_hyperlinks a:hover {color: gold}

#content {
	width : 100%;
	height: 100%;
	align : left;
	background-image:url("../images/bg168.gif");
}
#left_margin {
	width: 20px;
}
#page_center {
	vertical-align: top;
}
#right_margin {
	width: 20px;
}


