@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%;
	margin: 0px;
	padding: 0px;
	color: #406929;
}
.twoColFixRtHdr #container #mainContent h4 {
	font-size: 90%;
	margin-top: 25px;
	margin-bottom: 15px;
}


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

.twoColFixRtHdr #container {
	width: 960px; /* 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: 0;
	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: 15px;
	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: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #footer a:hover {
	color: #81C160;
	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 p a {
	color: #304870;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent p a:hover {
	color: #589339;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent #TeamTable tr td a {
	font-weight: bold;
	color: #304870;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent #TeamTable tr td a:hover {
	text-decoration: underline;
}

.twoColFixRtHdr #container #mainContent table tr td p strong {
	text-align: left;
}
#mtable1 {
	border: 5px solid #303C56;
	background-color: #DEEFD6;
}
#mtable2 {
	border: 5px solid #589339;
}
.Etable {
	background-color: #134292;
	background-image: url(images/bluegradient3.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
}
.Etable2 {
	color: #FFF;
	background-color: #5E8727;
	background-image: url(images/greenbg5.jpg);
	background-repeat: repeat;
	font-size: 100%;
	font-weight: bold;
}
.Etable3 {
	background-color: #134292;
	background-image: url(images/bluegradient3.jpg);
	background-repeat: repeat;
	color: #FFF;
	font-weight: normal;
}
.EtableDark {
	background-color: #1B3D7A;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.EtableDark2 {
	background-color: #4E6C24;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



.LightBlue {
	background-color: #BECDE4;
}
.LigthGreen {
	background-color: #C5E29C;
}
.LigthGreen2 {
	background-color: #E1F0CE;
}

.twoColFixRtHdr #container #mainContent table tr td .Etable tr td a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table tr td .Etable tr td a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent table tr td .Etable2 tr td a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table tr td .Etable2 tr td a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent table tr td table tr td ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 80%;
}
.twoColFixRtHdr #container #mainContent table tr td .LightBlue .EtableDark td a {
	font-size: 80%;
	color: #FFF;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent table tr td .LightBlue .EtableDark td a:hover {
	text-decoration: underline;
}
#Note {
	border: 3px solid #900;
	background-color: #FFE6E6;
}
.bluetable {
	background-color: #3A61A6;
	font-weight: bold;
	color: #FFF;
}
.greentable {
	background-color: #78A643;
	font-weight: bold;
	color: #FFF;
	font-size: 100%;
}
.twoColFixRtHdr #container #mainContent ol {
	font-size: 80%;
}
.twoColFixRtHdr #container #mainContent ol li {
	margin-bottom: 10px;
}
#TeamTable {
}
.twoColFixRtHdr #container #mainContent a {
	font-weight: bold;
	text-decoration: none;
	color: #304870;
}
