.information {
	font-size: 12px;
	color: #104d85;
	text-align: left;
	width: 100%;
}
.alert {
	border: 1px solid #BA250C;
	width: 98%;
	font-size: 18px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #ba250c;
	font-variant: small-caps;
}
.list1 {
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 14px;
}
.sectionHeader {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	background: #BA250C url(../media/images/sectionHBG.jpg) repeat-x left bottom;
	border: 1px solid #000000;
	font-variant:small-caps;
	width: 100%;
}
.majorHeader {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	background-color: #4F8CC5;
	border: 1px solid #000000;
	font-variant:small-caps;
	width: 100%;
}
.minorHeader {
	font-size: 14px;
	text-align: left;
	color: #032866;
	border: 1px solid #4F8CC5;
	background-color: #ACCDEC;
	width: 100%;
}
.sideBarHeader {
	font-size: 14px;
	text-align: left;
	color: #FFF;
	background-color: #BA250C;
	border: 1px solid #000000;
	font-variant:small-caps;
	padding: 3px;
}
.cell1 {
	border: 1px solid #4F8CC5;
	padding: 5px;

}
.cell2 {
	border: 1px solid #4F8CC5;
	background-color: #EEEDF2;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted #BA250C;
	color: #BA250C;
}
a:visited {
	color: #901602;
}
a:hover {
	color: #BA250C;
	border-bottom: 1px solid #BA250C;
	text-decoration: none;
}
ul.menuTop {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul.menuTop li {
	list-style: none;
	border: none;
	float: left;
}
ul.menuTop li a, ul.menuTop li a:visited {
	background: transparent url(../media/images/layout/menuButton.jpg) no-repeat left bottom;
	width: 114px;
	height: 38px;
	float: left;
	color: #FFF;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	padding-top: 9px;
	display: block;
	margin: 0;
	text-decoration: none;
	border: none;
}
ul.menuTop li a:hover {
	background: transparent url(../media/images/layout/menuButton.jpg) no-repeat -114px bottom;
	width: 114px;
	height: 38px;
	float: left;
	color: #FFF;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	padding: 9px 0 0;
	text-decorarion: none;
	margin: 0;
	border: none;
}