@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1a3967;
	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;
}
.oneColFixCtr #container {
	width: 915px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #1a3967 url(../images/body_background.gif) repeat-y;
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/body_background.gif) repeat-y;
}

/* HEADER */
#headerGroup .logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 307px;
}
#headerGroup .topNavGroup {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 608px;
	background: url(../images/header_right.gif) no-repeat;
	height: 112px;
}
#headerGroup .topNavGroup .topNav {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:right;
	letter-spacing:1px;
	margin-top: 60px;
	text-align: right;
	padding-right: 70px;
}
#headerGroup .topNavGroup .topNav a {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
#headerGroup .topNavGroup .topNav a:hover {
	text-decoration:underline;
}

/* FOOTER */
#footerGroup{
	position:relative;
	width: 915px;
	height: 50px;
	background: #1a3967 url(../images/footer.gif) no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footerGroup a{
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footerGroup .copyright{
	position: absolute;
	bottom:10px;
	vertical-align:bottom;
	width: auto;
	margin-left: 30px;
}
#footerGroup .tag{
	position: absolute;
	right:45px;
	bottom:10px;
	vertical-align:bottom;
	width: 400px;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: right;
	top: 25px;
}


/* BODYGROUP */
#bodyGroup{
	width: 875px;
	background: url(../images/body_background.gif) repeat-y;
	float: left;
	text-align:left;
	margin: 0px;
	padding: 0px;
	min-height:500px;
}
/* ///////////////////////////////// */
#bodyGroup #navGroup {
	float: left;
	width: 205px;
	margin: 0px;
	padding: 10px 0px 0px 40px;
}

#bodyGroup #navGroup p{
	padding:0;
	margin:0;
}

#bodyGroup #navGroup .featured {
	color: #525252;
	font: 12px/15px Arial, Helvetica, sans-serif;
}

#bodyGroup #navGroup .featured a {
	color: #475473;
	font: 12px/15px Arial, Helvetica, sans-serif;
}

#bodyGroup #navGroup .featured .subTitle 
{
	font: bold 12px/15px Arial, Helvetica, sans-serif;
}


/* 1st level  /////////// */
#bodyGroup #navGroup ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#bodyGroup #navGroup ul li {
	padding:5px 0 10px;
	margin:0;
	border-bottom: 1px solid #e0e0e0;
}
#bodyGroup #navGroup ul li a {
	padding:0;
	margin:0; 
	color: #475473;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#bodyGroup #navGroup ul li a:hover{
	text-decoration:underline;
	color:#56668D;
}
#bodyGroup #navGroup ul li .navOn{
	padding:0;
	margin:0;
	color:#56668D;
}

/* 2nd level  /////////// */
#bodyGroup #navGroup ul ul {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px;
	list-style: none;
}
#bodyGroup #navGroup ul ul li{
	margin:0;
	padding: 0 0 5px;
	border:none;
}

#bodyGroup #navGroup ul ul li a {
	margin:0;
	padding:0;
	color: #56668D;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#bodyGroup #navGroup ul ul li .navOn{
	text-decoration:underline;
}

/* 3rd level  /////////// */
#bodyGroup #navGroup ul ul ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px;
	list-style: none;
}
#bodyGroup #navGroup ul ul ul li{
	margin:0;
	border:none;
	padding: 0px;
}
#bodyGroup #navGroup ul ul ul li a {
	color: #56668D;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
#bodyGroup #navGroup ul ul ul li .navOn{
	text-decoration:underline;
}

/* 4th level  /////////// */
#bodyGroup #navGroup ul ul ul ul{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style: none;
}
#bodyGroup #navGroup ul ul ul ul li{
	margin:0;
	border:none;
	padding: 0px 0px 2px;
}
#bodyGroup #navGroup ul ul ul ul li a {
	color: #56668D;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#bodyGroup #navGroup ul ul ul ul li .navOn{
	text-decoration:underline;
}




/* ///////////////////////////////// */
#tabGroup {
	width:40px;
	float:left;
	background:url(../images/tabs/tabs_bg.gif) repeat-y;
}
#tabGroup ul{
	margin:0;
	padding:0;
	list-style: none;
}
#tabGroup li{
	margin:0;
	padding:0 0 6px;
}
