/* CSS Document */
html {
	height: 100%;
	width:auto;
	font-size: 100%;
	background-image: url(images/whitebar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #231F20;
	background-attachment: scroll;
}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
	width: 100%;
	background-image: url(images/logoBG.jpg);
	background-repeat: no-repeat;
	background-position: left 91px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.4em;
	color: #E61A23;
	padding-top: 15px;
	margin-bottom: 10px;
}

a {      
    text-decoration: none;
	color: #999999;
}
a:hover{ 
	text-decoration: underline; 
	color: #CCCCCC;
}
a img{ border: 0; }

a img:hover {background: transparent; }
#containerWrapper {
	height: auto;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
}
#mainContainer{
	height: auto;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: left 91px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/logoBG.jpg);
}

#header{
	float: none;
	height: 91px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/headerBG2.jpg);
	min-width: 100%;
	max-width: 120%;
}
#navcontainer ul
{
	padding-left: 0;
	width: 340px;
	font-family: arial, helvetica, sans-serif;
	margin-top: 65px;
	font-size: 0.8em;
	margin-left: 440px;
	float: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #000000;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 0em;
	padding-right: 0.7em;
	padding-bottom: 0em;
	padding-left: 0.7em;
}

#navcontainer ul li a:hover
{
background-color: #E0DFE3;
color: #FFFFFF;
}
#contentWrapper{
	float: left;
	height: auto;
	width: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 20%;
	margin-top: 0px;
	color: #FFFFFF;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 20px;
	margin-left: 310px;
	min-width: 600px;
	max-width: 616px;
	min-height: 449px;
}
#content {
	float: right;
	height: auto;
	width: 85%;
	margin-right: 0px;
	margin-top: 40px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding-left: 15px;
	padding-right: 45px;
	min-height: 400px;
}
#footer {
	float: left;
	height: 22px;
	width: 590px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-top: 7px;
	padding-right: 10px;
}
.contentImage {
	float: right;
	height: auto;
	width: auto;
	margin: 10px;
	border: 2px solid #FFFFFF;
}
.headerSpacing {
	float: left;
	height: 91px;
	width: 340px;
}
h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.8em;
	color: #E61A23;
	padding-top: 15px;
	margin-bottom: 10px;
}
.projectLogo {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB1E2F;
	padding-bottom: 5px;
}
.contentImageLeft {

	float: left;
	height: auto;
	width: auto;
	margin: 10px;
	border: 2px solid #FFFFFF;
}

