td img {display: block;}body {
	background-image: url(brm_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 750px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:315px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 0px;
}

#learning {
	position:absolute;
	left:400px;
	top:26px;
	width:389px;
	height:45px;
	z-index:1;
}
#navbar {
	position:absolute;
	left:0px;
	top:85px;
	width:850px;
	height:31px;
	z-index:2;
	background-color: #ADDC6C;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:367px;
	height:85px;
	z-index:3;
}
#swish_bg {
	position:absolute;
	left:0px;
	top:116px;
	width:849px;
	height:196px;
	z-index:4;
}
#bodytext {
	float: right;        /* set sidebar on the left side. Change to right to float it right instead. */
	display: inline;  /* FIX IE double margin bug */
	width:370px;
	margin-right:80px;
	z-index:5;
}
#footer_photos {
	height:150px;
	display: inline;  /* FIX IE double margin bug */
	z-index:7;
}
#quote {
	float: left;
	display: inline;  /* FIX IE double margin bug */
	width:273px;
	z-index:6;
}
#header_photo {
	position:absolute;
	left:96px;
	top:85px;
	width:244px;
	height:210px;
	z-index:8;
}
#title {
	position:absolute;
	left:400px;
	top:279px;
	width:355px;
	height:22px;
	z-index:9;
}

#boardbox {
	
	width:220px;
	display: inline;
	padding: 20px;
	background-color: #CBCEC4;
	border: 1px solid #666666;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.footphotos {
	margin: 0px 26px 0px 0px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333333;
}

.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #09367B;
	text-decoration: none;
}

.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #09367B;
	text-decoration: underline;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #09367B;
}

.announce {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-weight: bold;
	text-align: center;
        color: #660000;
}


#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #333333;
}

#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #09367B;
	text-decoration: none;
}

#footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #09367B;
	text-decoration: underline;
}
#bluebox {
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #D9E5EF;
	padding-top: 10px;
	padding-bottom: 10px;
/*	width: 200px; */
}
.photomargin {
	margin-right: 15px;
	margin-top: 3px;
}

