﻿/*BODY TEXT: Alter the color and style of your main body text, links and the background color of your page here. If you do no want a background color, set the attribute "background-color" to "#FFFFFF".*/

BODY{
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif; 
	font-size: 12px; 
	color: #000000; 
	background-color :#ffffff; 
	margin: 0; 
	padding: 0px 0px 0px 0px;
	text-align:center;
}
/*End BODY style */

/* The DIV tag style */

#container {
	 width:750px;
	 padding:20px;
	 margin: 0 auto;
}

#header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
	background:transparent;
	background-image:url('images/chugach-header.gif');
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	float:left;
	width:700px;
	text-align:center;

}
#sidebar {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background:transparent;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	float:left;
	width:120px;
}
#content {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background:transparent;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	float:left;
	width:570px;
	text-align:left;
	vertical-align:top;
	height: 100%;
}
#footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background:transparent;
	margin: 5px 5px 5px 5px; 
	padding: 5px 5px 5px 5px;
	float:left;
	width:700px;
	text-align:center;
}
/*End DIV style*/

a:link {
	color: #663300; 
	text-decoration: none;
}
  
a:visited {
	color: navy; 
	text-decoration: none;
}

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

a:active {
	color: #663300; 
	text-decoration: none;
}

.buttons {
	width:100px;
	font-family:Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	display: block;
	padding: 0 0 10 0;
}

.buttons a {
	color: #000000;
	background-color: #ffffff;
	display: block;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:link {
	color: #000000;
	background-color: #ffffff;
	display: block;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:visited {
	color: navy;
	background-color: #ffffff;
	display: block;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #ffffff;
	color: #FF9900;
	display: block;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:active {
	color: #000000;
	background-color: #ffffff;
	display: block;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}

.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .75em;
}
h1 {
	color: navy;
	font-size:2.5em
}

h2 {
	color: #000000;
}
h3 {
	font-size: 1.4em;
}
	
li {
	padding: 4px;
	line-height: 125%;
}



