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

img {
border: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	background-image: url(images/site-bg.png);
	background-color: #A29986;
	background-repeat: repeat-y;
	background-position: center;
}

#outer-container {
	width: 970px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	background-image: url(images/container-bg.png);
	background-repeat: repeat;
	border: 1px solid #666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#outer-container p{
	margin: 0px;
	padding: 0px;
}

#socialMediaLinks {
	height: 30px;
	width: 350px;
	float: right;
	text-align: center;
	margin: 5px;
}

#logo {
	height: 250px;
	width: 270px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/SteeFundLogo_4C.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}


#navbar {
	height: 60px;
	width: 650px;
	float: right;
	clear: right;
	background-color: #FFF;
	margin-top: 55px;
	border: thin none #CCC;
	background-image: url(images/navbar-bg.png);
	margin-right: 10px;
	padding: 0px;
}

#header {
	height: 245px;
	width: 970px;
	clear: both;
	margin-top: 5px;
}

#headerPhotoBox {
	height: 225px;
	width: 700px;
	background-color: #FFF;
	float: left;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#headerDonateBox {
	height: 225px;
	width: 210px;
	float: right;
	padding-left: 20px;

}
#headerDonateBox p {
	color: #06C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftBox {
	clear: both;
	height: 500px;
	width: 200px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftMenu {
	width: 195px;
	border: 1px none #CCC;
	padding-left: 5px;
	float: left;
	clear: left;
	position: relative;
	padding-top: 10px;
}
#leftMenuTitle {
	height: 20px;
	width: 180px;
	font-size: 16px;
	color: #EF008C;
	font-weight: bold;
	margin-left: 10px;
}
#leftMenuTitle a {
	text-decoration: none;
	color: #EF008C;
}
.leftlinkcurrent, .leftlinkcurrent a{
	background-color: #F60;
	color: #FFF;
}

.leftMedia {
	width: 195px;
	padding-left: 5px;
	float: left;
	clear: left;
	position: relative;
	margin-top: 5px;
}
#leftNavSeparator {
	height: 75px;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#leftBanner {
	height: 200px;
	width: 200px;
	background-color: #999;
	text-align: center;
	margin-top: 5px;
	position: relative;
	float: left;
	border: 1px solid #CCC;
	visibility: hidden;
}

#rightBox {
	height: 450px;
	width: 760px;
	position: relative;
	float: right;
	margin-top: 10px;
	overflow: scroll;
}
#rightBox p {
	margin-bottom: 15px;
	font-size: 15px;
}

#rightBoxArticle1 {
	width: 718px;
	position: relative;
	border: 1px solid #CCC;
	padding: 20px;
	background-color: #FFF;
	text-align: left;
}



#footer {
	background-color: #FFF;
	text-align: center;
	height: 20px;
	width: 970px;
	clear: both;
	margin-top: 10px;
	position: relative;
	border: 1px solid #CCC;
	font-size: 14px;
	padding-top: 2px;
}
.articleCenterText {
	text-align: center;
}
