@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Segoe UI", Georgia, "Times New Roman", sans-serif;
	font-size: small;
	background-color: #9CC350;
	background-image: url(../images/DECAcamp-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#picsmall {
	text-align: center;
	vertical-align: middle;
	float: left;
	padding-right: 5px;
	padding-left: 25px;
	position: relative;
	top: 13px;
}


#container  {
	width: 779px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#background {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#header  {
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#mainContent  {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent p {
}
#flash {
	z-index: -1;
}


#mainContent h1 {
	color: #609100;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DCB6;
}

#mainContent h2 {
	color: #9CC350;
}
#mainContent h3 {
	font-size: medium;
	color: #609100;
}

#mainContent  a:link, #mainContent a:visited {
	color: #609100;
	text-decoration: none;
}
#mainContent a:hover {
	color: #9CC350;
	text-decoration: none;
}

#footer  {
	background:#609100;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer  p  {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: x-small;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#footer #diamond {
	display: block;
	float: right;
	padding-top: 5px;
	padding-left: 10px;
}

#footer a:link, #footer a:visited {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: x-small;
	color: #D0DCB6;
	text-decoration: none;
}


#picright
 {
	float: right;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#picleft {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	float: left;
	vertical-align: middle;
}
#emphasis {
	background-color: #D0DCB6;
	font-size: medium;
	font-weight: bold;
	border: 1px solid #609100;
	text-align: center;
	height: auto;
	width: 50%;
	vertical-align: middle;
}
#pics {
	text-align: left;
}
#links {
	line-height: 48px;
	vertical-align: middle;
}


/* BEGIN TOP NAVIGATION */
ul#navlist
{
	padding-left: 5px;
	white-space: nowrap;
	padding-right: 5px;
	font-size: medium;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9CC350;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover
{
	color: #609100;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0DCB6;
	border-right-color: #D0DCB6;
	border-bottom-color: #D0DCB6;
	border-left-color: #D0DCB6;
	font-weight: bold;
}
ul#dates {
	list-style-type: none;
	line-height: 2em;
}
#address {
	text-align: center;
	font-weight: bold;
}

ul#contactlist
{
	padding-left: 0px;
	white-space: nowrap;
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#contactlist li
{
	display: inline-block;
	list-style-type: none;
	vertical-align:middle;
	padding-right: 25px;
	padding-left: 0px;
}
#bullets {
	list-style-type: square;
}
