BODY{
	margin:0px;
	padding:0px;
	font:80% Tahoma,Arial;
	background-color:#EDF1F8;
	background-image:url(images/bg3.gif);
	background-repeat:repeat-y;
}

TD {
	margin:0px;
	padding:0px;
	font:80% Tahoma,Arial;
}

INPUT, TEXTAREA{
	border:1px solid gray;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:gray;
	background-color:inherit;
}


#bgimage {
	position:absolute;
	left:0px;
	width:760px;
	height:118px;
	background-image:url(./images/logo_mountains.jpg);
	border-bottom:1px solid #666666;
	font-family:Papyrus,Arial, Helvetica, sans-serif;
	font-size:4em;
	color:#333333;
}

#slogan{
	color:#555599;
	position:relative;
	font-size:0.3em;
	padding-left:40px;
	width:400px;
	top:-5px;
	font-weight:bold;
}

#barleft{
	position:absolute;
	left:180px;
	top: 128px;
	height:60%;
	border-left:2px solid #DDDDDD;
}

#menu {
	position:absolute;
	left:10px;
	top:128px;
	height:400px;
	width:160px;
}

ul.menuItem {
	width:160px;
	margin:0 0 18px;
	padding:0;
	list-style:none;
}

ul.menuItem li {
	width:160px;
	padding:0;
	line-height:1.4em;
	display:inline;
}

ul.menuItem li a {
	background-color:#f4f4f4;
	color:#505050;
	font-weight:bold;
	width:150px;
	float:left;
	margin-top:5px;
	padding:2px 1px 2px 5px;
	border-left:6px solid #cccccc;
	border-bottom:1px solid #DDDDDD;
	text-decoration:none;
}

ul.menuItem li a:hover,ul.menuItem li a.selected {
	background-color:#eaeaea;
	border-left:6px solid #b33424;
	border-bottom:1px solid #b33424;
	color:#505050;
}


#content{
	position:absolute;
	left:200px;
	height:400px;
	top:126px;
	width: 520px;
	color: #444444;
	text-align:justify;
}

#content h3{
	border-bottom:1px solid #DDDDDD;
	color:#AAAAAA;
	width:90%;
}

#credits{
	border-top:1px solid #DADADA;
	font-family:Tahoma, Arial;
	font-size:10px;
	margin-top:150px;
	color:gray;
	background-color:#EEEEEE;
}



/* RELEVANT TO :  contact.html -------------------------------- */

.contentImage{
	border:1px solid black;
}

.textBox{
	border: 1px dotted #7786BB;
}

.textBoxTitle{
	background-color:#DADFFA; 
	text-align:center; 
	height:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.textBoxContent{
	text-align:center;
}

.href1{
	text-decoration:none;
	font-weight:100;
	font-size:0.7em;
}