@charset "utf-8";
/* CSS Document */ 

body{
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

html, body,{
    min-height: 100%;
    width: 100%;
    height: 100%;
} 

a:link, a:visited, a:hover{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: arial;
 font-size: 230%;
}

h2{
 font-family: arial;
 font-size: 130%;
}

ul{
 list-style-type: none;
 padding-top:0;
 margin-top:0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#title{
	float:left;
	width:auto;
}

#navigation{
	float:top;
	width: 300px;
}

#pad{
float:left;
width: 50px;
}

#top {
	float:left;
	height: 130px;
	width: 960px;
}

#logo {
	float:left;
	width: 960px;
}

#nav {
	margin: 7px 0 0 25px;
	float:left;
}

#nav select {
	width: 300px;
}

#footer {
	float:right;
	margin: 20px;
}

#footer a {
	text-decoration: underline;
	font-weight: bold;
}
