/* basic elements */
html {
	margin: 0;
	padding: 0;
}

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 72%;       
	cursor: default;
	background-color: #FFFFFF
}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/* main title - mild blue*/
h1 {
   font-size: 100%;
   font-weight: normal;
   color: #7398BD;
}

/* subtitle - pewter gray */
h2 {
   color: #667788;
   text-decoration: none;                                          
   font:78%/1.4em Verdana, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   line-height: 1.8em;
   letter-spacing: .2em;     
}

/* text & sidebar titles - bright brick red */
h3 {
	color: #AF3232;
	text-decoration: none;			 	  	  		  	  
    font: Arial, Helvetica, Verdana, sans-serif;
  	font-size: 94%;
  	font-weight: normal;
  	text-transform: uppercase;
  	letter-spacing: .2em;
}

/* paragraph - placed below h3 for convenience but belongs above h1 */
p { 
    font-size: 12px;    
	letter-spacing: .04em;
	line-height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;                   
	padding-bottom: 10px;            
} 

/* link: slate blue */
a {
    color: #3366AA;
	background-color: #FFFFFF; 
	text-decoration: none;
}

/* hover: strong brick red */
a:hover {
	color: #cc0000;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/* horizontal rule */
hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CDCDCD;
	height: 1px;
	width: 100%;
}

/* specific divs */
#container {
	width: 820px;
	margin-right: auto;
	margin-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
	position: absolute;
}

/* div for title & subtitle */
#header {
	width: 100%;
}

/* footer div - pewter gray */
#footer {
    color: #667788;
	background-color: #FFFFFF;
	clear: both;
}

/* mid footer class: */
.mid {
	text-align: center;	                            
    text-decoration: none;
	font: 78%/1.4em Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.8em;
    letter-spacing: .3em;
	margin: 5px 0px 5px 0px;
}