body {
	margin: 10px 0;
	padding: 0;
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: .9ems;
	font-size: 90%;
}
#container {
	width: 740px;
	margin:auto;
	
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h5 {
	font-weight: bold;
	font-size:100%;
	color: #666666:
	}
h6 {
	font-weight: bold;
	font-size:100%;
	color: #ff0000;
	}
p, ul, ol, blockquote {
	font-size: small;
	line-height: 140%;
	}
li {
	margin-top:5px;
	}


.back {
	font-size: 80%;
	float: right;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* hyperlink states -----------------*/
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #50652e;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
}
/* end hyperlink states ------------*/


/* Header -----------------*/

#header {
	margin: 0 auto;
	border-top: 5px solid #646765;
	border-bottom: 5px solid #646765;
	background-color: #FFFFFF;
	height: 250px;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-image: url(images/mountain_2_1.jpg);
	background-repeat:no-repeat;
	
	
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 10;
}

/* Content  background-color: #336633;*/

#content {
	margin: 0 auto;
	background-color: #96a9c4;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	
}
#content a {
	color:#3366CC;
	}
/* column one content ---------------------*/

#colOne {
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	width: 550px;
}
#colOne h2 {
	font-size: 120%;
	}
/* ------------------------------------------*/


/* Column two content */

#colTwo {
	float: left;
	width: 135px;
	padding: 10px;
}

#colTwo h2 {
	font-size: 110%;
	color: #FFFFFF;

}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}


/* ------------------------------------------*/


/* Footer ----------------------------------- */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #646765;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
	}
/* ------------------------------------------*/	

.imglogo {
	margin-top: 50px;
	margin-left:25px;
	}
.img_border {
	border: 1px solid #000000;
	}
.redtext{
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	}
