/*Stylesheet.css*/


body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #c0c0c0;
	font-style: normal;
	font-weight: normal;
	width: 1000px;
}

/* Style rule for the aside */	

article {
	background-color:#FFFFFF;
	padding:50px;
}
h2 {
	align-items:center;
	color:#0638F9;
	font-size:18px;
	padding: 0 auto;
	margin: 0 auto;
}
h6 {
	padding: 0 auto;
	margin: 0 auto;
}

/*======== Styling for the article section */
.raised {
	border:solid 1px #7B7777;
	border-radius: 0px;
	box-shadow:5px 5px 5px gray;
}
/* Styling for the footer section */
footer {
	height: 80px;
	background-color: #EBE9E9;
	align-content: center;
	font-size: 18px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #6A6767;
}

/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{
	width:1000px;
	height:43px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(blueslate_background.gif) repeat-x top left;
	font-family:Verdana;
	text-transform:uppercase;
}
.blue #slatenav ul{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.blue #slatenav ul li{
	float: left;
	width: 142px;
}
.blue #slatenav ul li a{
	display:block;
	text-align:center;
	color:#D5F1FF;
	text-decoration:none;
	padding:5px 0px 15px 5px;
	height:22px;
	width:140px; 
	}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color: #fff;
	background: transparent url(blueslate_backgroundOVER.gif) no-repeat top center;
	text-align: center;
	width: 143px;
	}
/* ---------------------- END Blueslate nav ---------------------- */

