/* Link Definitions */
a {
	color: #003876;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:visited {}

/* HTML Definitions */
body {
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #505050;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #003876;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #003876;
}

/* Misc. Classes */
.bkgdTan {
	background-color: #EEE9D8;
}
.bkgdBlue {
	background-color: #587BA1;
}
.bkgdLtBlue {
	background-color: #BAC6D5;
}
.bkgdSpecials {
	background-image: url(images/specials.gif);
	background-repeat: no-repeat;
}
.bkgdSpecialsInt {
	background-image: url(images/specialsInt.gif);
	background-repeat: no-repeat;
}
.borderFull {
	border: 1px solid #587BA1;
}
.borderFullBkgdLtBlue {
	border: 1px solid #587BA1;
	background-color: #BAC6D5;

}
.borderNoBtm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #587BA1;
	border-right-color: #587BA1;
	border-left-color: #587BA1;
}
.borderNoTop {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #587BA1;
	border-bottom-color: #587BA1;
	border-left-color: #587BA1;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #587BA1;
}

/* Matrix Formatting */
.mtxBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003876;
	border-right-color: #003876;
	border-left-color: #003876;
}
.mtxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #587BA1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003876;
}
.mtxHeaderBorderLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #587BA1;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003876;
	border-left-color: #003876;
}
.mtxRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #505050;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003876;
	background-color: #FFFFFF;
}
.mtxRowAlt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #505050;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003876;
}
.mtxRowAltLeftBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #505050;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003876;
	border-left-color: #003876;
}
.mtxRowLeftBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #505050;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003876;
	border-left-color: #003876;
	background-color: #FFFFFF;
}
.borderSpecials {
	border: 3px dashed #587BA1;
}

/* Text Formatting */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #505050;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #505050;
}
.textBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #2B476B;
}
.textItalic {}
.textWhite {}
.textWhiteBold {}
.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #505050;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #184679;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #184679;
}
.headerSpecials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
	color: #184679;
}

/* ---------------------------------------------------------
Author:   Bryan Sullivan
Date:     February 15, 2006
Reason:   Changes to site required new styles for formatting
--------------------------------------------------------- */
#sideColumn {
	padding-top: 38px;
}
#sideColumn h2 {
	margin: 0;
}
#sideColumn .section {
	margin: 0 15px 7px 15px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CFD8E3;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}

#hmpgMiddleColumn {}
#hmpgMiddleColumn h2 {
	margin: 0;
}
#hmpgMiddleColumn .section {
	margin: 10px;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
