/* --- BODY ------------------------------------ */	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(/../images/bg_paper.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	}


#logo {
	position: absolute;
	top: 24px;
	left: -7px;
	width: 590px;
	height: 61px;
	background-image: url(../images/swlogo1.png);
	background-repeat: no-repeat;
 	}
	
	
/* --- HEADER ------------------------------------ */	
#top {
	margin: 0;
	padding: 4px 0 0 10px;
	width: 100%;
	height: 20px;
	background-color: #000346;
	display: inline;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
}
#top a:link {
	text-decoration: none;
	color: #fff;
	}
#top a:visited {
	text-decoration: none;
	color: #fff;
	}
#top a:hover {
	color: #999;
	}
#top h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width: 50%;
	float: left;
}
#top h3 {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	text-align: right;
	font-size: 11px;
}

/* --- FOOTER ------------------------------------ */		
#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background-color: #880000;
	position: fixed;
	bottom: 0;
	left: 0;
	display: inline;
	float: left;
}
#footer h6 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	width: 50%;
	float: left;
}
#footer h3 {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	text-align: right;
	font-size: 11px;
}
#footer a:link {
	text-decoration: none;
	color: #fff;
	}
#footer a:visited {
	text-decoration: none;
	color: #fff;
	}
#footer a:hover {
	color: #999;
	}
	



#maincontentWrap {
	margin: 65px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 100%;
}
#mainContent {
margin: 35px 5px 5px 35px;
padding: 20px;
float: left;
width: 50%;
height: auto;
min-height: 500px;
border: 1px solid #ebebeb;

}




/* --- NAVIGATION ------------------------------------ */		
#nav {
margin: 0;
margin-top: 20px;
margin-bottom: 10px;
padding: 0;
height: 100%;
width: 130px;
float: left;
}
	#nav ul {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	border-bottom: 1px solid #ebebeb;
	
	}
		#nav li {
		margin: 0;
		padding: 10px 0;
		list-style-type: none;
		text-align: right;
		}
		#nav li a {
		padding: 0 0 0 20px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #999;
		width: 110px;
		}
		#nav li a:visited {
		color: #999;
		}
		#nav li a:hover {
		color: #000;
		}
