/* ************************** */
/* Container for main content */
/* ************************** */
DIV#midBotRow {
	width: 761px;
	}

/* ************************** */
/* Container for main content */
/* ************************** */

/* container for News */
DIV#news {
	width: 181px;
	background: #093679 none;
	}
DIV#news DIV {
	border-top: 5px solid #093679;
	border-bottom: 8px solid #093679;
	border-left: 6px solid #093679;
	border-right: 6px solid #093679;
	}
DIV#news DIV H3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.07em;
	color: #ffffff;
	padding: 4px 0 4px 23px;
	margin: 0 0 12px 0;
	background: transparent url(../images/darkBlue_dot.gif) 0 50% no-repeat;
	}
DIV#news DIV P {
	font-size: 10px;
	color: #ffffff;
	padding: 0;
	margin: 4px 2px 4px 10px;
	}
DIV#news DIV P.newsSpacer {
	font-size: 8px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}
/* News Links */
A.newsLink:link, A.newsLink:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
A.newsLink:hover, A.newsLink:active {
	color: #349bbc;
	}

/* container for Programming */
DIV#prog {
	overflow: hidden;
	width: 181px;
	height: 140px;
	background: #2493be none;
	}
DIV#progTitle {
	border-top: 5px solid #2493be;
	border-bottom: 5px solid #2493be;
	border-left: 6px solid #2493be;
	border-right: 6px solid #2493be;
	}
DIV#progTitle H3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.07em;
	color: #ffffff;
	padding: 4px 0 4px 23px;
	margin: 0;
	background: transparent url(../images/lightBlue_dot.gif) 0 50% no-repeat;
	}
IMG.prog {
	border-top: 2px solid #ffffff;
	}
/* Prog Links */
A.progLink:link, A.progLink:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
A.progLink:hover, A.progLink:active {
	color: #093679;
	}

/* container for Home main Image */
DIV#awards {
	width: 392px;
	height: 234px;
	background: transparent url(../images/blueFadeBG.gif) 0 0 repeat;
	}
DIV#awards H3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.07em;
	color: #1968dd;
	margin: 0;
	padding: 160px 15px 5px 20px;
	}
DIV#awards P {
	font-size: 11px;
	color: #1968dd;
	margin: 5px 15px 5px 20px;
	padding: 0;
	font-weight:bold;
	}
DIV#awards P.right {
	text-align: right;
	font-size: 12px;
	color: #1968dd;
	margin: 5px 170px 0 20px;
	padding: 0;
	}
DIV#awards P.right A:link, DIV#awards P.right A:visited {
	font-weight: bold;
	color: #1968dd;
	text-decoration: none;
	}
DIV#awards P.right A:active, DIV#awards P.right A:hover {
	color: #093679;
	}

/* container for Micro Regions */
DIV#reg {
	overflow: hidden;
	width: 392px;
	height: 140px;
	background: transparent url(../images/maphome.jpg) 0 0 no-repeat;
	}
DIV#reg DIV {
	margin: 5px 6px 0 6px
	}
DIV#reg H3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.07em;
	color: #ffffff;
	padding: 4px 0 4px 23px;
	margin: 0 0 12px 0;
	background: transparent url(../images/fadeBlue_dot.gif) 0 50% no-repeat;
	}
DIV#reg P {
	font-size: 10px;
	color: #ffffff;
	margin: 4px 180px 4px 10px;
	padding: 0;
	}
/* Regions Links */
A.regLink:link, A.regLink:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
A.regLink:hover, A.regLink:active {
	color: #093679;
	}

FORM#frmmicroregions {
	margin: 16px 0 0 10px;
	}
SELECT, OPTION {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #093679;
	background: #c4dce8;
	border: 1px solid #ffffff;
	}