﻿/* Consistent Browser Rule. */

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	margin:30px,20px;
	background-image:url('../images/bodyBkgrd.jpg');
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	}
	
body img {
	border: 0px;
}
	

/* Global Styles */
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	}

/* ID Styles */
	
#linkformat {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
}
#linkformat a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: .1em;
	text-decoration: none;
	vertical-align:middle;
}
#linkformat a:hover {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	vertical-align:middle;
}
.navBarBkgrd {
	background-image: url('../images/navigationBkgrd.jpg');
	vertical-align:middle;
}

/* Class Styles */

.bodyText {
	font:14px Arial, Helvetica, sans-serif;
	color:#003300;
	line-height:20px;
	margin-top:0px;
	}

.maincontent {
	margin: 0px 0px 10px 0px;
	color: #000000;
	line-height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.maincontent a {
	color: #009933;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.maincontent a:hover {
	color: #006699;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.mainTableBorder {
	border: 1px solid #3399ff;
	background-color: #FFFFFF;
}

.dashedline {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 22px;
	letter-spacing: .2em;
	border-bottom: 1px dashed #003300;
	border-bottom-color: #009933;
	border-bottom-width: 2px;
}
.footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color:#800000;
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
	text-decoration:none;
	}
	
.footer a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color:#003300;
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
	text-decoration:none;
	}
.footerOther {
	font-family: Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.footerOther a {
	font-family:Verdana, Arial, sans-serif;
	color: #009933;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}
.footerOther a:hover {
	font-family:Verdana, Arial, sans-serif;
	color: #009933;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
}
.footerOther2 {
	font-family: Verdana, Arial, sans-serif;
	color: #009933;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

.footerOther2 a {
	font-family:Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}
.footerOther2 a:hover {
	font-family:Verdana, Arial, sans-serif;
	color: #006699;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
}
	
 /* background colors */

.bkgrdLtBlue {
	background-color: #99ccff;
}
.bkgrdMedBlue {
	background-color: #3399ff;
}
.bkgrdBlue {
	background-color: #006699;
}

/* content styles */
.bold {
	font-weight: bold;
}

/* cell alignment */
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
.justifyalign {
	text-align: justify;
}
.borderright {
	border-right:thin;
	border-right-color: #003300;
}
.borderleft {
	border-left:thin;
	border-left-color: #003300;
}
.yellowBkgrd {
	background-color: #FFFF00;
}
.bkgrdGreen {
	background-color: #009933;
}
/* Headers */
h1 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #009933;
	margin-bottom: 8px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #009933;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
}

h3 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	color: #ffffff;
	margin-bottom: 8px;
}

h4 {
	font-family: "Comic Sans", Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #009933;
	margin-bottom: 8px;
}
h5 {
	font-family: "Lucida Sans", Arial, Helvetica;
	font-size: large;
	font-weight: bold;
	color: #006699;
	margin-bottom: 8px;
}
h6 {
	font-family: "Comic Sans", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 8px;
}


/* Styles for lists */
ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #480048;
	font-size: small;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14px;
	font-weight:bold;
	line-height:18px;
}
ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #480048;
	font-size: small;
	text-decoration: none;
}
ul a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #480048;
	font-size: small;
	text-decoration: none;
}
.leftTopAlign {
	vertical-align: top;
	text-align: left;
}
.holidayContent {
	margin: 0px 0px 10px 0px;
	color: #000000;
	line-height: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.holidayContent a {
	color: #006699;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: underline;
}
.holidayContent a:hover {
	color: #009933;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.picProperty {
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
}

.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.leftTopCtrAlign {
	vertical-align: top;
	text-align: center;
}
.positionNav {
	position: fixed;
}
