body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/logo_background.gif);
	/*background-image: url(IMAGES/logo_background.gif);
	background-repeat: repeat;*/
}
#wrapper {
	width: 800px;
	margin:auto;
	border: medium solid #CCCCCC;
	background-image: url(images/background.gif);
}
#banner {
	border: medium solid #660000;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFC4;
}

#header {
	background-color: #FFFFFF;
	height: auto;
	padding: 5px;
	border: medium solid #71091E;
	background-repeat: no-repeat;
}
#nav {
	background-color: #cccccc;
	width: 800px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#leftbox {
	float: left;
	width: 170px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 15px;
	clear: inherit;
}
#contents {
	float: right;
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#navfooter {
	clear: both;
	text-align: center;
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #CCCCFF;
	border: medium solid #660000;
}

#footer {
	background-color: #000066;
	text-align: center;
	clear: both;
}	
.style1 {
	font-size: 18px;
	color: #FFFFFF;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
}
.redbox {
	background-color: #83182C;
}
.left_just_style {
	text-align: left;
}
.body_copy_black {
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.style3 {color: #FFFFFF}
.style4 {color: #400000; 
}
.style5 {
	font-size: 16;
	font-weight: bold;
}
#vision {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.style4_topalign {
	color: #400000;
	vertical-align: text-top;
}
