@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-size: 90%;
	margin-bottom: 5px;
	margin-top: 15px;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-size: 80%;
	padding: 0px;
	color: #303C56;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-size: 80%;
	margin-top: 12px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #303C56;
}
.twoColFixRtHdr #container #mainContent h5 {
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent h6 {
	font-size: 90%;
	font-weight: bold;
	color: #313D57;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 5px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/lbg2.jpg);
	background-repeat: repeat;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	padding: 0;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right;
	margin: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #000;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0px;
	width: 138px;
}
.twoColFixRtHdr #container #sidebar1 a {
	color: #004080;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
.twoColFixRtHdr #container #sidebar1 a:hover {
	color: #44722C;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent {
	color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
} 
.twoColFixRtHdr #footer {
	text-align: right;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-right: 10px;
	color: #FFF;
	margin: 0px;
	vertical-align: bottom;
	background-color: #303C56;
	padding-bottom: 7px;
	clear: both;
} 
.twoColFixRtHdr #container #footer a {
	color: #AAB5CE;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #D1B792;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Text80 {
	font-size: 80%;
}
.twoColFixRtHdr #container #mainContent table tr td p strong {
	text-align: left;
}
#mtable1 {
	border: 5px solid #303C56;
	background-color: #DEEFD6;
}
#mtable2 {
	border: 5px solid #589339;
}
.twoColFixRtHdr #container #mainContent p #sprytrigger1 strong {
	color: #303C56;
}
.twoColFixRtHdr #container #mainContent p #sprytrigger2 strong {
	color: #303C56;
}


.twoColFixRtHdr #container #mainContent p #sprytrigger3 strong {
	color: #303C56;
}
.twoColFixRtHdr #container #mainContent table tr td p a {
	color: #313D57;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table tr td p a:hover {
	color: #000;
	text-decoration: underline;
}
#mainContent p a {
	color: #313D57;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p a:hover {
	text-decoration: underline;
	color: #000;
}
