body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #c0c0c0;
	margin: 20px;;
	font-size: 14px;
}

a{
	color: #00345b;
}

a:hover {
	text-decoration: none;
}

#site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../App_Themes/satwf/images/site-bg.gif);
	background-repeat: repeat-y;

}

#header{
	height: 200px;
	background-image: url(../App_Themes/satwf/images/header.jpg);
}

#header h1{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 175px;
	width: 310px;
	margin-left: 265px;
}


#nav {
	width: 161px;
	float: left;
	background-image: url(../App_Themes/satwf/images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
}
#nav ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li {}

#nav li a{
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}

#nav li li a{
	padding-left: 20px;
	font-weight: normal;
}

#nav li li li a{
	padding-left: 30px;
}

#nav li a:hover {
	color: #3097b9;
}

#content {
	width: 749px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}

#content h1 {
	font-size: 22px;
	font-weight: normal;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #3097b9;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
}


#footer {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 161px;
	color: #3097b9;
}

#footer a{
	color: #3097b9;
	text-decoration: none;
}