* {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:1em;
	}

html {
	font-size:62.5%;
	}
	
html, body {
	height:100%;	
	}

body {
	color:#000;
	font-size:1em;
	background-color:#cccccc;
	}

img {
	border:0;
	}
	
a {
	text-decoration:none;
	color:#1c2d5a;
	}	

a:hover {
	text-decoration:underline;
	}
	
.header {
	width:90em;
	height:6.5em;
	background-color:#fff;
	margin-left:5em;
	}

#logo_pic {
	position:absolute;
	top:0em; left:6em;
	width:9em; height:8.4em;
	}
	
#skyline {	
	position:absolute;
	top:3em; left:16.5em;
	width:30em; height:3.5em;
	}

.meta {	
	text-align:right;
	padding-right:0.5em;
	}

.meta a {
	color:#000;
	padding:0 0.4em 0 0.5em;
	border-left:0.1em solid #aaa;
	}

.navLine {
	background-color:#000;		
	text-align:left;
	width:81em;
	margin-left:5em;
	padding:0.5em 0 0.3em 9em;
	}

* html .navLine {
	width:90em;
	}

.navLine a {
	color:#fff;
	font-size:1.2em;
	font-weight: 600;
	padding: 0.27em 0.7em;
	}	

.navLine a:hover {
	background-color:#c61d23;
	text-decoration:none;
	}

.navLine_act {
	color:#000;
	background-color:#adcae6;
	text-decoration:none;
	}
	
.logo_main {
	background-color:#b8cde3;		
	width:90em;
	margin-left:5em;
	border-top:0.1em solid #fff;
	}
	
.table {
	display:table;
	table-layout:fixed;
	border-spacing:0;
	margin-left:5em;
	width:90em;
	}
	
.tableSub {
	display:table;
	table-layout:fixed;
	border-spacing:0;
	width:100%;
}	

.tr {
	display:table-row;
	}
	
.td {
	display:table-cell;
	vertical-align:top;
	}

* html .td {
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:left;	
	}
	
.colLeft {
	background-color:#b8cde3;		/*#adcae6*/
	width:18.4em;
	}
	
.colCenter {
	background-color:#fff;
	width:71.6em;
	}	

.colCenterLeft {
	background-color:#fff;
	width:42.5em;
	}	

.colCenterRight {
	background-color:#fff;			/*#b3a486*/
	border-left:0.1em solid #adadad;
	}	

.navLeft {
	width:18.4em;
	margin-bottom:0.5em;
	}

.navLeft h3 {
	color:#1c2d5a;				/*1c2d5a*/
	background-color:#fff;
	font-size:1.4em;
	font-weight: 600;
	padding:0.5em 0 0.5em 0.7em;
	width:100%;
	}	

.navLeft h3 a {
	color:#1c2d5a;
	background-color:#fff;
	font-size:0.99em;
	padding:0;
	border:0;
	}

.navLeft a {
	color:#1c2d5a;
	font-size:1.1em;
	padding:0.3em 0 0.3em 1em;
	border-bottom:0.1em solid #fff;
	background-color:#b8cde3;		/*#adcae6*/
	width:100%;
	display:block;
	}

.navLeft a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#c61d23;
	}
	
.navLeft_active {
	color:#fff;
	background-color:#c61d23;
	text-decoration:none;
	}
	
.navLeft h3 a:hover {
	color:#1c2d5a;
	text-decoration:none;
	background-color:#fff;
	}

.rootline {
	color:#666;
	background-color:#ededed;
	line-height:3.1em;	
	padding-left:1.5em;
	}		

.rootline a {
	color:#666;
	}	
	
.footer {
	color:#fff;
	background-color:#000;
	width:89.5em;
	text-align:right;
	line-height:2.2em;
	margin-left:5em;
	margin-bottom:1em;
	padding-right:0.5em;
	}
	
* html .footer {
	width:90em;
	}

.footer a {
	color:#fff;
	margin:0 0.5em 0 0;
	padding:0 0 0 0.5em;
	border-left:0.1em solid #fff;
	}