/*  COLORS USED
B7C2CC - lt blue
B41715 - red
123456 - dark blue
*/

A:hover {
	text-decoration: underline;
	color: #B41715;
}

BODY {
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.regular {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color : #123456;
	line-height: 13pt;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #B41715;
}

/* FIRST ROW */
.menuBox {
	vertical-align: bottom;
	text-align: right;
	padding-right: 15px;
	width: 300px;
	height: 200px;
}

/* SECOND ROW */
.blankRed {
	background-color: #B41715;
	width: 300px;
	height: 200px;
	vertical-align: bottom;
	text-align: right;
}

/* THIRD ROW */
.contactBox {
	background-color: #ffffff;
	width: 300px;
	text-align: right;
	vertical-align: top;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #123456;
	line-height: 18pt;
}

.mainContentBox {
	background-color: #C4CCD5;
	width: 430px;
	height: 200px;
	vertical-align: top;
	padding: 15px;
	/* Text description below */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color : #123456;
	line-height: 18pt;
}

/* FOOTER ROW */
.fineprintBox {
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	color: #B7C2CC;
}

/* NEWS RELATED */
.NewsHeadline {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color : #123456;
	line-height: 13pt;
	text-decoration: none;
}

.NewsDate {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color : #B41715;
	line-height: 13pt;
}

.NewsPhotoCaption {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	color: #B41715;
	line-height: 10pt;
}

/* USED ONLY ON FULL ARTICLE PAGE */
.NewsBox {
	background-color: #C4CCD5;
	width: 430px;
	height: 200px;
	vertical-align: top;
	padding: 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color : #123456;
	line-height: 13pt;
}

/* USED FOR ENLARGING PHOTOS */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #123456;
min-width: 420px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
color:#FFFFFF;
}