body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000000;
	background-image: url(images/backG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.topBar {
	position: relative;
	width: 1000px; 
	height: 128px;
}

.LogoHolder{
	position: relative;
	float:left;
	width: 260px;
}

.HedderPaneHolder{ 
	position: relative;
	float: right;
	width: 740px; 
	height:111px;
}

.toplinks {
	position: relative;
	float: right;
	padding-right:7px;
	width: 733px;
	text-align: right;
}

.toplinks a {
	color: #FFFFFF;
	text-decoration: none;
}

.style3 {
	color: #FFFFFF
}

a {
	text-decoration: none;
	color: #003399;
}

.Menu {
}

.AdminMenu {
	width: 1005px;
	background-color: #fff;
}

.MenuPane {
}

.container {
	width: 1005px; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.topbar {
	width: 1005px;
}

.HedderPane{
}

.sidebar {
	position: relative;
	display: inline;
	overflow:hidden;
	float: right;
	width: 335px; /* since this element is floated, a width must be given */
	padding: 0 5px 0 5px; /* top and bottom padding create visual space within this div */
}

.sidebar1 h3, .thrColEls .sidebar1 p, .thrColEls .sidebar2 p, .thrColEls .sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.RightPane {
}
.LoginArea{
	height: 50px;
}
.LoginBox {
	background-image: url(images/loginBox.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 328px;
	height: 120px;
	margin-top: 14px;
	padding-left: 10px;
	text-align: center;
}
.LoginImagesArea{
	padding:8px;
	text-align:left;
}
.LoginImages{
}

.RememberMe{
	text-align: left;
	color: #fff;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}

.RememberMe a{
	color: #fff;
	padding-right: 10px;
}

input #ghost { color: #CCC; }
input #normal { color: #000; }


.UserLinks{
	text-align: left;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
}

.UserLinks a{
	color: #fff;
	padding-right: 10px;
}

.mainContent {
	position: relative;
	display: inline;
	overflow: hidden;
	float: left;
	width: 659px;
	padding-top: 5px;
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
}

.mainContentWide {
	margin: 0;
}

.ContentPane {
}

/*
.login {
	background-image: url(images/loginBox.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 338px;
	height: 110px;
	margin-top: 14px;
	padding-top: 30px;
	text-align: center;
}*/


/* ------- Styles from Apple ---------------*/

.spacer {
	padding-left: 16px;
}

.search_box {
	width: 116px;
	height: 18px;
	background: url(images/textBox.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	margin-left: 10px;
	float:left;
}
.search_box .u {
	border: 0;
	width: 90px;
	background: none;
	font-size: 10px;
}

.search_box .p {
	border: 0;
	width: 90px;
	background: none;
	font-size: 10px;
}
.search_box .go {
	float: right;
	margin: 3px 4px 0 0;
}

.icons {
	margin-top: 0px;
	margin-left: 150px;
	width: 180px;
}

.icons a img,
.icons a:link img{
	text-decoration: none;
	border-style: none;
	border-width: 0px;
}

.sponsors {
	background-image: url(images/sponsorFrame.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width: 338px;
	height: 260px;
	margin-top: 10px;
	padding-top: 16px;
	text-align: center;
}

.whatsNew {
	background-image: url(images/whatsNewMiddle.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

.whatsNewTop {
	margin-top: 20px;
	text-align: center;
}

.whatsNewBottom {
	text-align: center;
}

.scrollBar {
	height: 300px;
	overflow: scroll;
}

.newLink {
	padding: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 60px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}

.newlink a:hover {
	text-decoration: underline;
}


.featuredArticle {
	background-image: url(images/featured_backGTEMP.png);
	background-repeat: no-repeat;
	width: 655px;
	height: 283px;
}

.featuredTitle {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	margin-top: 30px;
	margin-right: 20px;
}

.featureHeader {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 8px;
}

.featuredMainImg {
	padding-top: 12px;
	padding-left: 12px;
	width: 365px;
	height: 225px;
}


.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft {
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.footer {
background-image:url(images/footerBack.jpg);
background-position:top left;
height:189px; 
width:1005px; 
background-repeat:no-repeat; 
padding-top:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}

.footer a{
text-decoration:none;
color:#5374B6;
line-height:18px;
}

.footer a:hover{
text-decoration:underline;
}
.footer .style3 {
	color: #122845;
	font-size: 10px;
}