/* CSS Document */

html,body{
	margin:0;padding:0
}

body{
	font: 76% arial,sans-serif
}

h1 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	
}

h2 {
	font-size:16px;
	font-weight: bold;
	color: #000000;
	margin:0 10px 10px
	
}

p{
	margin:0 10px 10px 10px;
}

a{
	
	color: #990033;
		
}

a:hover {
	text-decoration: none;
}


div#umlinks {
	width: 100%;
	vertical-align:bottom;
	
	
}

div#umlinks a {
	text-decoration:none;
}

div#umlinks a:hover {
	text-decoration:underline;
}

div#header {
	height:111px;
	
	margin:0;
	padding-left:2px;
	padding-right:4px;
	background-image: url(../images/header/MtnBkgdSum05.gif);
	background-repeat: repeat-x;
	overflow:hidden;
}

div#headerleft {
	float:left;
	clear:none;
	width:50%;
	/*this makes header elements behavior properly in firefox when the page width is reduced*/
	visibility:collapse	
}

div#headerright {
	float:right;
	width:50%;
	clear:none;
	margin:0px;
}

div#headerbottom{
	width:100%;
	padding-bottom:4px;
	clear:both;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-top: thin outset #000000;
	border-right: thin none #000000;
	border-bottom: thin outset #000000;
	border-left: thin none #000000;
	background-color:#5A6A4D;
}

div#container{
	background:#5A6A4D;
	clear:both
}

div#navigation{
	float:left;
	width:25%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	margin:0 0 0 -10px;
	background-color: #5A6A4D;
	
}

#container #navigation a {
	color: #FFFFFF;
	font-size: larger;
	line-height: 40px;
	font-weight: bold;	
	text-decoration:none;
}

#container #navigation a:hover{
	text-decoration:underline;
}

div#extra{
	clear:left;
	
	background:#CC6600;
	border:thin solid #000000;
	padding:8px;
	margin-right:5px;
	background-color: #CC9933;
	margin-left: 5px;
	border: thin solid #000000;
}

div#extra a {
	color: #000000;
	text-decoration:underline;
}

div#extra a:hover {
	text-decoration:none;
}

div#wrapper{
	/*width:94%;*/
	/*margin-right:-25%;*/
	margin:0 0 0 26%;
	border: medium none #000000;
	
}

div#content{
	/*margin-right:25%;*/
	background-color:#FFFFFF;
	border: thin solid #000000;
	min-height:500px;
}



div#content p{
	line-height:1.4
}

div#mainimage{
	float:right;
	margin: 8px;
	font-size:10px;
	text-align:center;
}

div#leftimage{
	float:left;
	margin:8px;
	font-size:10px;
	text-align:center;
}



div#footer{
	clear:both;
	width:99.6%;
	border: thin solid #000000;
	background-color:#5A6A4D
}

div#footer a{
	text-decoration:underline;
	color:#ffffff;
}

div#footer a:hover{
	text-decoration:underline;
}

div#footerright{
	float:right;
	vertical-align: bottom;
}

div#footer p{
	margin:0;
	padding:5px 10px;
	color: #FFFFFF;
}

/*to float an image right, and set caption text size and alignment*/
.floatright{
	float:right;
	margin: 8px;
	font-size:10px;
	text-align:center;
}

/*to float an image left, and set caption text size and alignment*/
.floatleft{
	float:left;
	margin: 8px;
	font-size:10px;
	text-align:center;
}

#container #navigation p {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	text-indent: 10px;
}
