@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img { border: none;}

a:link {
	color:#414958;
	text-decoration: none;
}
a:visited {
	color: #2D333E;
	text-decoration: none;
}
a:hover, a:active, a:focus { text-decoration: none;}


.container {
	width: 85%;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background: #FFF;
	width:100%;
	padding-left:0px;
}

.sidebar1 {
	float: right;
	width: 35%;
	background: #FFF;
	padding-bottom: 10px;
	margin-right:0%;
	margin-top:5px;
}
.content {
	width: 60%;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align:justify;
	margin-top:10px;
	margin-left:15px;
	
}

.content ul, .content ol { 	padding: 0 15px 15px 40px; }

ul.nav {
	list-style: none;
	border-top: 1px solid #FFF; 
	margin-bottom: 15px; 
}
ul.nav li {	border-bottom: 1px solid #FFF; }
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background: #FFF;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #FFF;
	color: #FFF;
}

	
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #FFF;
	position: relative;
	clear: both;
	font-size:small;
}

#footer {
    float: left;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.container .content {
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: inset;
	border-bottom-style: inset;
	background-color: #f2f2f2;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-top-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

.navh {
    margin:auto;
   /*/ border:3px outset #fff;/*/
    padding:0;
   /*/ min-width:1em;/*/
    width:100%;
    height:37px;overflow:hidden; 
    background: url(../images/navh.png);
    text-align:justify;font:bold 88%/1.1 verdana;
}
.navh li {display:inline;list-style:none;}
.navh li.last {margin-right:41%;}
.navh li a {
    display:inline-block;
    padding:13px 4px 0;
    height:31px;
    color:#fff; vertical-align:top;
    text-decoration:none;text-transform:capitalize;
}
.navh li a:hover {
    margin:-3px;
	/*/margin-left:10%;/*/
    border:3px inset #fff;
    color:#fff;
    background: url(../images/navhlite.png);
}
-->
</style><!--[if lte IE 7]>
<style>
.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
</style>
<![endif]-->