
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	margin: 5px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	text-align: justify;
	color: #222222;
}

a{
    color: #2F68B8;
	text-decoration: none;
}

a:link{
	color: #2F68B8;
	text-decoration: none;
}

a:visited{
	color: #2F68B8;
	text-decoration: none;
}

a:hover{
	color: #2F68B8;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 135%;
 color: #2F68B8;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #2F68B8;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #2F68B8;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #2F68B8;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #2F68B8;
 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: #2F68B8;
}

/************* #globalNav styles **************/

#globalNav{
padding: 3px 0px 5px 0px;
/*color: #cccccc;*/
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
}

#globalNav a:hover{
	background-color: #87AFED;
	text-decoration: none;
	color: #FFFFFF;
	/*font-weight:bold;*/
}

#navBar{
	/*float: left;*/
	width: 95%;
	/*height: 250px;*/
	/*width: 175px;*/
	/*position: relative;*/
	margin: 10px 0px 0px 0px;
	padding: 0px;
	/*background-color: #C6DFFE;
	border-right: 1px solid #2F68B8;
	border-bottom: 1px solid #2F68B8;
	border-top: 1px solid #2F68B8;*/
	/*border-left: 1px solid #2F68B8;*/
}

/*********** #navBar link styles ***********/

#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: 0px solid #EEE;}

/* 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 #cccccc;*/
	/*font-size: 75%;*/
}

#navBar a {
	display: block;
	/*border-top: 1px solid #cccccc;*/
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}

#navBar a:hover{
	background-color: #87AFED;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}



