/* main styles */
body {
	margin:0;
	padding:17px 0 0 0;
	background:#ddd url(../images/bg-body.jpg) repeat left top;
  	font-family:arial,sans-serif;
	font-size:12px;
	}
form {
	margin:0;
	padding:0
	}
img {border:none;}
a {
	color:#666;
	text-decoration:underline;
		}
a:hover {
	text-decoration:underline;
}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.visible {display:block !important;}

input.text,
select,
textarea {
	color: #000000; /*#CFD5DC;*/ /*Calvin edited this 03/10/08 for the SignUp.asp form*/
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:normal;
	}
	
/* main container */
#main {
	width:1000px;
	margin:0 auto;
	border:2px solid #000000;
	overflow:hidden;
	background:#fff url(../images/bg-main.jpg) repeat left top; 
	}
/* Notes */
#Notes {
	margin:0pt 0pt 0pt 5px;
	
}



/* bordered container */
#container {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-y left; 
	position:relative;
	
	}
	
/* main columns */
#left-column {
	float:left;
	width:150px;
	padding:30px 0 20px 0;
	/* background:url(../images/bg-left-column.gif) no-repeat 0 55px; */
	}
#left-column p, h1, h2, h3 {
	padding:0px 5px 0px 5px;

	}
#right-column {
	float:right;
	width:850px;
	}
	

/* left navigation */
#left-navigation {
	margin:0;
	/* padding:27px 0 27px 1px; */

	}
#left-navigation ul {
	margin:0 0 0 0px;
	padding: 0;	
	}
#left-navigation li {
	list-style:none;
	margin:0 0 10px 0;
	}
#left-navigation li a {
	font-size:12px;
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding:0 0 0 11px;
	/* color:#515D8E; */
	margin: 20px;
	text-decoration:none
	}
#left-navigation li a:hover {
	background-position:0 -29px;
	color:#798C65;
	text-decoration:none;
	}
	
/* top visual box */
.visual {
	width:100%;
	height:175px;
	position:relative;
	background:url(../images/visual.jpg) no-repeat left top;
	}
.visual strong {
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:100%;
	height:63px;
	bottom:0;
	left:0;
	position:absolute;
	
	}
	
/* text content */
div.text-content {
	padding:15px 100px 0 39px;
	}
div.text-content p {
	margin:0 0 16px 0;
	line-height:16px;
	color:#798C65;
	}
div.text-content li {
	line-height:16px;
	color:#798C65;
	font-size: 12px;
	}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content .paging {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 16px 0;
	font-weight:normal;
	}
.text-content h1 {
	font-size:20px;
	color:#212A5E;
	}
.text-content h2 {
	font-size:17px;
	color:#728CA5;
	}
.text-content h3 {
	font-size:15px;
	color:#91AF74;
	}
.text-content a {
	color:#798C65;
	text-decoration: underline;
	}	
.text-content .paging {
	color:#798C65;
	font-size:16px;
	}
.text-content .paging a {
	color:#798C65;
	text-decoration: underline;
	}
.text-content .paging a:hover {
	color:#728CA5;
	text-decoration: underline;
	}

/* site by */
.site-by {
	clear:both;
	padding:10px 45px 5px 0;
	margin:-10px 0 0 190px;
	}
	
.site-by a {
	font-size:10px;
	color:#515D8E;
	text-decoration: underline;
	}

	
.site-by a:hover, .site-by a:focus {
	color:#798C65;
}
.boldtext {
	font-weight: bold;
	color: #CC0000;
}


