/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7676a0;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: normal;
}
.headerbig {
	color: #0E1373;
	font-size: 24px;
	font-weight: bold;
}

.ltpurple {
	background: #e4e9f8;
}

.headersecond {
	font-size: 18px;
	color: #4155a8;
}

.navbar {
	background-image: url(images/nav-bar.gif);
	height: 25px;
	vertical-align: middle;
	}
	
.playwelcome {
	background-image:url(images/playwelcome-bar.gif);
	background-repeat:repeat-x;
	height: 37px;
	vertical-align: middle;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	
}

.threeheaders {
	background-image:url(images/threeheaders-bar.gif);
	height: 37px;
	vertical-align: middle;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	
}

.rightshadow {
	background-image:url(images/right-shadow.gif);
	width: 5px;
	background-repeat:repeat-y;
}
.leftshadow {
	background-image:url(images/left-shadow.gif);
	width: 5px;
	background-repeat:repeat-y;
}

.bottombartxt {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.mainpts {
	font-size: 15px;
	font-weight: bold;
	color: #0f1576;
}

a {color: #21247C;}
a:hover {color: #6B83CB;}
a:visited {color: #333333;}
a:active {color: #333333;}

.style1 {
	color: #AD5225;
	font-size: 11px;
}
.newsheader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;

}
#nav { width: 616px;}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}


#nav a:hover { color: #9aaddf; }

#nav li { /* all list items */
	float: left;
	padding-right: 13px;
	padding-left: 13px;
/* width needed or else Opera goes nuts */
}


#nav li ul { /* second-level lists */
	position: absolute;
	background: #d7d0bd;
	padding: 8px 3px 5px 8px;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

#nav li ul li {
	width: 150px;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.style12form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
