﻿/* Global Styles */

body {
	background-image:url('images/BG_Image.jpg');
	margin-left: 10px;
	margin-right: 10px;
	}
	
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: large;
	letter-spacing: .18em;
	font-weight: bold;
}
	
td {
	font:18px Arial, Helvetica, sans-serif;
	color: #006600;
	}
	
a {
	color: #006699;
	font-weight:bold;
	}
	
a:hover {
	color: #009999;
	}
	
ul {
	font-size:medium;
	list-style:square;
}

/* ID Styles */

#nav a {
    display:block;
    padding:3px;
    text-decoration:none; /* Do not underline Nav hyperlinks */
    width:150px;
    margin:10px;
    color: #006600;
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:medium;
    border:8px outset #CCEAFF;
    background-color: #BAEAD2;
  }

/* Makes the button dark when you hover or rollover it */
#nav a:focus,#Nav a:hover {
    border:8px outset #006633;
    color:#BAEAD2;
    background-color: #006600;
  }

/* masthead not used due to hotspot */
#masthead {
    height: 150px;
	background-image:url('images/topBanner.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: left;
	border: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}


#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.2em;
	}
	
/* Class Styles */

.PageSubHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-size:large;
	line-height:22px;
	letter-spacing:.2em;
	margin-right: 10px;
	}

	
.subHeader {
	padding: 5px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: larger;
	line-height: 22px;
	letter-spacing: .2em;
	margin-right: 10px;
}

.smallText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	margin-right: 10px;
}

.lrgHeading {
	text-align: center;
	font-size: x-large;
	position: relative;
	right: auto;
	left: auto;
}

.aligncenter {
	text-align: center;
}
.xxlrgfont {
	font-size: x-large;
}

.formrtalign {
	text-align: right;
}

.return {
	font-size: medium;
	color: #993300;
}

.glossary {
	padding: 5px;
	color: #993300;
	font-size: medium;
	line-height: 22px;
	letter-spacing: .2em;
	margin-right: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.courtesy {
	font-size: xx-small;
}

.fwlink {
		font-size: x-large;
	}