body {
	background: #CCDCCD;

	font-family: sans-serif;
	color: #666;
	}

a {
	color: #7FA1A3;
	text-decoration: none;
	}
	
a:hover {
	color: #ACBEC1;
	text-decoration: none;
	}
		
h1 {
	font-size: 1.5em;
	color: #576C6F;
	}
		
hr {
	color: #8DA3A5;
	background-color: #8DA3A5;
	height: 4px;
	width: 940px;
	} 
				
div.container {
	width: 900px;
	height: auto;
	background: #fff;
	padding: 20px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;

	}

div.header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-y;
	}

div.header span {
	position: relative;
	left: 25px;
	top: 30px;
	font-family: sans-serif;
	font-size: 2.1em;
	color: #139ea7;
	}
		
div.menu {
	width: 100%;
	height: 20px;
	padding: 0px;
	background: #8DA3A5;
	margin-top: 3px;
	overflow: hidden;
	text-align:right;
	}

span.home {			
	background: #576C6F;	
	border-left: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	}

span.home a, span.home a:hover {
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	}
		
span.alt {
	background: #8DA3A5;
	border-left: 1px SOLID #fff;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	}
		
span.alt a, span.home a:hover {
	color: #fff;
	font-size: 9pt;
	font-family: sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	}
		
div.main_nav {
	width:250px;
	/* float: left; */
	height: 100%;
	margin-right: 10px;
	}

div.sub_menu {
	margin-right: auto;
	margin-top: 20px;
	font-size: 12px;
	width: auto;
	border: solid 1px #8DA3A5;
	}

div.sub_menu div {
	background: #8DA3A5;
	padding: 5px;
	color: #fff;
	border: 1px #a2c058;
	width: auto;
	font-variant: small-caps;
	}

div.sub_menu a {
	background: #fff;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.15ex 0.5em 1.15ex 0.75em;
	}

div.sub_menu a:hover {
	background: #e6e6e6;
	color: #666;
	text-decoration: none;
	line-height: 1.25em;
	display: block;
	padding: 1.15ex 0.5em 1.15ex 0.75em;
	}

div.content {
	width: 630px;
	margin-top: 20px;
	text-align: justify;
	float: right;
	font-size:14px;
}

div.footer {
	text-align: center;
	font-size:12px;
	height: 50px;
	}
	
div.footer a{
	color: #576C6F;
	text-decoration: none;	
	}
	
div.footer a:hover{
	color: #708A8D;
	text-decoration: none;
	}
