/* SGV STYLE SHEET */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.body_text {
	font-size:10px;
}
.body_header {
	color: #272834;
	font-size: 10px;
	text-align:left;
	float:left;
}
.content_box {
	padding-right: 15px;
	padding-left: 15px;
}
/* HR TAG */
hr {
  border: 0;
  width: 80%;
  color: #000000;
  background-color: #B8763F;
  height: 1px;
}

/* LIGHT TEXT */
.light_text {
	color: #E4C9B2;
	font-size: 10px;
}
.light_text a {
	color: #E4C9B2;
	font-size: 10px;
	text-decoration: underline;
}
.light_text a:hover {
	color: #E4C9B2;
	font-size: 10px;
	text-decoration: none;
}
.light_text_header {
	color: #E4C9B2;
	font-size: 14px;
}
.light_text_header a {
	color: #E4C9B2;
	font-size: 14px;
	text-decoration: underline;
}
.light_text_header a:hover {
	color: #E4C9B2;
	font-size: 14px;
	text-decoration: none;
}

/* DARK TEXT */
.dark_text {
	color: #272834;
	font-size: 10px;
}

.dark_text a {
	color: #272834;
	font-size: 10px;
	text-decoration: underline;
}

.dark_text a:hover {
	color: #272834;
	font-size: 10px;
	text-decoration: none;
}

/* DIRECTORY */
.directory1 {
	background-color:#dbb286;
}
.directory2 {
	background-color:#dbb286;
}

/* ADVERT SPACE */
.advert {
	background-repeat:no-repeat;
}
/* SPONSERS */
.sponsers img {
	text-align:center;
	max-height:75px;
	max-width:75px;
}
/* RIGHT TOP (NEWS AND EVENTS) */
#RightTop {
	padding-left:15px;
}
.Top_Middle {
	padding-left:15px;
}