/* Header */
#logo {
	top:0;
	left:0;
}
#header {
	position:relative;
}
/* header \*/
* html #header {
	height: 1%;
}
/* header */
#firstNav ul, #secondNav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#firstNav li, #secondNav li
{
	float: left;
	margin: 0 0.05em;
	padding: 0;
	text-align: center
}
#firstNav li a, #secondNav li a
{
	height: 15px;
	line-height: 1.25em;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
}
#firstNav li a{
	width: 90px;
	color: #fff;
    font-size:11px;
    font-family:verdana, tahoma, arial, sans-serif, times;
	background-color:#0e2a57;
	font-weight:bold;
}
#secondNav li a{
	width: 120px;
	color: #fff;
    font-size:11px;
    font-family:verdana, tahoma, arial, sans-serif, times;
	background-color:#666;
	font-weight:bold;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#firstNav li a, #secondNav li a
{
	float: none
}
/* End IE5-Mac hack */
#firstNav
{
	position:absolute;
	top:0;
	right:0;
	float:right;
} 
#firstNav li a.firstNavSelected{
	background-color:#4a73a5;
	color:#fff;
}
#secondNav li a.secondNavSelected{
	background-color:#eee;
	color:#202020;
}

/* Footer */
.footer {
	text-align:right;
	font-weight:normal;
    font-size:11px;
    color:#16387C;
    font-family:verdana, tahoma, arial, sans-serif, times;
	position:relative;
	float:right;
	width:100%;
	margin-top:15px;
}
.footerLine2 {
	background-color:#eaedf3;
	padding:2px 5px;
}

/* Left Navigation */
.leftNav {
	border-width:0px 0px 1px 0px;
	border-color:#9dacbf;
	border-style:solid;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	text-align:left;
}
.selectedLeftNav {
	border-width:0px 0px 1px 0px;
	border-color:#9dacbf;
	border-style:solid;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	text-align:left;
}
.leftNav A, .leftNav A:link, .leftNav A:hover, .leftNav A:active
{
   font-weight:bold;
   text-decoration:none;
   color:#4d5c7f;
}
.selectedLeftNav A, .selectedLeftNav A:link, .selectedLeftNav A:hover, .selectedLeftNav A:active
{
   font-weight:bold;
   text-decoration:none;
   color:#000066;
}
.leftNavigation {
	border:1px solid #9dacbf; 
	background-color:#EAEDF3; 
	height:200px;
}