body {
	background-position: center top;
	background-color: #002457;
	text-align: center;
	margin: 0px;
	color: #000000;
}
#content strong {
	font-weight: bold;
	color: #002457;
}

#container {
	position: relative;
	width: 735px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
}

#content {
	width: 675px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 35px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c5b8;
	border-left-color: #c7c5b8;
	padding-right: 35px;
	background-image: url(images/content_bkgrd.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#banner {
	background-image: url(images/banner.jpg);
	height: 137px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c7c5b8;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c7c5b8;
	width: 730px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00674E;
	font-weight: normal;
}

#header {
	position: relative;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 705px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c7c5b8;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c7c5b8;
	height: 125px;
	padding-top: 15px;
	padding-left: 25px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #707E86;
	line-height: normal;
	height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8494A0;
	width: 735px;
	padding-top: 3px;
}
#footer a {
	color: #626A6D;
	text-decoration: none;
}

#content a {
	text-decoration: none;
	color: #3A313C;
	font-weight: bold;
}
#content a:hover {
	color: #758BA7;
}
#news {
	background-image: url(images/news_box.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 615px;
	line-height: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#menu {
	width: 730px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C7C5B8;
	border-left-color: #C7C5B8;
	height: 43px;
}/*
#menu a, #menu span {
  background-repeat: no-repeat;
  background-color: transparent;
  height: 43px;
  float: left;
  padding: 0 0px 0 0px;
  outline: 0;
}
#menu a:hover,active,focus {
  background-position: 0 -43px;
}
#menu .about {
background-image: url(images/about.gif);
width:296px;
}
#menu .services {
background-image: url(images/services.gif);
width: 100px;
}
#menu .involvement {
background-image: url(images/involvement.gif);
width: 203px;
}
#menu .contact {
background-image: url(images/contact.gif);
width: 130px;
}*/


#buttons {
	width: 710px;
	height: 130px;
}
#buttons_sec {
	width: 301px;
	height: 35px;
}

#contentbullets {
	width: 650px;
	padding-left: 40px;
}



/* Set the UL to have no list item and give it a height */
#buttons ul {
	border: none;
	width: 710px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#buttons ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#buttons ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 130px;
	}

/* Hide the text on the top nav bar */
#buttons ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#buttons ul li a:hover {
	background-position: 0 -130px;
	}

/* No active state here so make sure it shows the default portion of the image */
#buttons ul li a:active {
	background-position: 0 -130px;
	}

#ma a {
	background-position: 0 0;
	width: 199px;
	background-image: url(images/buttons/m_a.gif);
	background-repeat: no-repeat;
	}
#ma a:hover, #ma a:active, #ma .selected {
	background-position: 0 -130px;
	}
#cap a {
	background-position: 0 0;
	width: 178px;
	background-image: url(images/buttons/cap_source.gif);
	background-repeat: no-repeat;
	}
#cap a:hover, #cap a:active, #cap .selected {
	background-position: 0 -130px;
	}

#ad a {
	background-position: 0 0;
	width: 190px;
	background-image: url(images/buttons/ad_serv.gif);
	background-repeat: no-repeat;
	}
#ad a:hover, #ad a:active, #ad .selected {
	background-position: 0 -130px;
	}
#signup a {
	background-position: 0 0;
	width: 135px;
	background-image: url(images/buttons/signup.gif);
	background-repeat: no-repeat;
	}
#signup a:hover, #signup a:active, #signup .selected {
	background-position: 0 -130px;
	}
	

/* for the signup button on the secondary pages */
#buttons_sec ul {
	border: none;
	width: 301px;
	list-style-type: none;
	z-index: 1;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#buttons_sec ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal */
	float: left;
	/* This will be used later for dropdowns */
	position: relative;
	}

#buttons_sec ul li a {
	/* change each anchor item to a block so that it takes up space */
	display: block;
	text-decoration: none;
	/* WIN IE5 hack */
	height: 35px;
	}

/* Hide the text on the top nav bar */
#buttons_sec ul li a span {
	display: none;
	}

/* On over move the viewable portion of the image up */
#buttons_sec ul li a:hover {
	background-position: 0 -35px;
	}

/* No active state here so make sure it shows the default portion of the image */
#buttons_sec ul li a:active {
	background-position: 0 -35px;
	}
#signup2 a {
	background-position: 0 0;
	width: 301px;
	background-image: url(images/buttons/signup2.jpg);
	background-repeat: no-repeat;
	}
#signup2 a:hover, #signup a:active, #signup .selected {
	background-position: 0 -35px;
	}