* {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow: -moz-scrollbars-vertical;
}
	
body {
	background-color: #d4d4d4;
	font-family: arial;
	font-size: 13px;
	}
	
img {
	border: 0px;
	}	
	
#temp_Wrapper {
	width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#temp_Header {
	width: 700px;
	height: 117px;
	background-image: url(../images/BB_01.jpg);
	background-repeat: no-repeat;
	}
	
#temp_ContentWrapper {
	width: 700px;
	height: auto;
	background-image: url(../images/BB_04.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
	}
	
#temp_ContentLeft {
	width: 170px;
	height: auto;
	float: left;
	}
	
#temp_ContentLeft ul {
	list-style: none;
	margin-left: 1px;
	}
		
#temp_ContentLeft ul li {
	border-bottom: 1px solid #d7d7d7;
	}
	
#temp_ContentLeft ul li a {
	display: block;
	color: #1c425f;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#temp_ContentLeft ul li a:hover {
	background-color: #1c425f;
	color: #FFF;
	}	
	
#temp_CLTop {
	width: 170px;
	height: 54px;
	background-image: url(../images/BB_02.jpg);
	background-repeat: no-repeat;
	}
	
#text_CLBottom {
	text-align: left;
	font-size: 12px;
	padding: 0px 12px 0px 12px;
	color: #1c425f;
	}

#text_CLBottom a {
color: #1c425f;
text-decoration: underline;
font-weight: bold;
}

#text_CLBottom a:hover {
text-decoration: none;
color: #ccc;
}
	
#temp_ContentRight {
	width: 530px;
	height: auto;
	float: left;
	}
	
#temp_CRTop {
	width: 530px;
	height: 27px;
	background-image: url(../images/BB_03.jpg);
	background-repeat: no-repeat;
	}
	
#text_ContentRight {
	text-align: justify;
	padding: 10px 25px 10px 20px;
	min-height:400px;
  	height:auto !important;
 	 height:400px;
	}
	
#text_ContentRight ul {
	list-style: square;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#text_ContentRight ul li {
	margin-bottom: 8px;
	}
	
#text_ContentRight a {
color: #1c425f;
text-decoration: underline;
font-weight: bold;
}

#text_ContentRight a:hover {
text-decoration: none;
}
	
#temp_Footer {
	width: 700px;
	height: 59px;
	background-image: url(../images/BB_Footer.gif);
	background-repeat: repeat-x;
	}
	
#text_Footer {
	padding-top: 10px;
	}
	
#text_Footer a {
	color: #FFF;
	}
	
h1.pageHeader {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	color: #1c425f;
	padding: 0;
	}
	
h2.sectionHeader {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	color: #1c425f;
	padding: 0;
	}
	
h2.newsHeader {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #000;
	padding: 0;
	}
	
#text_ContentRight p {
	margin-bottom: 10px;
	}
	
p.newsContent {
	font-size: 12px;
	text-align: justify;
	}
	
.galleryImage {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: 11px;
	}

.newsText {
	padding-top: 5px;
	border-top: 1px solid #CCC;
}