@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	}

body {
	background-color:#0F3C47;
	padding:0px;
	margin:0px;
	height:100%;
	}
	
.left-bar {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#;
	width:70px;
	height:100%;
	}
	
.container {
	position:relative;
	top:0px;
	left:0px;
	margin-left:76px;
	height:100%;
	}
	
.top-bar {
	position:relative;
	background-color:#0F3C47;	
	width:450px;
	height:10px;
	}	
	
.logo {
	position:relative;
	margin-top:2px;
	background-color:#005260;
	width:450px;
	height:120px;
	}	
	
.nav {
	position:relative;
	margin-top:2px;
	background-color:#005260;
	width:410px;
	height:auto;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffffff;
	line-height: 20px;
	font-style: normal;
	}	
	
.links {
	position:relative;
	margin-top:2px;
	background-color:#005260;
	width:410px;
	height:auto;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#60939c;
	line-height: 20px;
	}	
	
.bottom {
	position:relative;
	margin-top:2px;
	background-color:#005260;
	width:450px;
	height:20px;
	}	
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#9fbec3;
	line-height: 20px;
	text-decoration:none;
	}
	
a:hover {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffffff;
	line-height: 20px;
	text-decoration:none;
	}
	
a:active {	
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ffffff;
	line-height: 20px;
	text-decoration:none;
	}

a:visited {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#60939c;
	line-height: 20px;
	text-decoration:none;
	}
	
/* CLEARFIX */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	; 	font-weight: bold;
