body {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;	
	padding: 0px;
	margin: 0px;
}
#uberContainer {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#headerContainer {	
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#printHeader {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	display: none;
}
#contentContainer {	
	padding: 0px;
	width: 100%;
	float: left;
}
#navContainer {	
	padding: 0px;
	width: 200px;
	float: left;
	background-color: #006699;
}
#sandboxContainer {
	padding: 0px;
	position: absolute;
	left: 210px;
	width: 80%;
	float: left;
/*	display: none;  */
}
#sandboxContent {
	padding: 16px 4px 16px 16px;
	width: 70%;
	float: left;
	margin: auto;
}
.sig {
	float: right;
	padding: 12px;
	text-align: left;
	width: 40%;
}
#footerContainer {
	padding: 0px;
	width: 100%;
	float: left;
}
#footerContent {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 140%;
	color: #999999;	
}
#widgetContainer {
	padding: 0px;
	width: 174px;
	float: right;
}
.widget {
	margin: auto;
	float: left;
	width: 166px;
	padding: 4px;
	text-align: center;
}
tr, td {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
}
.newsHead {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.news {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family: tahoma, verdana, arial;
	font-size: 140%;
	font-weight: bold;
	color: #006699;
}

.nav {
	background-color: #e7e7e7;
	background-image: url(../images/nav/nav_bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;	
}

.news {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.news a {
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.news a:active {
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.news a:visited {
	font-weight: normal;
	color: #BD0000;
	text-decoration: none;
}
.news a:hover {
	font-weight: normal;
	color: #BD0000;
	text-decoration: underline;
}

.footerLink {
	font-size: 11px;
	font-weight: normal;
}

.footerLink em {
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
	}

.footerLink a {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

.footerLink a:active {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

.footerLink a:visited {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}

.footerLink a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#footerContent a {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
#footerContent a:active {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
#footerContent a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	text-decoration: none;
}
#footerContent a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.backSplash {
	background-color: #ffffff;
	background-image: url(../images/index_splash_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
}

.splashText {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 200%;
}

/* == NAVIGATION CSS == */

ul#primeNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-top: 1px solid #1A5C7D;
	border-bottom: 1px solid #599BBD;
	color: #ffffff;
	}
	
ul#primeNav li {
	position: relative;
	border-top: 1px solid #599BBD;
	border-bottom: 1px solid #1A5C7D;
	background-color: #006699;
	background-image: url('../images/nav_bg.gif');
	background-position: top left;
	background-repeat: repeat;
	}
	
ul#primeNav li:hover ul, ul#primeNav li.over ul {
	display: block;
	z-index: 100;
	}
	
ul#primeNav li ul {
	position: absolute;
	left: 200px;
	top: -1px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-top: 0;
	border-bottom: 0;
	border-left: 2px solid white;
	}
	
ul#primeNav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px;
	border: 0;
	border-bottom: 0;
	padding-right: 10px;
	}
	
ul#primeNav li a.expander {
	background-image: url('../images/nav_arrow.gif');
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul#primeNav li { float: left; height: 1%; }
* html ul#primeNav li a { height: 1%; }
/* End */

.notice {
	text-align: left;
	font-weight: bold;
	padding: 8px;
	margin: 10px;
	background: #fff url('../images/icon_alert.gif') 6px 6px no-repeat;
	border: 1px solid #666;
	padding-left: 30px;
	font-size: 10px;
}