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

#mainDiv {
	height: 800px;
	width: 770px;
	margin-left: 100px;
	position: static;
}

#topDiv {
	background-image: url(../images/logobg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	width: 770px;
	position: static;
	border: 1px solid #CCC;
}
#contentDiv {
	height: auto;
	width: 770px;
	position: static;
}
#mainDiv #contentDiv .newsRowDiv {
	height: auto;
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #69F;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	position: static;
	display: block;
}
#mainDiv #contentDiv .newsRowDiv p:first-letter {
	font-size: 130%;
}
a {
	color: #EB6A29;
}
.dateDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: right;
	display: block;
}

a:hover {
	color: #69F;
}
a:visited {
	color: #F93;
}

#mainDiv #contentDiv .newsRowDiv img {
	padding: 5px;
	border: 1px solid #F93;
}

#mainDiv #contentDiv .newsRowDiv h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.GB_Div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.GB_Div p:first-letter {
	font-size: 130%;
}
.GB_Div h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.GB_Div .greyedOut {
	color: #BCBCBC;
}
.GB_Div img {
	padding: 5px;
	border: 1px solid #F93;
}

