/* CSS Document */


/* LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #2e5290;
	background-image: url(../images/body-header.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#framework {
	width: 760px;
	height: auto;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	background-color: white;
}


#container {
	width: 760px;
	height: auto;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	background-color: white;
	float: left;
}


#header {
	width: 760px;
	height: 195px;
	background-image : url(../images/header.gif);
}

/* Added this footer so that the mountain climbers would slide up and down
 * depending on how much content was on the page.
*/
#footer {
  position: relative;
  width: 760px;
  height: 363px;
  background-color: #FFF;
	background-image: url(../images/blue-mountain-climb.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}


#nav {
	width: 745px;
	height: 34px;
	background-image: url(../images/nav-background.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 7px 0px 0px 15px;
}

#nav a:hover {
	color: #666666;
	text-decoration: none;
}

#nav a {
	color: #CCCCCC;
	text-decoration: none;
}

#anncmt {
	width: 760px;
	height: auto;
	margin-top: 25px;
	font-size: 20px;
	text-align: center;
}

#content {
	width: 474px;
	height: auto;
	margin-left: 25px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font: #000000;
  padding: 0px;
}

#content-middle {
  position: relative;
  background-color: transparent;
  border-left: 3px solid  #01A560;
  border-right: 3px solid #01A560;
}

/* Removed margin from p and h1 tags that appear within the #content-middle div. 
 * The was causing a gap between the rounded corner images and the body of the box.
*/
#content-middle p, h1 {
  margin: 0px;
  padding: 3px 5px 5px 5px;
}

#content-middle a:hover {
	color: #666666;
	text-decoration: none;
}

#content-middle a {
	color: #333333;
	text-decoration: underline;
}
	


#sidebar {
	width: 225px;
	height: auto;
	float: right;
	display: inline;
	margin-top: 20px;
	margin-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font: #000000;
    padding: 0px;
}

#sidebar-middle {
  position: relative;
  background-color: transparent;
  border-left: 3px solid  #01A560;
  border-right: 3px solid #01A560;
}


#sidebar-middle a:hover {
	color: #666666;
	text-decoration: none;
}

#sidebar-middle a {
	color: #333333;
	text-decoration: underline;
}

/* Removed margin from p and h1 tags that appear within the #content-middle div. 
 * The was causing a gap between the rounded corner images and the body of the box.
*/
#sidebar-middle p, h1 {
  margin: 0px;
  padding: 3px 5px 5px 5px;
}




/* FONTS */


/* changed to h1 style definition rather than a .h1 class */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px; 
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 20px;
	letter-spacing: 2px;
} 
