﻿/* Global Styles */

/* 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:20px;
	background: #003300;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	}
	
bodyimg {
	border: 0px;
}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
	}


/* ID Styles */
#container {
	margin:0 auto;
	width: 900px;
	height: 100%;
}
#navigation td {
	border-bottom: 1px solid #FFFFFF;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:10px 6px 10px 6px;
	}
	
#navigation a:hover {
	background: #800000;
	color:#FFFFFF;
	}
#footer td {
	border-width: thin;
	border-style: solid none solid none;
	text-align: center;
	border-color: #003366;
}
#footerHome {
	border-width: thin;
	border-style: solid solid solid solid;
	text-align: center;
	border-color: #333333;
	background-color: #FFFFFF;
}
#linkformat {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: .2em;
	text-align: left;
}
#linkformat a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .1em;
	text-decoration: none;
}
#linkformat a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
}

/* misc content styles */
.mainTableBorder {
	border: 1px solid #333333;
	border-collapse: collapse;
	background-color: white;
}

.maincontent {
	color: #333333;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.maincontent a {
	color: #800000;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	text-decoration: none;
}
.maincontent a:hover {
	color: #003300;
	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;
}
.pageName {
	font: 18px Arial, Helvetica, sans-serif;
	color: #800000;
	line-height: 26px;
	letter-spacing: .18em;
}
	
.subHeader {
	font: bold 17px Arial, Helvetica, sans-serif;
	color: #003300;
	line-height: 22px;
	letter-spacing: .2em;
}

.tableBorderNo {
	border-width: 0px;
}
.imgBorderNo {
	border-width: 0;
}
.logoCell {
	background-color: #FFFFFF;
	border-right-color: #333333;
	border-right-width: thin;
	border-right-style: solid;
}
.protectSlogan {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	border-bottom-width: medium;
}
.btmBorderZero {
	border-bottom-width: 0px;
}


.style3 {
	font-weight: bold;
}

.dream {
	color: #800000;
	font: bold 15px Arial, Helvetica, sans-serif;
	line-height: 22px;
	letter-spacing: .2em;
}

.bottomBullets {
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url('../images/bulletBkgImage2.jpg');
}
.whiteBullet {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
.greenText {
	font: 14px Arial, Helvetica, sans-serif;
	color: #003300;
	line-height: 22px;
}
.stripeBorder {
	border: 2px solid #CCCCCC;
}

.mission {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: normal;
	color: #003300;
	text-align: center;
	font-style: oblique;
}
.bkgrdWhite {
	background-color: #FFFFFF;
}
.bkgrdGreen {
	background-color: #003300;
}
.leftalign {
	text-align: left;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
.justifyalign {
	text-align: justify;
}




