/* CSS Document */

body {
	background-color:#fafafa;
	margin:0px;
	padding-top:15px;
	}
.content {	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#630;
	padding-bottom:15px;
	}
.content p {
	margin:1px;
	padding:5px 10px 2px 13px;
	font-size:13px;
	line-height:150%
	}
.content h1 {
	font-size:19px;
	margin:1px;
	padding:7px 5px 3px 9px;
	}
.content h2  {
	font-size:15px;
	margin:1px;
	padding:7px 5px 3px 9px;
	}
.content h2 a:link {color:#630}
.content h2 a:active {color:#630}
.content h2 a:hover {color:#930}
.content h2 a:visited {color:#930}
.content a {
	color:#630;
	}
.content a:active {
	color:#930;
	text-decoration:none;
	}
.content a:visited {
	color:#930;
	text-decoration:underline;
	}
.content a:hover {
	color:#930;
	text-decoration:none;
	}
.home {
	border-top:2px solid #630;
	border-left:2px solid #630;
	}
.home img {
	border-bottom:2px solid #630;
	border-right:2px solid #630;
	}
.banner {
	border:2px solid #630;
	border-bottom:0
	}
/*Menu Styles*/
#navcontainer {
	margin:1px;
	}
/*#navcontainer ul{ margin:1px}*/
#navlist li {
	font-family:Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding:7px 5px 5px 10px;
	/*background-repeat: no-repeat;*/
	}
#navlist a {
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
	}
#navlist a:link, #navlist a:visited {
	padding-left: 10px;
	color:#930;
	/*background: url(images/hat2.gif);*/
	/*background-position: 0 -28px;*/
	/*background-repeat: no-repeat;*/
	}
#navlist a:hover {
	color: black;
	padding-left: 20px;
	background-image:url(images/hat2.gif);
	background-repeat: no-repeat;
/*	background-position: 0 -14px;*/
	}

/*End Menu Styles*/
.checker_row{padding:0}
.checker_row img {border:2px solid #630}
.blank_row {border-top:2px solid #630}
.blank_row_bottom {border-bottom:2px solid #630}
.blank_row_bottom_left {
	border-bottom:2px solid #630;
	border-left:2px solid #630;
	}
.blank_row_bottom_right {
	border-bottom:2px solid #630;
	border-right:2px solid #630;
	}
.content_table {
	border:2px solid #630;
	border-top:0;
	}
.copy {
	border:2px solid #630;
	border-top:0;
	font-size:11px;
	color:#630;
	padding:10px;
	}
.copy a {
	color:#630;
	font-weight:bold;
	text-decoration:underline;
	}
.copy a:active {
	color:#930;
	font-weight:bold;
	text-decoration:none;
	}
.copy a:visited {
	color:#630;
	font-weight:bold;
	text-decoration:underline;
	}
.copy a:hover {
	color:#930;
	font-weight:bold;
	text-decoration:none;
	}