/* @group General Layout */

body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	color: black;
	background-image: url('/images/background_simple.jpg');
	background-repeat: repeat-y;
	max-width: 994px;
}
#popup-body {
	padding: 20px;
	background-image: url('/images/background_fixed.jpg');
/*	color: #114706;*/
	height: 950px;
	min-height: 950px;
	width: 750px;
	max-width: 750px;
}

table {
	padding: 10px;
}
table tr td {
	font-size: 13px;
}
.popup-title {
}
.popup-message {
	color: black;
	padding: 20px;
	font-size: 120%;
	margin-left: 40px;
	margin-right: 40px;
}
.screening-signup td {
	font-size: 13px;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.screening-signup td input {
	font-size: 12px;
}

.sidebar {
	text-align: left;
	overflow: wrap;
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar-right {
	margin-left: 20px;
}

.sidebar-module {
}

div.sidebar-spaced {
	margin-bottom: 35px;
}

.sidebar .headline {
	color: #056601;
	text-align: center;
	overflow: wrap;
	font-size: 125%;
	font-weight: bold;
	padding-top: 10px;
}

.sidebar .list-header {
	color: #c71700;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 7px;
}

.sidebar .menu, 
.sidebar .list {
	line-height: 140%;
}

.sidebar .menu a:link, 
.sidebar .menu a:visited, 
.sidebar .list a:link, 
.sidebar .list a:visited {
	color: #056601;
	text-decoration: none;
}

.sidebar .menu a:hover, 
.sidebar .menu a:active, 
.sidebar .list a:hover, 
.sidebar .list a:active {
	color: #c71700;
	text-decoration: underline;
}

.sidebar .menu {
	text-align: center;
	font-weight: bold;
}

.sidebar .list .count {
	float: right;
	margin-right: 5px;
	font-style: bold;
}

img {
	border-width: 0px;
}
#container {
	width: 1024px;
}
#content{
	min-height: 950px;
	padding-top: 29px;
}

#left {
	float:left;
	width:218px;
	margin: 0;
	margin-left: 32px;
	text-align: center;
	padding:0;
	padding-bottom: 25px;
}
#right {
	float:right;
	width:225px;
	text-align: center;
	padding: 0;
	margin-left: 20px;
	padding-bottom: 25px;
}
#middle {
	width: 500px;
	padding-top: 33px;
	margin: 0 250px;
	position: relative;
	left: 40px;
	padding-bottom: 25px;
}
#cleaner {
	clear: both;
}

/* @end */

/* @group Left Nav */
#logo {
	margin-bottom: 20px;
}
#left h2 {
	margin-top: 0;
}
/* @end */

/* @group Right Nav */

/* @end */

/* @group Entry Elements */
h2 {
	color: #056601;
	text-transform: uppercase;
	font: xx-large impact, arial;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}

h3 {
	color: #056601;
	text-transform: uppercase;
	font: x-large impact, arial;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}

.secondary a:link,
.secondary a:visited {
	color: white;
	text-shadow: #36414d 0 0px 3px;
}

.secondary a:active,
.secondary a:hover {
	color: #c71700;
	text-shadow: white 0 0px 0px;
}

.secondary {
	color: white;
	text-shadow: #36414d 0 0px 3px;
}
.delimiter {
	position: relative;
	top: 8px;
}

p,
blockquote {
	color: black;
	margin-bottom: 10px;
	line-height: 160%;
}

div.screening, div.review {
	padding-bottom: 10px;
}
/* @end */

/* @group Middle */
#middle p {
	color: black;
	text-align: justify;
}

p a:link,
p a:visited {
	color: #056601;
}
p a:hover,
p a:active {
	color: #c71700;
}

h2.hilite a:link,
h2.hilite a:visited,
h3.hilite a:link,
h3.hilite a:visited {
	color: #c71700;
	text-decoration: none;
}

h2.hilite a:hover,
h2.hilite a:active,
h3.hilite a:hover,
h3.hilite a:active {
	color: yellow;
	text-decoration: none;
}


h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
	color: #056601;
	text-decoration: none;
}

h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active {
	color: yellow;
	text-decoration: none;
}


/* @end */





