@charset "utf-8";
/* CSS Document */
h1 {
	line-height: normal;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #990033;
	font-size: 21px;
}
body {
	font-family: Verdana;
	font-size: small;
	background-color: #FFF;
	font-style: normal;
	font-weight: normal;
	color: #202020;
	margin: 0px;
}
a.MenuLinks:link {
	color: #08466B;
	text-decoration: underline
}
a.MenuLinks:visited {
	color: #08466B;
	text-decoration: underline
}
a.MenuLinks:hover {
	color: #4489F0;
	text-decoration: none
}
a.MenuLinks:active {
	color: #08466B;
	text-decoration: underline
}
.Titles {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #08466B;
}
.Slogans {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color:#981010;
}
.TableSidebar { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #981010;
	background-color: #A0C0F0;
	vertical-align: top;
	text-align: center;
	padding: 2px;
	border-color:#08466B;
	border-left-width: 4px;
	border-left-style: solid;
	margin-top: 0px;
}
.borderTopLeft {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.borderBottomRight {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #000000;
	border-right-color: #000000;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.mainMenuStyle {
	color: #000000;
	text-decoration: none;
	font-size: large
}
tr.mainMenuStyle:hover {
	background-color:#80D6FF;
	color:#000000;
	text-decoration: none
}
.TableBorders {
	border-color: #08466B;
	border-style: solid;
	border-width: 1px;
}
table.TopAlign {
	vertical-align: top;
}
img.Testimonials {
    float:left;
    border: hidden;
    margin:0px 10px 0px 0px;
}
img.FloatLeft {
    float:left;
    border:0px;
    margin:0px 10px 0px 0px;
}
img.FloatRight {
    float:right;
    border:0px;
    margin:0px 10px 0px 0px;
}
.ResourcesTableHeader {
	background-color: #D3E3ED;
	border-style: solid;
	border-color: #316282;
	color: #333333;
}