/* CSS Document */


a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #000000;
	text-decoration: none;
}

a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: small;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 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: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #000000;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 0px solid #000000;
	border: 0px solid #000000;
	height: 33px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: solid 0px #000000;
}

#navBar{
	float: right;
	margin: 0px;
	padding: 0px;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #00000;
	height: 1000px;
	border: 0px solid #000000;
}

#sectionLinks{
	position: inherit;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #808080;
	font-size: 60%;
	height: 1000px;
	width: 140px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 3px 0px 3px 0px;
	background:#a9a3f9;
	background-image: url(../graphics/buttons/section-flash.gif);
}

#sectionLinks a {
	display: block;
	padding: 7px 0px 0px 0px;
	height: 25px;
	background-image: url(../graphics/buttons/button1.jpg);
}

#sectionLinks2 a {
	display: block;
	padding: 2px 0px 0px 0px;
	height: 30px;
}

#sectionLinks a:hover{
	background-color: #CC99FF;
	color: #FFFFFF;
	height: 25px;
	border-bottom: 0px solid #CC99FF;
	background-image: url(../graphics/buttons/button2.jpg);
}

#sectionLinks2 a:hover{
	background-color: #CC99FF;
	color: #FFFFFF;
	height: 30px;
	border-bottom: 0px solid #CC99FF;
}
