@charset "utf-8";
/* ER 2009 TEMPORARY HOME PAGE */

/* ------------------------------------------------------
*******TEMPORARY KOLY ER 2009 HOME PAGE*********
------------------------------------------------------ */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
	border: 0;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center;
	background-color: #259BD4;
}
a {
	color: #069;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #006699;
	line-height: 1.4em;
}

/* ------------------------------------------------------
GLOBAL CLASS STYLES
------------------------------------------------------ */
.ImageRight {
	border: 1px solid #FFF;
	float: right;
	padding: 4px;
	margin-left: 10px;
}
.Date {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
}
.Summary {
	line-height: 1.6em;
	color: #666666;
}
.NewsAuthor {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
}
.NewsAuthor a:hover {
	font-size: 10px;
}
.NewsDate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
}
.NewsSummary {
	line-height: 1.6em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #444444;
}


/* ---------------- ALIGN BULLET WITH TITLE, DATE and SUMMARY------------------ */

.bulletAlign {
	vertical-align: text-top;
	border: none;
}
.ListDate {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
        padding-left: 20px;
	margin-bottom: 0px;
}
.ListSummary {
	font-weight: normal;
	color: #333333;
        padding-left: 20px;
	margin-bottom: 0px;
}
.Links10px {
	font-size: 10px;
}
/* ---------------- END SPECIFIC BULLET ALIGN CLASSES------------------ */

/* ------------------------------------------------------
GENERAL LAYOUT DIVS FOR ***MAIN PAGE ONLY***
------------------------------------------------------ */

#bgwrapperMain { /*Main Page orange to yellow fade BG (Required DO NOT delete Div)*/
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperMain { /*Wrapper for Main page that holds all content (DO NOT delete)*/
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(/images/temp/blue_content_repeat.jpg);
	background-repeat: repeat-y;
	/*position: relative;*/
}
#headerMain {
	height: 187px;
	background-image: url(/images/temp/blue_header1.jpg);
	background-repeat: no-repeat;
}
#headerMain2 {
	height: 237px;
	background-image: url(/images/temp/blue_header2.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 650px;
	padding-top: 15px;
}
#bodyMain {
	background-image: url(/images/temp/blue_content_top.jpg);
	background-repeat: no-repeat;
}
#bodyMain p {
        line-height: 1.6em;
        padding-bottom: 15px;
}
#blueContentBottom {
	background-image: url(/images/temp/blue_content_bottom.jpg);
	height: 32px;
}

#LatestNews {
	padding-right: 160px;
	padding-left: 150px;
	padding-top: 35px;
}
#LatestNews h1 {
	font-size: 18px;
	color: #006699;
}
#LatestNews h2 {
	color: #930;
	line-height: 1.6em;
	font-size: 16px;
	border: 1px dashed #FFF;
	padding: 5px;
	text-align: center;
}
#LatestNews h2 a {
	color: #930;
}
#LatestNews h2 a:hover {
	text-decoration: none;
	font-size: 16px;
}

#LatestNews h3 {
	color: #666;
	line-height: 1.6em;
	font-size: 12px;
}
