/* CSS Document */

html, body {
	height: 100%;
	background-color:#D3E2F1;
	margin:0 0 0 0;
	}

#Container {
	width: 900px;
	margin: 0 auto;
	background-color:#FFF;
	border: 10px solid #B7BCE7;
	border-top-width: 0px;
	border-bottom-width: 0px;
	padding: 20px;
	}
	
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6666CC;
	font-size: 24px;
	font-weight: 200;
	}
	
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-size: 24px;
	}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 14px;
	line-height: 29px;
	font-weight: 100;
	}
	
#topStuff{
	text-align: right;
	width: 100%;
	height: 156px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;

	}					
	
#logo{
	float: left;
	height: 122px;
	width: 124px;
	background-image:url(images/logo.gif);
	background-repeat: no-repeat;
	display: inline;
	}			
	
#navBar{
	width: 100%;
	height: 47px;
	border: 1px solid #E6E6E6;
	border-bottom: 3px solid #B7BCE7;
	background-image:  url("images/navBarBg.gif");
	background-repeat: repeat-x;
	}					
	
#navBar ul{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}			
	
#navBar li{
	list-style-type: none;
	display: inline;
	margin: 0 25px 0 25px;
	}
	
navBar li a{} 

#body{
	border: 1px solid #E6E6E6;
	padding: 15px;
	width: auto;
	background-image: url("images/bodyBg.gif");
	background-position: center;
	background-repeat: no-repeat;
	}	
	
#footer{
	border: 1px solid #E6E6E6;
	padding: 15px;
	margin: 10px 0 10px 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align: center;
	}									