/* CSS Document */

/* BEGIN TOP LEVEL ID's */
BODY {
	background: #3366CC url('images/page-bkgd.jpg') repeat-x;
}

A:LINK, A:VISITED {
	color: #EAB000;
	text-decoration: none;
}

A:HOVER {
	color: #4978C8;
	text-decoration: underline;
}

/* A:ACTIVE must always come after A:HOVER to be effective */
A:ACTIVE {
	color: #FF9900;
	text-decoration: underline;
}

IMG {
	behavior: url(iepngfix.htc);
} 
/* END TOP LEVEL ID's */

/* BEGIN Class ID's */
.content-white {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .25px;
	line-height: 14px;
	color: #FFFFFF;
}

.content-white a:hover {
	color: #FFFFFF;
}

.content-white-main {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: .25px;
	line-height: 14px;
	color: #FFFFFF;
}

.content-white-bold {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .25px;
	line-height: 14px;
	color: #FFFFFF;
}
.content-white-bold a:hover {
	color: #FFFFFF;
}

.title-white {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: .75px;
	line-height: 22px;
	color: #FFFFFF;
}

.title-yellow {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: .75px;
	line-height: 28px;
	text-indent: 2cm;
	color: #FFCC00;
}

#subtitle-underline {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 480px;
	border-bottom: 1px solid #FFFFFF;
}

.main-container {
	background: #ffffff url('images/star-bkgd.jpg') no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

.inner-container {
	background: #FFFFFF url('images/inner-star-bkgd.jpg') no-repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

.nav-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url('images/star-bkgd-ext.jpg');
	/*background-color: #5E9CC3;*/
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.nav-footer a:link, .nav-footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.nav-footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}

.nav-bkgd {
	background-image: url(images/nav_bkgd.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E9CC3;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.footer a:link, .footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5E9CC3;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EAB000;
}

.login-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}



/* Defines navigation drop-down menues */
.cssmenu {
	position: absolute;
	visibility: hidden;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	z-index: 100;
	background-color: #B6B6B6;
	width: 114px;
}

.cssmenu a {
	color: #333333;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px; /* Use if not using center align for text */
}

.cssmenu a:hover { /*hover background color*/
	background-color: #6A747A;
	color: white;
}

/* Defines the top level links visible on web page */
.menu {
	/*width: 140px; */ /* Use for Vertical Menus */
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

.menu a {
	height: 12px;
	text-decoration: none;
	list-style: none;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #ffffff;
	display: block;
	/* padding: 3px 0 3px 0; */
	list-style: none;
}

.menu a:hover {
	color: #ffffff;
	/* padding: 3px 0 3px 0; */
	text-decoration: none;
	list-style: none;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	vertical-align:super;
}

.alerts-title {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .25px;
	line-height: 14px;
	color: #990000;
}