body {
color: #000000;
font:normal 11px verdana,arial,helvetica,sans-serif;
font-weight : normal; 
/* The following hack corrects displays of boxes in different browsers.  Details available here: http://www.info.com.ph/~etan/w3pantheon/style/abmh.html */
width: 800px; /* Hack for IE5.x/Win so that the box is displayed correctly */
width/* */:/**/800px; /* Hidden from IE5.x/Mac and IE5.x/Win - recognized by standards compliant browsers.  State correct content width of box here */
width: /**/800px; /* Hidden from IE5.0/Win and IE5.5/Win.  It is recognized by IE5.x/Mac and other browsers that do not have this particular form of comment bug */
 margin: 25px auto;
}

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 28px; COLOR: #000099; FONT-FAMILY: Helvetica,Verdana, Arial, sans-serif; letter-spacing: 1px;
	margin: 1px;
}

H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Helvetica,Verdana, Arial, sans-serif; letter-spacing: 0px;
	margin: 1px;
}


.outside-box {
 width : 100%;
 display : block;
 padding : 3px;
 font-size : 10px;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #000099;
}

.inside-box {
 padding : 5px;
 font-size : 11px;
 font-family : verdana,arial,helvetica,sans-serif;
 font-weight : normal; 
 border-style : dashed;
 border-width : 1px;
 border-color : #000099;
}

.nav-title {
 width : 150px;
 text-align : center;
 padding : 3px;
 font-size : 10px;
 color: #ffffff;
 font-family : verdana;
 font-weight : normal; 
 border-style : solid;
 border-width : 1px;
 border-color : #000099;
 background : #cccccc;
}

.nav-link {
 width : 150px;
 text-align : left;
 padding : 3px;
 display : block;
 border-style : solid;
 border-width : 1px;
 border-color : #000099;
 border-top : none;
}

a.nav-link:link, a.nav-link:visited {
 background-color : #FFFFFF;
 color : #4444FF; 
}

a.nav-link:hover, a.nav-link:active {
 background-color : #000099;
 color : #FFFFFF; 
}

a:link {
 color : #4444FF;
 font-size : 11px;
 text-decoration : none;
}

a:visited {
 color : #4444FF;
 font-size : 11px;
 text-decoration : none;
}

a:active {
 color : #0000FF;
 font-size : 11px;
 text-decoration : none;
}

a:hover {
 color : #8888FF;
 font-size : 11px;
 text-decoration : underline;
}
 
