body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a{ color: #006699; text-decoration: none; }
a:link{ color: #006699; text-decoration: none; }
a:visited{ color: #006699; text-decoration: none; }
a:hover{ color: #996600; text-decoration: underline; }
h1{ font-family: Verdana,Arial,sans-serif; font-size: 120%; color: #333333; margin: 0px; padding: 0px; }
h2{ font-family: Verdana,Arial,sans-serif; font-size: 114%; color: #333333; margin: 0px; padding: 0px; }
h3{ font-family: Verdana,Arial,sans-serif; font-size: 110%; color: #006699; margin: 0px; padding: 0px; }
h4{ font-family: Verdana,Arial,sans-serif; font-size: 107%; color: #006699; padding: 0px; }
h5{ font-family: Verdana,Arial,sans-serif; font-size: 103%; color: #006699; margin: 0px; padding: 0px; }
ul{ list-style-type: square; }
ul ul{ list-style-type: disc; }
ul ul ul{ list-style-type: none; }
label{ font-family: Verdana,Arial,sans-serif; font-size: 100%; font-weight: bold; color: #334d55; }

/***********************************************/
/* Layout Divs  							   */
/***********************************************/
#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #006699;
	width: 100%;
	background-image: url(../images/tag.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/************** .story styles (middle column, the "real" content) *****************/
.story{ clear: both; padding: 5px 10px 10px; font-size: 95%; }
/*a{text-decoration:none; color:#660000;}
a:hover{text-decoration:underline; color:#660000;}
a:active{text-decoration:none; color:#660000;}*/

/*********** #navBar link styles ***********/
#navBar{ width: 190px; }
#navBar ul a:link, #navBar ul a:visited {display: block; }
#navBar ul {list-style: none; margin: 0; padding: 0; }
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #006699; }
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none; }

/*********** #sectionLinks styles ***********/
#sectionLinks{ position: relative; margin: 0px; padding: 0px; border-bottom: 1px solid #006699; font-size: 90%; }
#sectionLinks h3{ padding: 10px 0px 2px 10px; }
#sectionLinks a { display: block; border-top: 1px solid #006699; padding: 2px 0px 2px 10px; }
#sectionLinks a:hover{ background-color: #996600; text-decoration:none; color:#FFFFFF; }

#sectionLinks form { display: block; border-top: 1px solid #006699; padding: 2px 0px 2px 10px; }
/************** #headlines (right column) styles **************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 95%;
}
#headlines p{ 
	padding: 5px 0px 5px 0px; 
	font-size: 85%;
	color: #00496c;
	font-weight: bold;
	font-style: italic;
	vertical-align: top;
	text-align: left;
}

/************* #siteInfo (renamed footer) styles ***************/
#footer{
	clear: both;
	font-size: 85%;
	color: #006699;
	padding: 10px 10px 10px 10px;
	text-align: center;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
#footer img{ padding: 4px 4px 4px 10px; vertical-align: middle; }
#footer a{ color: #006699; text-decoration: underline; }
#footer a:link{ color: #006699; text-decoration: underline; }
#footer a:visited{ color: #006699; text-decoration: underline; }
#footer a:hover{ color: #996600; text-decoration: underline; }

.nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}

.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}

.codetext {
	font-family: "Courier New", Courier, mono;
}

.smallnote { font-size: smaller; font-style: italic;}
