@charset "UTF-8";
/* CSS Document */

.Head
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0A3391;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5D6D6A;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5D6D6A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
#bodywrap #dataWrap #pageContext ul {
	list-style-type: square;
	font-size: 24px;
	padding-left: 50px;
	line-height: 18px;
}
#bodywrap #dataWrap #pageContext li {
	padding-bottom: 10px;
}
.blacktext {
	color: #000000;
	font-size:11px;
	vertical-align: middle;
}
#bodywrap #footer a {
	color: #666666;
	text-decoration: none;
}
#bodywrap #dataWrap #visaCard {
	position: absolute;
	top: 40px;
	right: 9px;
}
#bodywrap #menu #sectionMenu td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#bodywrap #menu #sectionMenu a:link, #bodywrap #menu #sectionMenu a:visited {
	color:  #52a7ff;
	text-decoration: none;
}
#bodywrap #menu #sectionMenu a:hover {
	color: #FFF;
	text-decoration: none;
}
.chosen a:link {
	color: #FFFFFF;
}.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
