/* CSS Document */
body{
	background-color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	text-align:left;
	color:#000000;
	padding:0px;
	}
a	{
	color:#003366;
	font-weight:bold;
	}
a:hover{
	color:#990000;
	}
h3 {
	color: #003366;
	font-size:120%;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #666666;
	border-bottom:solid 1px;
	}
	
#logo {
	display:none;
	}
	
.fade{
	width:auto;
	/*background-image:url(images/backgroundFade.jpg);
	background-repeat:repeat-x;*/
	}
	
#shell{	
	background-image:url(images/bodyBackground.jpg);
	background-repeat:repeat-y;
	width:770px;
	height:auto;
	text-align:center;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	}
	
/*bof index styles*/
#header2{
	background-image:url(images/homepage.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#003366;
	padding-top:22px;
	text-align:right;
	width:770px;
	height:678px;
	}
#navind {
	width:765px;
	color: #990000;
	padding-right:35px;
	padding-bottom:10px;
	}

#navind ul{
	margin:0px 0px 0px 10px;
	padding:0px;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#navind ul li{
	display:inline;
	padding:3px;
	}
	
#navind a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
	font-size:12px;
	}
	
#navind a:hover{
	color:#990000;
	border-bottom:dashed 1px #990000;
	}
/*eof index styles*/
	
	
#header{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#003366;
	padding-top:22px;
	text-align:right;
	width:770px;
	height:170px;
	}
#header a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #003366;
	font-size:12px;
	font-weight:900;
	}
#header a:hover{
	color:#FF0000;
	}
#header p{
	padding-right:20px;
	}
			
#nav {
	width:765px;
	color: #990000;
	padding-right:5px;
	padding-bottom:10px;
	}

#nav ul{
	margin:0px 0px 0px 10px;
	padding:0px;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	}
	
#nav ul li{
	display:inline;
	padding:3px;
	}
	
#nav a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
	font-size:12px;
	}
	
#nav a:hover{
	color:#990000;
	border-bottom:dashed 1px #990000;
	}

#navbottom{
	background-image:url(images/normal_navbottom.jpg);
	background-repeat:no-repeat;
	width:730px;
	background-color:#FFFFFF;
	padding:0px 20px 10px 20px;
	text-align: left;	
	}
	
	
#content{
	background-repeat:no-repeat;
	width:728px;
	margin-left:2px;
	margin-right:2px;
	height:auto;
	background-color:#FFFFFF;
	padding:0px 0px 20px 15px;
	text-align: left;
	}

	
#bottom {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#003366;
	width:770px;
	height:131px;
	clear:both;
	}
#copywright {
	padding-top:175px;
	padding-left:10px;
	width:760px;
	color:#999999;
	font-size:10px;
	text-align:left;
	}
#copywright a{
	color:#003366;
	}
	

/*NOTE will hover information put in a span -- used for inline explanation or difinitions*/
.note a {
	border-bottom:dashed 1px;
	text-decoration:none;
	color:#003366;
	}
.note a:hover {
	color:#003366;
	font-weight:100;
	}
.note a span{
	display:none;
	font-weight:normal;
	}
.note a:hover span{
	font-size:10px;
	display:block;
	position:absolute; width:180px;
	padding:2px;
	background-color:#FFFFCC;
	color:#003366;
	border:solid 1px #003366;
	text-align:left;
	}
	 
/* Same as NOTE style but used when small text is needed */
.note2 {
	border:none;
	}
.note2 a {
	text-align:right;
	font-size:11px;
	border-bottom:dashed 1px;
	text-decoration:none;
	color:#003366;
	}
.note2 a:hover {
	color:#003366;
	font-weight:100;
	}
.note2 a span{
	display:none;
	font-weight:normal;
	}
.note2 a:hover span{
	font-size:10px;
	display:block;
	position:absolute;
	width:180px;
	padding:2px;
	background-color:#FFFFCC;
	color:#003366;
	border:solid 1px #003366;
	text-align:left;
	}	
	

.dropcap {
	float:left;
	color:#000000;
	font-size:40px;
	line-height:20px;
	padding-top:4px;
	padding-right:2px;
	font-family: "Times New Roman", Times, serif;
	}
	
#imageleft {
	padding-top:15px;
	clear:both;
	}
#imageleft img {
	float:left;
	}
#imageleft p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}