/* text n' tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

li { margin-left: -16px; }

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #666666;
	line-height: 20px;
}

	h2.h1spacing {
		margin-top: 8px;
	}
	
h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	line-height: 20px;
}	

a:link {
	color: #374e5f;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #374e5f;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #374e5f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5f3757;
	font-weight: bold;
	text-decoration: underline;
}

.largertext {
	font-size: 14px;
	line-height: 20px;
}

.tablespacing {
	margin-top: 8px;
}

.tableheader {
	border-bottom: 1px solid #666666;	
}

/* divs */

div#nav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

div#container {
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#banner {
	width: 774px;
	border: 3px double #000000;
	margin-bottom: 10px;
}

div#leftcolumn {
	width: 548px;
	margin-bottom: 10px;
}

.leftcolumnbox {
	width: 488px;
	padding: 10px 10px 2px 10px;
	margin: 8px auto;
	border: 3px double #000000;
	background-image: url(../images/sidebar-bg.gif);
}

div#rightcolumn {
	float: right;
	width: 194px;
	padding: 10px;
	border: 3px double #000000;
	background-image: url(../images/sidebar-bg.gif);
	margin-bottom: 10px;
}
	
div#rightcolumn-empty {
	float: right;
	width: 214px;
}

.rightcolumnbox {
	width: 194px;
	padding: 10px;
	border: 3px double #000000;
	background-image: url(../images/sidebar-bg.gif);
	margin-bottom: 10px;
}	

div#footer {
	clear: both;
	width: 780px;
	padding: 10px;
	font-size: 9px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}

div#tableborder {
	border: 1px solid #666666;
	padding: 0px;
}

a.button {
	display: block;
	padding: 10px;
	margin: 0px 20px 20px 20px;
	background-color: #0033CC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 21px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.button:hover { background-color: #000099; }


.chart { margin: 8px 0px 12px 0px; border-top: 1px solid #444444; border-left: 1px solid #444444; }
.chart tr td { padding: 5px; border-right: 1px solid #444444; border-bottom: 1px solid #444444; background-color: #FFFFFF; vertical-align: top; }
.chart tr th { padding: 5px; border-right: 1px solid #444444; border-bottom: 1px solid #444444; background-color: #444444; color: #FFFFFF; font-weight: bold; text-align: left; vertical-align: top; }

.photos { margin: 8px 0px 12px 0px; font-size: 10px; line-height: 14px; }
.photos tr td { padding: 0px 0px 4px 0px; }
.photos tr td img { border: 1px solid #000000; }