@charset "UTF-8";

/* This forces there to be a scrollbar so there aren't shifts in Firefox and Safari */
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	min-height: 100%;
    background-color: #999966;
	margin-top: 0px;
}

/* Wrapper */
#wrapper {
	width: 750px;
	margin: 0px auto;
	}
#wrapperAnchor {
	width: 750px;
	margin: 0px auto;
	background-image: url(images/content_bkground.jpg);
	background-repeat: repeat-y;
	}

#header {
	width: 750px;
	margin: 0px auto;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#nav {
	z-index: 1;
    float: left;
	width: 223px;
	font-size: 11px;
	line-height: 17px;
	list-style-position: outside;
	margin-left: 0px;
	clear: none;
	left: 0px;
	top: 0px;
	margin-bottom: 30px;
}

#navAnchor {
	z-index: 1;
    float: left;
	width: 223px;
	font-size: 11px;
	line-height: 17px;
	list-style-position: outside;
	margin-left: 0px;
	clear: none;
	left: 0px;
	top: 0px;
	margin-bottom: 30px;
}
#spotlight {
	float: left;
	width: 140px;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(images/sidebar_right.gif);
	background-repeat: repeat-y;
	font-weight: normal;
	height: 100%;
	margin-bottom: 0px;
    left: 0px;
	top: 0px;
	clear: none;
}
.bold {
	font-weight: bold;
	color: #666633;
}

#main {
	background-color: #ffffff;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 14px;
	width: 313px;
}
	
#content {
	background-color: #ffffff;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 14px;
	width: 473px;
	overflow: visible;
}

#contentAnchor {
	background-color: #ffffff;
	float: left;
	font-size: 11px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 14px;
	width: 473px;
	background-image:url(images/content_bkground.jpg)
	background-repeat: repeat-y;
}

#footer {
	font-size: 9px;
	background-color: #999966;
	height: 25px;
	width: 750px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: none;
	position: relative;
	bottom: auto;
	font-style: normal;
	font-weight: bold;
}

#columnWrapper {
	background-color: #330000;
	overflow: hidden;
}
#columnWrapperAnchor {
	background-color: #330000;
	background-image: url(images/content_bkground.jpg);
 	background-repeat: repeat-y;
	position: relative;
}

.clearFix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.columnContentWrapper {
	padding: 0px;
}

.italic {
	font-style: italic;
	color: #FFFFFF;
	margin-left: 10px;
}

.header {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666633;
}

#spotlight, #content, #nav {
	padding-bottom: 32767px !important;
	margin-bottom: -32760px !important;
}

.subheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFFF;
}

a img{
	border: 0;
}

a:link {
	text-decoration: none;
	color: #666633;
}
a:visited {
	text-decoration: none;
	color: #666633;
}
a:hover {
	text-decoration: none;
	color: #666633;
}
a:active {
	text-decoration: none;
	color: #666633;
}

.subheadergreen {
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}
.jobpoints {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFFF;
	line-height: 24px;
	font-style: normal;
}

.textInput 	{
width:250px;
}.donate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
