html, body {
	height: 100%;
	min-height: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px 70px 0px 70px;
	background: #DEDEDE;
	}
	
/*------------------------------------Links------------------------------*/

A:link {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #660000;
	background-color: none;
	text-decoration: none;
   }

A:active {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: none;
	text-decoration: none;
	}

A:visited {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #dedede;
	background-color: none;
	text-decoration: none;
   }

A:hover {
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #cfb53b;
	background-color: none;
	}
 
a.navlink:link {
	color: #191688;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px 10px 0px 10px;
	}

a.navlink:hover {
	background: #615dec;
	color: #dedede;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	}
	
a.navlink:visited {
	color: #191688;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px 10px 0px 10px;
	}

a.sidenav:link {
	color: #525291;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 20px 10px 20px 10px;
	}

a.sidenav:hover {
	color: #ffffff;
	font-size: .8em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 20px 10px 20px 10px;
	}
	
a.sidenav:visited {
	color: #a8abb2;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 20px 10px 20px 10px;
	}
	
/*  Containers
---------------------------------*/

#maincon {
	width: 100%;
	height: 100%;
    background: #FFF;
	}
   
#headercon {
	height: 150px;
	width: 100%;
    background: #FFF;
    }
  
#contentcon {
   height: 100%;
   width: 100%;
   }

#footercon {
	height: 20px;
	width: 100%;
	background: url('images/navbg.png') #ffffff;
	} 
	
   /*------------------------------------Sections------------------------------*/

#header {
	height: 150px;
	width: 100%;
	background: url('images/hbg.png') #FFF;
    }
	
#nav {
	padding: 0px 0px 0px 0px;
	}
	
#content{
	height: 100%;
	width: 80%;
	background: #FFF;
   }
   
#main {
	height: 100%;
	width: 100%;
	background: #FFF;
	}

#info {
	height: 100%;
	width: 100%;
	background: #FFF;
	}

.logo {
	padding: 10px 10px 10px 10px;
	background: #FFF;
	}

.codesc {
	padding: 10px 10px 10px 10px;
	background: #FFF;
	font-size: 12px;
	}     
	 
#footer {
	height: 100%;
	font-size: 10px;
	padding: 0px 0px 0px 30px;
	}

