@charset "utf-8";

#wrapper {
	width: 960px;
	margin: auto;
	padding: 0px;
}

a {
	color:#9CF;
	text-decoration: none;
	font-size: 1.3em;
}

a .yellow {
	color:#FFC;
	font-size: 1.1em;
}

a:hover {
	text-decoration:underline;
	}

body.main {
	background-image:url(images/bluegradient.jpg);
	background-position:top;
	background-color: #383838;
	background-repeat:no-repeat;

}
.txtleft {
	float: left;
	margin-right: 10px;
	border: 2px solid #FFFFFF;
}
.txtright {
	float: right;
	margin-left: 10px;
	border: 2px solid #FFFFFF;
}

#headerbox {
	height: 45px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	background-image: url(images/transgreylite.png);
	width: 960px;
	margin-bottom: 5px;
}

#headerbox ul {
	list-style:none;
	float: right;
	text-align:right;
	height: 15px;
	padding-top: 12px;
	padding-right: 12px;
	margin:0px;
}

#headerbox ul li {
display:inline;
}

li {
	list-style:none;
	}

a:visited {
	color:#999;
	font-size: 1.3em;
	}

#headerleft {
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
}

#headerbox li a {
	text-decoration:none;
	color:#FFFFFF;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	margin: 0px 0px 0px 25px;
}



#headerbox a:hover {
	border-color: #666666;
	background-color: #999999;
	border-width: 1px;
}

#headerbox  #headerright  a:active {
	color:#FFFF33;
	}

#mainbox {
	width: 960px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#welcomemessage {
	padding-top:3px;
	padding-bottom:5px;
	background-image:url(images/welcomebg.png);
	background-repeat:no-repeat;
}

#welcomemessage p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	color:#fff;
	margin-left:3%;
	margin-right:3%;
	letter-spacing:-1px;
	margin-top:0px;
	padding-top:0px;
	line-height: 1.1em;
}

#welcomemessage h2 {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:-1px;
	font-size:1.5em;
	font-weight:300;
	color:#fff;
	margin-bottom:0px;
	padding-bottom:4px;
	margin-top: 10px;
	padding-top: 0px;
}

#nav_bottom {
	height:50px;
	clear:both;
	width:960px;
	margin-top:12px;
}

#nav_bottom ul {
	list-style:none;
	padding-top:0px;
	margin-top:8px;
	text-align:center;
}

#nav_bottom ul li {
	display:inline;
	margin-right:23px;
}

#nav_bottom ul li a {
	color:#FFF;
	letter-spacing:-.8px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}

