/*CENTER WEBSITE*/
#page-wrap {
     width: 1000px;
     margin: 0 auto;
}

/*CENTER TEXT STYLE*/

.Text-Center {
	text-align:center 
	}
	
/*PHOTO PLACEMENT OPTIONS INSIDE OF TEXT BEGIN HERE*/

.photoinText-R {
	padding: 10px;
	float: right;
}
.photoinText-L {
	padding: 10px;
	float: left;
}
.photoinText-Center {
	display: block;
	margin-left: auto;   
	margin-right: auto;
	padding: 10px;
	}

/*LINK STYLES */
a:link {

	color: #FFFFFF;

	text-decoration: none;

}

a:visited {

	color: ##FFFF66;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

a:active {

	color: #FFFF66;

	text-decoration: none;

}


/*THE LEFT SIDEBAR BEGINS HERE*/
#L-sidebar {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
    float: left;
	background-color: #003300;
	width: 190px;
	padding-top: 0px;
	height: 100%;
}

/*THE CONTENT STYLES BEGIN HERE*/
#Content-container {
	margin-left:auto;
    margin-right:auto;
	margin-top: 0px;
	display: inline;
	float: left;
	background-color: #003300;
	width: 790px;
	padding-top: 0px;
	margin-bottom: 0;
	height: 100%;
}

#PageContent {
	margin-left:auto;
    margin-right:auto;
	display: inline;
	float: left;
	background-color: #93a968;
	width: 740px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: 0;
	border: 4px solid #000000;
}

/*THE HEADLINE STYLES FOR SECTIONS BEGIN HERE*/

.h1_Headline {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-weight: 300;
	text-align: center;
	color: #000;
	background-color: #4D6734;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}
.h1_Headline_heritageOakBay {
	font-family: Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #666666;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}
.h1_Headline_OakBay_archives {
	font-family: Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #999966;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}

.h1_Headline_OakBay_of_old {
	font-family: Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #9C8F3A;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}

.h1_Headline_OakBay_preserve {
	font-family: Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #64722A;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}

.h1_Headline_OakBay_news {
	font-family: Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	background-color: #B39503;
	line-height: 100%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}

/*THE NEWSITEM STYLE BEGINS HERE*/

.NewsItem {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	text-align: left;
	text-indent:15px;
	color: #003300;
	background-color: #E6FFB4; 
	line-height: 110%;
	padding: 10px;
	margin: 10px;
	display: inline;
	float: left;
	width: 695px;
}

/*THE TABLE STYLE BEGINS HERE*/
.table {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	text-align: left;
	color: #003300;
	background-color: #E6FFB4; 
	line-height: 100%;
	padding: 5px;
	margin: 5px;
	display: inline;
	float: left;
	width: 695px;
}

