div.pagecontainer{
	margin-right:auto;
	margin-left:auto;
	width:800px;
	height:auto;
}

div.header{
	width:800px;
	height: 140px;
	background:url('images/design/Top.jpg');
	background-repeat: no-repeat;
	
}

div.spacer{
	width:800px;
	height:20px;
}

div.body{
	width:800px;
	height: 900px;
}

div.footer{
	width:800px;
	height:50px;
	background:url("images/design/Bottom.jpg");
	background-repeat: no-repeat;
}

div.menubarcontainer{
	width:150px;
	height:900px;
	float:left;
	background-color:#000080;

}

div.menubar{
	width:150px;
	height: 880px;
	background-color:#000080;

}

div.menubartop{
	width:150px;
	height:10px;
	background:url("images/design/BlueendT.jpg");
	background-repeat: no-repeat;

}

div.menubarbottom{
	width:150px;
	height:10px;
	background:url("images/design/BlueendB.jpg");
	background-repeat: no-repeat;
}

div.vertspacer{
	width:5px;
	height:900px;
	float:left;
}

div.contentarea{
	width:640px;
	height:900px;

	float:left;

}

div.navbar{
	width:640px;
	height:30px;
}

img.logo{
	display:block;
	margin-top:6px;
	float:left;
	margin-left:10px;
}

img.animation{
	display:block;
	margin-top:6px;
	margin-right:20px;
	float:right;
}

div.text{
	height:300px;
	width:400px;
	float:left;
}

div.picture{
	float:right;
}

div.textandpics{
	height:420px;
}

ul.menu{
	display:inline-block;
	padding: 0px;
	margin: 0px;
}

li.menuitem{
	list-style: none;
}

a.menutext:hover{
	background:url("images/design/YellowButton.jpg");
}

a.menutext{
	background:url("images/design/BlueButton.jpg");
	text-align:center;
	font-weight: bold;
	font-style: italic;	
	font-size: 0.60em;
	font-family: Gil Sans MT, sans-serif;
	text-decoration:none;
	color:white;
	display:block;
	height:40px;
	width:150px;
	line-height:35px;
}

ul.submenu{
	display:none;
	padding: 0px;
	margin: 0px;
}

li.submenuitem{
	list-style: none;
}

a.submenutext{
	background:url("images/design/menuback.jpg");
	text-align:center;	
	font-weight: bold;
	font-style: italic;	
	font-size: 0.60em;
	font-family: Gil Sans MT, sans-serif;
	text-decoration:none;
	color:#F7AD0C;
	display:block;
	height:30px;
	width:150px;
	line-height:30px;

}

a.submenutext:hover{
	background: url("images/design/menubackhover.jpg");
	color:white;
}

ul.rollmenu{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	border-style:solid;
	border-width:1px;
	border-color:#000080;
	width:300px;
	z-index:1;
}

li.rollmenuitem{
	list-style: none;
	height:30px;
}

a.rollmenutext{
	display:block;
	height:30px;
	width:300px;
	background-color:#F7AD0C;
	color:black;
	text-decoration:none;
	font-weight: bold;
	font-style: italic;	
	font-size: 0.60em;
	font-family: Gil Sans MT, sans-serif;
	text-decoration:none;
	line-height:30px;
	
}

a.rollmenutext:hover{
	background-color:#000080;
	color:white;
}

img.rollmenuimage{
	height:30px;
	width:20px;
	border-style:none;
	float:left;
	position:relative;
	left:-4px;
}

.headers{
	display:none;
}


div.textandpics{
	width:800px;
	height:400px;

}

div.text{
	float:left;
	width:450px;
}

div.picture{
	float:left;
}

