/***********************************************/
/* Color theme from                            */
/* kuler.adobe.com                             */
/* Storm Before The Calm                       */
/* 141414 383735 5C5951 79918B 83CCC           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url(images/hw6bg.gif);
}

a:link, a:visited, a:hover {
	color: #E1F5F0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.matchlink {
	color: #E1F5F0;
	font-family:Arial, Helvetica, sans-serif;	
	text-decoration: none;
}

#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #141414;
	text-decoration: none;
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
}
#navBar{
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px;
	background-color: #79918B;
	border-right: 1px solid #5C5951;
	border-bottom: 1px solid #5C5951;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
.style {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CCCC99;
	text-decoration: none;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCC99;
	text-decoration: none;
}
.style2 {font-size: 24px}
#footer {
	background-color: 52798A;
}
