@charset "utf-8";
body  {
	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: #739aab;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 90%;
	background-color: #ffffff;
	background-image: url(../images/thinbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.twoColFixRtHdr #container {
	width: 1005px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.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. */
	background-color: #ffffff;
	float: left;
	width: 1005px;
	position: relative;
	height: 36px;
	margin: 0px;
} 

.twoColFixRtHdr #headerCH { 
	background: #DDDDDD; 
	padding: 0 0px 0 20px;  /* 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. */
} 

.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 */
}
.twoColFixRtHdr #sidebar1 {
	width: 467px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #f3f7f8;
	position: relative;
	float: right;
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 483px;
	height: 900px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #f3f7f8;
}
.twoColFixRtHdr #mainContent {
	padding: 0;
	width: 486px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	height: 485px;
	float: left;
	background-color: #ffffff;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #739aab;
} 
.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 */
}
.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: 2px;
}
.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;
}

.nav {
	position: relative;
	top: -9px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #739aab;
	background-color: white;
	}  

.navlogin {
	position: relative;
	padding: 0;
	margin: 0;
	color: #739aab;
	background-color: #f3f7f8;
	float: right;
	}  
	
	
hr {
	padding: 0;
	background-color: #1b567f;
	height: 1px;
	color: #739aab;

	}  	

.author {
	font-weight: bold;
	text-align: right;
}	

.copyright {
	font-weight: bold;
	font-size: 90%;
	color: #1b567f; 
}

.amp {

font-family: Verdana;
}

.table2 {
	border: 0;
	width: 486px;
	height: 150px;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin: 0;
	position: relative;
	border-collapse: collapse; 
}


.table1 {
	border: 0;
	width: 450px;
	font-size: 90%;
	padding: 0;
	margin: 0;
	position: relative;
	border-collapse: collapse; 
}

.bgcolor {
	background-color: #98c3d2;
}

.bgcolor2 {
	background-color: #a3d1e1;
}

img {
border: 0;
}

h4 {
height: auto;
}

.bold {
font-weight: bold;

}
a:link {text-decoration: none; color: #739aab; font-weight: bold; }
a:visited {text-decoration: none; color: #739aab; font-weight: bold; }
a:active {text-decoration: none;  color: #739aab;  font-weight: bold; }
a:hover {text-decoration: none;  color: #1b567f; font-weight: bold; }

.class1 a:link {text-decoration: none; color: #bb0000; font-weight: bolder;}
.class1 a:visited {text-decoration: none; color: #bb0000; font-weight: bolder;}
.class1 a:active {text-decoration: none; color: #bb0000; font-weight: bolder;}
.class1 a:hover {text-decoration: underline overline; color: #bb0000; font-weight: bolder;}

.class2 a:link {text-decoration: none; color: #1f1646; font-weight: bolder; }
.class2 a:visited {text-decoration: none; color: #1f1646; font-weight: bolder;}
.class2 a:active {text-decoration: none; color: #1f1646; font-weight: bolder;}
.class2 a:hover {text-decoration: none; color: #bb0000; font-weight: bolder;}

.class3 a:link {text-decoration: none; color: #1f1646; font-weight: normal; }
.class3 a:visited {text-decoration: none; color: #1f1646; font-weight: normal; }
.class3 a:active {text-decoration: none; color: #1f1646; font-weight: normal; }
.class3 a:hover {text-decoration: none; color: #bb0000; font-weight: normal; }

.class4 a:link {text-decoration: none; color: #ffffff; font-weight: bolder; }
.class4 a:visited {text-decoration: none; color: #ffffff; font-weight: bolder;}
.class4 a:active {text-decoration: none; color: #ffffff; font-weight: bolder;}
.class4 a:hover {text-decoration: none; color: #bb0000; font-weight: bolder;}
