A, Visited, Active {
    color: #003399;
    text-decoration: underline;
}
A:Hover {
    color: #10fe1b;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.headingTitle {
    font-size: 16px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #02184c
}

.title {
    font-size: 14px;
    font-weight: bold;
}
.title a, .title a:visited {
	color: #000;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}
.subTitle {
	font-size: 12px;
	font-weight: bold;
}
.subTitle a, .subTitle a:visited {
	color: #000;
	text-decoration: none;
}
.subTitle a:hover {
	text-decoration: underline;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.greenTextRegular {
	color: #087e0b;
	font-size: 11px
}

.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}

/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #000000;
    padding: 4px;
}
.dataBoxBody {
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.dataBoxRowValue {
    vertical-align: middle;
    width: 99%;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */

.formControl {
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;

}
SELECT.formControl {
    border: solid 1px #000000;
    color: #333333;
    font-family: Tahoma;
    font-size: 11px;
    height: 20px;
    padding: 0px;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
	font-size: 10px
}
#breadcrumbs a, #breadcrumbs a:Visited, #breadcrumbs a:Active {
    color: #000;
    text-decoration: underline;
	
}
#breadcrumbs a:Hover {
    color: #10fe1b;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #000;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #10fe1b;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #990000;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Global Design */

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	}

#container {
	width: 980px;
	margin: 4px auto;
	padding: 0
}
#header {
	background: url(../../images/header-background-right.jpg) right no-repeat;
	height: 98px;
}
#header .header-rt {
	margin:  0px;
	padding: 24px 0 0 0px;
	width: 428px;
	float: left
}
.header-rt .searchBox {
	padding-left: 112px
}
.header-rt .headerLinks {
	color: #666666;
	margin-top: 28px;
	font-weight: bold;
	font-size: 10px;
}
.headerLinks a, .headerLinks a:visited {
	color: #666;
	text-decoration: none;
}
#topNav {
	background: url(../../images/top-nav-background.jpg) no-repeat;
	height: 29px;
	padding: 5px 0 0 6%;
	text-align: center;
}
#topNav ul {
	margin: 0;
	padding: 0 25px;
	list-style: none;
	display: inline
	
}
#topNav ul li {
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #fff;
	margin-right: 4px;
	float: left
}
#topNav ul li a, #topNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
#topBanner {
	background: #02184c;
	text-align: center;
	padding: 4px;
}
#mainBody {
	margin: 0;
	padding: 7px 7px 0 7px;
	background-color: #1c5193
}
#mainContentHolder {
	background: url(../../images/home-body-background.jpg) repeat-y;
	padding: 8px 8px;
	min-height: 600px;
}
#mainContentHolder .col1 {
	width: 482px;
	padding: 6px 0;
	margin: 0 0 0 7px;
	float: left
}
.bottomLinks {
	text-align: right;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
	clear: both;
}
.bottomLinks a, .bottomLinks a:visited {
	color: #000000;
}
#mainContentHolder .col2 {
	width: 207px;
	margin: 0 0 0 31px;
	float: left
}
.greenBox {
	background: #ffffff;
	margin-top: 8px;
}
.greenBox .greenBoxTitle {
	background: url(../../images/col2-green-background-heade.jpg);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 19px;
	padding: 6px 0 0 0
}
.greenBox .greenBoxBody {
	padding: 4px 13px;
}
.greenBox .greenBoxBody ul {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0 0 0 0px;
}
.greenBox .greenBoxBody ul li {
	background: url(../../images/green-arrows.jpg) no-repeat; 
	padding: 0 0 0 16px;
	margin: 0 0 6px 0;
}
.greenBox .greenBoxBody ul li a, .col2 .greenBox .greenBoxBody ul li a:visited {
	color: #336633;
	text-decoration: none;
}
.greenBox2 {
	margin: 9px 0 0 0;
	background: #ffffff;
}
.greenBox2 .greenBoxTitle2 {
	background: url(../../images/col2-green-background-heade.jpg);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 19px;
	padding: 6px 0 0 0
}
.greenBox2 .greenBoxBody2 {
	padding: 4px 13px;
}
.greenBox2 .greenBoxBody2 ul {
	margin: 0 0 0 0px;
	list-style: none;
	padding: 0 0 0 0px;
}
.greenBox2 .greenBoxBody2 ul li {
	background: url(../../images/green-arrows.jpg) no-repeat; 
	padding: 0 0 0 16px;
	margin: 0 0 6px 0;
}
.greenBox2 .greenBoxBody2 ul li a, .col2 .greenBox2 .greenBoxBody2 ul li a:visited {
	color: #336633;
	text-decoration: none;
}
.col2-banners{
	margin: 0 0 0 0;
	background: #ffffff;
	text-align: center;
	padding: 9px;
}
.col2-banners-2 {
	margin: 9px 0 0 0;
	background: #ffffff;
	text-align: center;
	padding: 9px;
}
.col3-banners {
	margin: 9px 0 0 0;
	background: #ffffff;
	text-align: center;
	padding: 20px 5px;
}
.col2 .blueBox-1 {
	background: #ffffff;
	margin: 9px 0 0 0;
}
.col2 .blueBox-1-Title {
	background: url(../../images/col2-blue-background-header.jpg) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 19px;
	padding: 6px 0 0 0;
}
.col2 .blueBox-1-Body {
	padding: 4px 13px;
}
.col2 .blueBox-1-Body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col2 .blueBox-1-Body ul li {
	background: url(../../images/blue-circle.jpg) 1px 4px no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 6px 0;
}

.col2 .blueBox-1-Body ul li a, .col2 .blueBox-1-Body ul li a:visited {
	color: #1f4574;
	text-decoration: none;
}
.col2 .blueBox-2 {
	background: #ffffff;
	margin: 9px 0 0 0;
}
.col2 .blueBox-2-Title {
	background: url(../../images/col2-blue-background-header.jpg) no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 19px;
	padding: 6px 0 0 0;
}
.col2 .blueBox-2-Body {
	padding: 4px 13px;
}
.col2 .blueBox-2-Body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col2 .blueBox-2-Body ul li {
	background: url(../../images/design-11_26.jpg) no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 6px 0;
}

.col2 .blueBox-2-Body ul li a, .col2 .blueBox-2-Body ul li a:visited {
	color: #1f4574;
	text-decoration: none;
}

#mainContentHolder .col3 {
	width: 207px;
	margin: 0 0 0 16px;
	float: left
}
.col3 .buttonHolder {
	background: url(../../images/col3-blue-background.jpg) no-repeat;
	text-align: center;
	padding: 10px 0 0 0
}
.darkBlueBox {
	margin: 9px 0 0 0;
	background-color: #FFFFFF;
}
.darkBlueBoxTitle {
	background: url(../../images/col2-dark-blue-background-h.jpg) no-repeat;
	height: 19px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px 0 0 0;
	
}
.darkBlueBoxBody {
	padding: 4px 13px;
}
.darkBlueBoxBody ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.darkBlueBoxBody ul li {
	background: url(../../images/gray-arrow.jpg) no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 9px 0;
}
.darkBlueBoxBody ul li a, .col3 .darkBlueBoxBody ul li a:visited {
	color: #000;
	text-decoration: none;
}
.darkBlueBoxBody ul li a:hover {
	text-decoration: underline
}
.timeStamp {
	color: #666666;
	font-size: 10px;
	}

.divider {
	border-bottom: 1px solid #666;
	margin-bottom: 16px;
}
.moreLink {
	text-align: right;
}