@charset "utf-8";
/* CSS Document */

 
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #8b8484;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
	   
.twoColFixRtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 4px;
	border-bottom-style: none;
	background-color: #005DB3;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
} 
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 165%;
	font-weight: bold;
	color: #005db3;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 300%;
	font-weight: bold;
	color: #f38a18;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 400px;
	vertical-align: 50%;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 305px;
	background-color: #ebf1fc;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixRtHdr #sidebar1 a {
	color: #005db3;
}
.twoColFixRtHdr #sidebar1 a:visited {
	color: #F93;
}

twoColFixRtHdr #sidebar1 a:hover {
	color: #999;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color:  #F93;
}
.twoColFixRtHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
} 

.twoColFixRtHdr #mainContent a {
	color: #005db3;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #F93;
}

twoColFixRtHdr #mainContent a:hover {
	color: #999;
}
#decorativetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

#decorativetext a{
	color: #999;
}

#decorativetext a:visited{
	color: #999;
}

#decorativetext a:hover{
	color: #999;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #edab20;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #005db3;
	color: #09F;
	color: #36C;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.twoColFixRtHdr #footer a {
	color: #005db3;
}
.twoColFixRtHdr #footer a:visited {
	color: #F93;
}

twoColFixRtHdr #footer a:hover {
	color: #999;
}
.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;
}
#navigation2 {
	width: 950px;
	border-bottom-width: 4px;
	border-bottom-style: none;
	border-bottom-color: #edab20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #d9d6d6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #015db4;
}
#navigation {
	width: 950px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #edab20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005db3;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 33px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#thicktabs{
	margin: 0;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
}

#thicktabs li{
	display: inline;
	color: #015db4;
}

#thicktabs li a{
	float: left;
	color: #FFFFFF;
	padding: 8px 11px; /*padding of tabs*/
	text-decoration: none;
}

#thicktabs li a:visited{
color: #FFFFFF;
}

#thicktabs li a:hover{
color: #FFCC66;
}

#thicktabs2{
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 9px;
}

#thicktabs2 li{
	display: inline;
	color: #015db4;
}

#thicktabs2 li a{
float: right;
color: #015db4;
padding: 11px 11px 0px; /*padding of tabs*/
text-decoration: none;

}

#thicktabs2 li a:visited{
	color: #015db4;
}

#thicktabs2 li a:hover{
color: #FFCC66;

}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
	color: #005db3;
}
 
.quotations {
	padding: 5px;
	height: auto;
	width: 264px;
	font-family: "Times New Roman", Times, serif;
	font-size: 145%;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
