

body{
	font-family: Arial,sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.3em;	
}

a:link, a:visited, a:hover {
	color: #14446a;
	font: bold 100% Arial,sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 1.5px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #14446a;
}

h2{
 font-size: 120%;
 color: #14446a;
}

h3{
 font-size: 100%;
 color: #1595d3;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #14446a;
}

h5{
 font-size: 110%;
 color: #99ccff;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #14446a;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navlist
{
position:fixed;
top:200px;
float: left;
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #efd392;
width: 175px;
font: bold 1.1em Tahoma, Ariel, Helvetica, sans-seriff;
color: #14446a;
list-style: none;
}

#navlist li
{
margin: 0;
padding: 0;
border-top: 1px solid #efd392;
float: left;
width: 100%
}

#navlist li a { 
text-decoration: none;
color: #14446a; 
display: block;
height: 100%;
padding: 5px;
 }

#navlist li a:hover { text-decoration: underline; }

#navlist li.current a {
background: 5% no-repeat #f7e9c8;
padding: 5px 6px 5px 6px;
display: block;
color: #14446a;
font-weight: bold;
}

#online-store {
position:fixed;
float: center;
top:560px;
width: 168px;
height: 50px;
background: url(images/online-store-icon.gif);
text-indent:-9999px;
}


</style>



