body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.container {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}

#border {
	border: 1px solid #6d7cb4;
	margin: 5px 0px 5px 0px;
	background-color: #fff;
	min-height: 776px;
	float: right;
	width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 

.header {
	text-align: center;
	margin: 6px 0px 0px 0px;
}


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 0px 6px;
	background-image: url(images/nav-bar-blue.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding: 5px 0px 0px 10px;
	text-align: center;
}

#nav-bar ul { padding: 0; margin: 0; }
#nav-bar ul li{ display: inline; padding: 0; margin: 0 20px 0 0; }
#nav-bar ul li a:link{ text-decoration: none; color: #fff; }
#nav-bar ul li a:visited{ text-decoration: none; color: #fff; }
#nav-bar ul li a:hover{ text-decoration: none; color: #74c339; }
/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
	display: inline;
	border: none;
}
img.block {
	display: block;
}
img.floatleft {
	float: left;
	margin: 0px 14px 10px 0px;
}
img.floatright {
	float: right;
	margin: 0px 14px 10px 0px;
}

/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/

#leftcolumn { /* Parent container for inside boxes */
	margin: 6px 0px 0px 4px;
	display: inline; /* IE Hack */
	width: 240px;
	float: left;
	background-image:url(images/search-box.gif);
	background-repeat: no-repeat;
	min-height: 300px;
	padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.left-box { /* Parent container for inside boxes */
	display: inline; /* IE Hack */
	width: 235px;
	float: left;
	min-height: 125px;
	margin-bottom: 7px;
}
* html .left-box {height:125px} /* IE Min-Height Hack */

.left-heading {
	background-image:url(images/left-heading-blue.gif);
	background-repeat: no-repeat;
	padding: 9px 14px 5px 10px;
	font-size: 16px;
	color: #fff;
	min-height: 11px;
	font-weight: bold;
}
* html .left-heading {height:11px} /* IE Min-Height Hack */

.left-mid {
	background-image:url(images/left-mid.gif);
	background-repeat: repeat;
	padding: 5px 14px 10px 14px;
}

.left-mid p {
	margin: 0;
	padding-top: 5px;
}

.left-bottom {
	background-image:url(images/left-bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
	clear: both;
}


#rightcolumn {
	margin: 6px 0px 0px 0px;
	display: inline; /* IE Hack */
	width: 513px;
	float: left;
	min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.maincontent {
	min-height: 80px;
	display: inline; /* IE Hack */
	float: left;
	margin-bottom: 7px;
	width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-top {
	background-image:url(images/content-top.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.content-mid {
	background-image:url(images/content-mid.gif);
	background-repeat: repeat;
	padding: 5px 14px 5px 14px;
}


.content-bottom {
	background-image:url(images/content-bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 0;
	padding: 0;
}

.sponsor {
	background-image:url(images/sponsor.gif);
	min-height: 80px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 10px 10px 13px;
	display: inline; /* IE Hack */
	float: left;
	width: 510px;
}
 * html .sponsor {height:80px} /* IE Min-Height Hack */

/* ------------------------ End Main Columns -----------------*/



/* ------------------------- Start Headings ---------------------*/
h1 {
	font-size: 16px;
	color: #39468f;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	color: #39468f;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 12px;
	color: #39468f;
	margin: 0;
	padding: 0;
}
/* ------------------------- End Headings ---------------------*/


#footer {
	font-size: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#linkbox {
	margin:0;
	padding: 0;
}

ul#linkbox li {
	list-style: none;
	margin: 12px 0 0 1px;
}

ul#linkbox li a:link{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
ul#linkbox li a:visited{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
ul#linkbox li a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #74c339;
}

.maincontent ul li {
	margin: 12px 0 0 1px;
}

.maincontent a:link {
	color: #0000FF;
	text-decoration: none;
}

.maincontent a:visited {
	color: #0000FF;
	text-decoration: none;
}

.maincontent a:hover {
	color: #000;
	background-color: #74c339;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

br.clear-left, 
div.clear-left {
	clear: left;
	margin: 0;
	padding: 0;
}



