body {
	font-family : Arial,Verdana, Geneva, Helvetica, sans-serif;
	background-color: Navy;
	background-image: url(images/BodyBckgnd.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin : 0px;
	border-left : thin solid Navy;
}

.header {
	background-color: Navy;
	background-image: url(images/header_pic2.jpg);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	font-size : large;
	width : 100%;
	height : 86px;
}


	
.left {
	width : 192px;
	font-size : 93%;
	float : left;
	top : 0px;
	left : 0px;
	padding : 8px;
	color : White;
	}
	
.main {
		margin-left : 192px;
		padding-left : 5px;
		padding-right : 3px;
		background-color: White;
		/*background-image: url(images/leftbckgnd.gif);
		background-position: left top;
		background-repeat: repeat-y;*/
		border : thin solid Navy;
		border-left : medium solid Navy;
		font-size : 93%;
		}
		
.base {
	background-image : url(images/BaseBorder.gif);
	background-position: left;
	background-repeat: no-repeat;
	height : 65px;
	padding : 0px;
	margin-left : -5px;
	margin-bottom : -3px;
	border-bottom : thick solid Navy;
	}		

.footer {
	width :100%;
	clear : both;
	Height : 113px;
	background-image: url(images/BMC_Footer.gif);
	background-position: right middle;
	background-repeat: no-repeat;
	color : White;
	border-right : thin solid Navy;
}

.filler {
	background-color: White;
	height: 65px;
	border-top: thin solid Navy;
}

.large {
	font-size : 210%;
}

H1 {
	background-image : url(images/H1_border.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height : 50px;
	margin-left : -8px;
	padding : 5px 0px 0px 55px;
	}
	
	.extLink {
	padding-left : 15px;
		font-size : 105%;
		font-weight : bold;
		font-family : verdana, sans-serif;
		color : #CD853F;
	}
	
	a.internal {
		color: White;
		text-decoration: none;
	}
	
	a.internal:link a.internal:visited {
		color : White;
		text-decoration: none;
		}
		
	a.internal:hover {
		color : red;
		text-decoration: underline;
	}
	
	a.external {
		color : #FFDCA6;
		text-decoration: none;
	}	
	
	a.external:link a.external.visited {
		color: #ffdca6;
		text-decoration: none;
	}
	
	a.external:hover {
		color : #F4A460;
		text-decoration: underline;
	}