/*
BVKC stylesheet
File name: bvkstyle.css
Author: Judy King
Date: 10/3/12
*/
* {
  margin: 0px;
  padding: 0px;
}
header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #111b59;
}
#wrapper {
	width: 1000px;
	margin: 15px auto;
	text-align: left;
}

#blockquote { 
	padding-right: 25px;
	padding-left: 25px;
}

#reginald { /* conditional formatting for extra indentation of bulleted lists */
	padding-right: 30px;
	padding-left: 30px;
}

#main_menu { /* for top nav bar */
	background: #86aabb;
	padding: 5px;
	border-left: 2px solid black; border-right: 2px solid black;
}
#main_menu li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	font: bold 14px verdana, sans-serif;
}
#sub_menu { /* for nav bar in footer */
	background: #86aabb;
	padding: 5px;
	
}
#sub_menu li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	font: italic 10px verdana, sans-serif;
}
#aside {
	float: right;
}

img {border: 2px solid black;}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #111b59;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #963939;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #ea4b4b;
	}
	
#mainPanel{
	
 height: 100%; padding: 35px; 
 background-color: #FFFFFF; clear: left;
	border: 2px solid black;
 }   
 
div.footer{
  background-color: #86aabb;
  position: relative; 
  border-left: 2px solid black; border-right: 2px solid black; border-bottom: 2px solid black;
  width: 996px; clear: left; clear: right;
  }
  


				
