@charset "UTF-8";
/* CSS Document */

body {
	background: url(/images/greenbg.jpg) ;
	margin:0px;
	padding:0px;
}

a:link {
	color: #B23D29;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #B23D29;
}

a:hover {
	text-decoration: underline;
	color: #1D427B;
}

a:active {
	text-decoration: underline;
	color: #B23D29;
}

#outerwrapper {
	width:1012px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#wrapper {
	background:url(/images/contentbg.jpg);
	width:978px;
	margin:0px;
	padding:0 17px;
	text-align:left;
}

/* MENU */

#menu {
	background:url(/images/menubg.jpg);
	width:978px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
	color: #1D427B;
}

#menu a:active {
	text-decoration: none;
	color: #ffffff;
}

#foot a:link {
	color: #ffffff;
	text-decoration: none;
}

#foot a:visited {
	text-decoration: none;
	color: #ffffff;
}

#foot a:hover {
	text-decoration: underline;
	color: #1D427B;
}

#foot a:active {
	text-decoration: none;
	color: #ffffff;
}
/* End MENU */

/* CONTENT */

#contentwrap {
	width:970px;
	margin:0 auto;
}

#contentcolumn {
	float:left;
	width:645px;
	margin:0px;
	padding:0px;
}

#rightcolumn {
	float:left;
	width:320px;
	margin:0px;
	padding:0px;
}

.rightcontent {
	width:300px;
	padding:0 10px;
	margin:0px;
	vertical-align:top;
	background-image:url(http://www.bsa-mdsc.org/images/rightbg.jpg);
}

.righttable {
	margin-bottom:8px;
}

.rightcontent a:link {
	color: #ffffff;
	text-decoration: none;
}

#creditfooter { /*Hides the feedburner logo*/
        display: none; 
}

.rightcontent a:visited {
	text-decoration: none;
	color: #ffffff;
}

.rightcontent a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.rightcontent a:active {
	text-decoration: none;
	color: #ffffff;
}

hr.clear {
	width:90%;
	clear:both;
	margin:0 auto;
	padding:0px;
	visibility:hidden;
}

/* End Content */

/* Generic Image */

img.floatright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

.sitemessage a:link, .sitemessage a:hover, .sitemessage a:visited, .sitemessage a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.sitemessage a:hover {
	text-decoration:underline;
}
