/* Main Body Elements */
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	padding: 0;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	color:#000000;
	text-align: left;
}
#header_container {
	position: absolute;
	top: 25px;
	width: 100%;
}
#header_logo {
	background: url(/images/bg-top.gif);
	height: 77px;
	text-align: left;
}
#header_nav {
	background: url(/images/bg-bot.gif);
	height: 28px;
	text-align: left;
}
#header_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}
#header_nav ul li {
	display: block;
	float: right;
	padding-top: 4px;
}
#header_nav ul li a, #header_nav ul li a:visited {
	font: bold 10px/20px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background-color: #ffffff;
	padding: 3px 20px 3px 20px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
	color: #666666;
}
#header_nav ul li a:hover  {
	background-color: #EBEBEB;
	text-decoration: none;
}
#content_container {
	vertical-align: top;
	position: relative;
	width: 99%;
	padding: 0;
	margin-top: 135px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-left: 250px;
	font: normal 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	min-height: 400px;
}
#leftnav {
	position: absolute;
	width: 230px;
	left: 0;
	top: 0;
	vertical-align: top;
	float: left;
	padding-right:15px;
	color: #566767;
  	border-top: 1px solid #DDDDDD;
	padding-left: 10px;
	margin-bottom: 10px;
}
#footer_container {
	margin-left: 250px;
}
#footer {
	background: url(/images/bg-footer.gif) top left repeat-x;
	height: 76px;
	position: relative;
	top: 0;
	left: 0;
	padding: 35px 4px 4px 4px;
	font: normal 12px "Trebuchet MS", Verdana, Arial, sans-serif
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}



/* Network Bar */
#bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	height: 26px !important;
	background: url('/images/bar.gif');
}
#bar-left {
	float: left;
	position: relative;
	width: 30%;
	text-align: left;
	margin-top: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
#bar-left a:link, #bar-left a:visited {
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#bar-left a:hover {
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#bar-right {
	float: right;
	width: 70%;
	text-align: right;
	color: #ffffff;
}
.link {
	margin-top: 3px;
	margin-left: 8px;
	margin-right: 8px;
}
#bar-right ul {
	float: right;
	margin: 0;
	padding: 0;
}
#bar-right li {
	display: block;
	float: left;
	font-weight: bold;
	height: 25px;
}
#bar-right select {
	font-size: 10px;
}

.box-clear {
	clear: both;
	margin: 0px;
}
.links {
	padding-bottom: 3px;
}
.links a, .links a:visited {
	font: bold 10px/20px 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	background-color: #ffffff;
	padding: 3px 20px 3px 20px;
	margin-left: 2px;
	margin-right: 2px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
	color: #666666;
}
.links a:hover  {
	background-color: #EBEBEB;
	text-decoration: none;
}
h1 {
	color: #566767;
	font: bold 20px/34px "Trebuchet MS", "Tahoma", sans-serif;
  	border-top: 1px solid #DDDDDD;
}
h4 {
	padding-top: 5px;
	margin: 0px;
	color: #566767;
	font: bold 13px "Trebuchet MS", "Tahoma", sans-serif;
}
h4 a:link, h4 a:hover, h4 a:visited {
	color: #566767;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}







#tools a {
	font-weight: bold;
}

/* Tools Navigation */
.tools {
	margin-bottom: 6px;
	border-bottom: 1px solid #6E6E6E;
	font: 11px Verdana, Arial, Helvetica, sans-serif, sans-serif;
}
.tools a, .tools a:visited {
	background: url(/images/arrow.gif) left no-repeat;
	display: block;
	border-top: 1px solid #6E6E6E;
	padding: 4px;
	padding-left: 10px;
	color: #911E00;
	font: 11px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	text-decoration: none;
	text-align: left;
}
.tools a:hover {
	background-color: #911E00;
	color: #ffffff;
	text-decoration: none;
}
.tools a.nostyle,
.tools a.nostyle:visited,
.tools a.nostyle:hover {
	background: none;
	display: inline;
	border-top: none;
	padding: 0;
	color: #911E00;
	font: 11px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	text-decoration: none;
	text-align: left;
}