@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	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;
}
.border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.75em;
	text-decoration: none;
	color: #000066;
	font-weight: normal;
	font-variant: small-caps;
}
.menu-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.border a {
	text-decoration: none;
	color: #135375;
}
.no-menu-breadcrumbs {
	padding-left: 225px;
}

.border a:hover {
	text-decoration: none;
	color: #990000;
}
a:link {
	color: #000000;
}
a:hover {
	color: #990000;
}
.thrColFixHdr #container {
	width: 984px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/images/content-bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
	background-position: center;
} 
.thrColFixHdr #header {
    background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 187px;
	background-position: center;
} 
.thrColFixHdr #header2 {
	padding-left: 27px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 27px;
}
.thrColFixHdr #sidebar1 h1 {
	background-color: #3C9CB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #135375;
	background-image: url(/images/sidebar1-h1-bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #289EDD;
	line-height: 1.1em;
}
.sidebar1-text {
	width: 195px;
	padding-left: 5px;
	color: #000000;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 9px;
}
.sidebar1-text a {
	color: #FFFFFF;
}
.sidebar1-text a:hover{
	color: #FFFF00;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* padding keeps the content of the div away from the edges */
	margin-right: 28px;
	border-left-width: 1px;
}
.thrColFixHdr #sidebar2 h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #135375;
	background-image: url(/images/sidebar1-h1-bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #289EDD;
	line-height: 1.2em;
}
.sidebar2-text {
	width: 180px;
	padding-left: 0px;
}
.sidebar2-text a {
	font-weight: bold;
	color: #000066;
}
.sidebar2-text a:hover {
	font-weight: bold;
	color: #A0171F;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 235px;
	width: 540px;
	padding: 0px;
} 
.thrColFixHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	line-height: 1.4em;
	color: #114E6F;
}
.mainContent-text {
	width: 530px;
	padding-right: 5px;
	padding-left: 5px;
}
.thrColFixHdr #footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 984px;
} 
.thrColFixHdr #footer a {
	color: #FFFFFF;
}
.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;
}
.thrColFixHdr #navbar {
	padding-top: 150px;
	text-decoration: none;
}
.search-field {
	margin-bottom: 6px;
}
.background {
	background-color: #990000;
}
.navbar {
}
a:visited {
	color: #000000;
}
a:active {
	color: #990000;
}
.add-this {
	left: 50px;
	height: 100px;
	width: 200px;
	padding: 20px;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #666666;
	margin-left: 15px;
}
.breadcrumbs a {
	color: #999999;
}
.table-border-black {
	border: 1px solid #000000;
}
.div-tag-content-right {
	float: right;
	border: 1px solid #999999;
	padding: 3px;
	margin: 3px;
}

