

body {
	margin:0;
	padding:0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	background:#fff;
	color:#666;
	background-color:#ccd7e9;
	background-image:url(images/bg_grad.png);
	background-repeat:repeat-x;
	background-position:top;
}

#wrapper {
	margin: 0 auto;
	width:755px;
	text-align:left;
}

#header {
	float:left;
	width:630px;
	background:#fff;
	background-image:url(images/headerbg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:123px;
}

#footer {
	width:630px;
	height:100%;
	background:#000;
	color:#fff;
}

#footer p {
	font-size:.8em;
	margin:0;
	padding:10px 0 15px 35px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* Blue Subhead Section */
#blueSubHead {
	clear:both;
	width:630px;
	background-color:#003857;
	background-image:url(images/bluebox_bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	padding-bottom:15px;
	height:100%;
	overflow:auto;
}

#blueRightCorner {
	display:inline;
	position:relative;
	left:595px;
	top:0;
}

#redArrow {
	float:left;
	display:inline;
	margin:-5px 5px 0 30px;
}

#WhatIsaaa {
	float:left;
	display:inline;
	position:relative;
	left:10px;
	top:-5px;
}

.subHeadLeftCol {
	clear:both;
	display:inline;
	float:left;
	margin-left:75px;
	width:350px;
}

.subHeadLeftCol p {
	font-size:1.1em;
	line-height:1.25em;
	color:#f5f5f5;
	margin:0;
	padding:0;
}

.subHeadLeftCol a {
	color:#fff;
	font-style:italic;
}
.subHeadLeftCol a:hover {
	text-decoration:none;
}

.subHeadRightCol {
	float:left;
	display:inline;
	width:150px;
	margin-left:35px;
}

/* End of Blue Subhead Section */


/* Green Subhead Section */
#greenSubHead {
	clear:both;
	width:630px;
	height:100%;
	background-color:#317231;
	background-image:url(images/greenbox_Bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	overflow:auto;
	padding-bottom:15px;
}

#greenRightCorner {
	display:inline;
	position:relative;
	left:595px;
	top:0;
}

#blueArrow {
	float:left;
	display:inline;
	margin:10px 5px 0 30px;
}

#nominateAnOrg {
	float:left;
	display:inline;
	position:relative;
	left:10px;
	top:10px;
}

/* End of Green Subhead Section */




#container {
	float:left;
	display:inline;
	width:630px;
	background:#fff;
}

#contentColLeft {
	float:left;
	display:inline;
	width:269px;
	padding:0;
	margin:10px 10px 10px 35px;
}

#contentColRight {
	float:left;
	display:inline;
	width:265px;
	padding:0;
	margin:10px 35px 10px 15px;
}
.section {
	margin:15px 0;
}

.section h2 {
	background-image:url(images/arrowHeaders.png);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:left top;
	overflow:visible;
	color:#0066cc;
	font-size: 1.5em;
	font-weight:normal;
	margin:0 0 15px 0;
}
.section h3 {
	font-size:1.2em;
	color:#0066cc;
	margin:0;
	padding:0 15px 0 30px;
	font-weight:normal;
	margin:0;
}
.section h4 {
	font-size:1em;
	margin:0;
	padding:0 0 0 30px;
	font-weight:normal;
}
.section p {
	padding:0 15px 0 30px;
	line-height:16px;
	margin-top:0;
}
.section a {
	color:#0066cc;
	text-decoration:none;
}
.section a:hover {
	text-decoration:underline;
}
