@charset "utf-8";
/* CSS Document */
/*Content attributes*/
#index {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 430px;
	border: 1px solid;
	border-color: #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
/*wrapper for the tabular spread on home page*/
.wrapper {
	width: 830px;
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	height: auto;
} 
/*Left cell of tabular spread on home page*/
.left {
	width: 550px;
	position: relative;
	float: left;
	height: auto;
} 
/*Right cell of tabular spread on home page*/
.right {
	width: 280px;
	position: relative;
	float: right;
	height: auto;
} 
/*for news section on homepage and news page .title is used on each page*/
/*title of pages*/
.title   {
	font-size: 18px;
	font-weight:bold;
	margin: 0px 0;
	letter-spacing: 2px;
}
/*subject of the story*/
.item  {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight : bolder;
	margin: 0;
}
/*date of publishing the story*/
.date {
	font-size: 11px;
	font-weight : bold;
	color: #0033FF;
	margin: 0;
	}
/*content of the story*/
.bodytext {
	font-size: 14px;
	font-weight : normal;
	margin: 0;
}

.text {
	float: left;
	position: relative;
	width: 60%;
	height: auto;
}
.signature {
	font-size: 11px;
	font-weight : bold;
	color: #0000FF;
	margin: 0;
	font-style: italic;
	line-height: normal;
}

.photos {
	float: right;
	position: relative;
	width: 40%;
	height: auto;
}

.indeximg {
	margin-top: 10px;
	margin-bottom: 10px;






	border: thin solid
#;
	border: thin solid #CCCCCC;
}

.storymainimg {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
	position: relative;
	height: auto;
	border-top: 1px solid;
}
/**/
.story {
	margin-top: 10px;
	margin-left: 20px;
	border-bottom: 1px solid;
	border-bottom-color: #000000;
	width: 360px;
}
.picture {
	border: thin solid #FFFFFF;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	border: 1px solid;
	border-color: #CCCCCC;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.sponsorcontainer {
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 5px;
	clear: both;
	position: relative;
	height: 130px;
	border-bottom: 2px solid;
}
.sponimglist {

}

.sponsorlogo {
	position: relative;
	float: left;
	width: 160px;
	height: 120px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
}
.sponsordescription {
	position: relative;
	float: left;
	height: 124px;
	width: 618px;
}
