BODY
{
	COLOR: #000; /* default text color */
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* no margins on any sides */
}

/* General Settings */

H1
{
	COLOR: #000099;
	margin-top: 0px;
	margin-bottom: 14px;
	border-bottom: solid 1px #E7EDFA;
	height: 24px;
}

H2
{
	COLOR: #000099;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}


.container
{
	width: 780px;
	position: relative;
	display: block;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

/* Not important if using one solid header the same size as the container above */

.headcont
{
	background: url(images/header-bg.gif) repeat-x;
	height: 150px;
	overflow: none;
	text-align: center;
}

.maincont
{
	background: #fff;

}

/* Use to set the color and size of the leftbar */

td.leftbar
{
	background: url(images/bg.jpg) repeat-x #00439E;
	color: #fff;
	width: 150px;
}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

div.navbar
{
	margin-top: 48px;
	margin-bottom: 100px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
	width: 100%; 
	border-bottom: solid 1px #fff; /* border (format: style size color) */
	margin-bottom: 6px;
	display: block; /* makes it so you don't need br's between the buttons */
	-moz-box-sizing:border-box;box-sizing:border-box;
}

/* 
border (format: style size color) solid black on top, and white on bottom gives effect of inner drop shadow - button being pushed down 
*/

a.nav:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #fff; /* border (format: style size color) */
}


div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #003333;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;
}


td.mainwindow
{
	width: 630px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}


a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	background: url(images/footer-bg.jpg) repeat-x;
	font-weight: bold;
	color: #000;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	clear: both;
}

a.jwd:link, a.jwd:visited {
	color: #fff;  
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}
a.jwd:hover 
{
	color: #fff;
}

a.admin:link, a.admin:visited {
	color: #cccccc;  
	text-decoration: none;
	font-size: 8pt;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 20px;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

p.inheader
 {
	position: absolute; 
	top: 140px; 
	right: 10px;
	COLOR: #ffffff;
	font-size: 100%;
	FONT-FAMILY: Arial; 
}

div.contactform
{
	width: 280px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 280px;
	float: left;
}

.sbybox
{
	font-size: 9pt;
	text-align: right;
	padding-right: 10px;
}

.psponsors
{
	width: 190px;
	float: right;
	display: block;
	background: url(images/sponsor-bg.jpg);
	padding: 4px;
	border: solid 1px #000;
	font-size: 8pt;
	text-align: center;
	margin-left: 10px;
}

.psponsors h2
{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 14pt;
	color: #000;
	border-bottom: solid 1px #fff;
}

.psponsors p
{
	margin-bottom: 6px;

}

#memapp table tr td
{
	font-size: 8pt;
	text-align: center;
}

#organize table tr td
{
	font-size: 10pt;
}

.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}


#joblisting h1
{
	font-size: 16pt;
}

@media print
{
.container, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

.copy
{
	display: none;
}

}