/*       General
======================= */
* { margin:0; padding:0; }
html{ height: 100%;  margin-bottom: 1px; }
html *{ padding: 0; margin: 0; }
body {
	text-align:center;
	background:#336666 url(../images/bg.gif) repeat;
	margin:0;
	}
.left { float:left; }
.right { float:right; }
.clear { clear:both;}
.BodyFRImg {
	float:right;
	margin-left:0;
	display:inline;
}
/*       Links
======================= */
a {
	color:#336699;
    text-decoration:underline;
}
a:hover {
    color:#6699cc;
    text-decoration:none;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}

/*     Float containers fix 
=============================== */
.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 */

/* Text
======================= */
body, td, th, div, p, li, input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color:#1b1717;
}

h1, h2, h3, p, table {
	margin-left:10px;
	margin-right:30px;
}
#Sidebar h1, #Sidebar h2, #Sidebar h3, #Sidebar p, #Sidebar table {
	margin-left:30px;
	margin-right:20px;
}

h1, h2, h3 {
	color:#1b1717;
}

h1{
	font-size:16px;
	margin-top:2.1em;
	margin-bottom:0.8em;
}
h2 {
	font-size:14px;
	margin-top:1.1em;
	margin-bottom:0.8em;
	border-bottom:1px dashed #1b1717;
}
h3 {
	font-size:13px;
	margin-top:1em;
	margin-bottom:0;
	font-weight:bold;
}
p{
	line-height:1.4em;
	margin-bottom:1em;
}
#Content ul,
#Content ol{
	padding:0px 30px 0px 0;
	margin:10px 0 0 40px;
}
#Content ul li,
#Content ol li{
	padding: 0 0 9px 0px;
}
#Content li ul,
#Content li ol{
	padding: 0 0 0 0;
	margin:0 0 0 15px;
}
#Content li ul li,
#Content li ol li {
	padding: 9px 0 0 0;
}

/*       Navigation
======================= */
/* Fix IE. Hide from IE Mac \*/
* html #Sidebar li { float: left; height: 1%; }
* html #Sidebar li a { height: 1%; }
/* End */
#Sidebar {
	background: url(../images/bgs.png) no-repeat center top;	
}
#Sidebar ul {
	list-style:none;
	margin-left:20px;
	margin-top:46px;
	}
#Sidebar li {
	width:230px;
}
#Sidebar li a {
	display:block;
	padding:14px 10px 28px 30px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#Sidebar li a:hover {
	color:#000;
	background: url(../images/bgm.gif) no-repeat left top;
}
/*       Layout
======================= */
#Page {
	width:770px;
	text-align:left;
	margin:0 auto;
	background:#c5b992 url(../images/bgp.gif) repeat-y;
}
#HomeInner {
	margin:0 10px;
	background: url(../images/homeinner.jpg) no-repeat center top;
}
#Inner {
	margin:0 10px;
	background: url(../images/inner.jpg) no-repeat center top;
}
#Header {
	height: 200px;
}
#HomeMain {
	margin-top:80px;
}

#Sidebar{
	width:270px;
	min-height:400px;
	height:auto !important;
	height:400px;
	}

#HomeContent {
	width:480px;
	margin-top:60px;
}
#Content {
	width:480px;
	margin-top:24px;
}
.images { 
	border:6px solid #2B5E5E;  
	margin: 0 15px 17px 0;
	float:left;
}
.images-right{ 
	border:6px solid #2B5E5E;  
	margin: 0 0px 7px 10px;
	float:right;
}



/*       Logo
======================= */
#Logo {
	width:750px;
	height:200px;
	margin:0;
}
#Logo a {
	display:block;
	width:750px;
	height:200px;
}
#Logo strong{ display:none; }

/*       Footer
======================= */
#Footer {
	background:#090c0a url(../images/flogo.gif) no-repeat right;
	height: 80px;
}
#Footer p {
	color:#FFF;
	padding:20px 0 0 0;
	text-align: right;
	margin-right:116px;
	line-height:20px;
}
#Footer p span.sep {
	padding:0 7px;
}
.BlueText {
	color:#6699cc;
	padding-right:7px;
}
#Footer p a {
	color:#FFF;
	text-decoration:none;
}
#Copyrights {
	width:770px;
	margin:0 auto;
}
#Copyrights p {
	color:#003333;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:5px 0 10px 0;
	margin-left:10px;
}
#Copyrights p a {
	color:#003333;
	text-decoration:none;
}


/*     printer styles
========================= */
@media print{
/* Hide unwanted elements */
#Sidebar  {display:none;}
#Header, #Logo, #Logo a {
	width: auto;
	height: auto;
	font-size:20px;
	position:relative;
	left:0;
	top:0;
}
#Header {border-bottom:1px solid #7ab9cb; height:40px;}
#Logo strong {
display:block;
}

/* Kill floats */
body, #Page, #HomeInner, #Inner, #Header, #HomeMain, #Main, #HomeContent, #Content, #Footer, #Copyrights {width:100%; float:none; background:none; margin:0; padding:0;}
#Footer { border-top:1px solid #7ab9cb; border-bottom:1px solid #7ab9cb;}
h1, h2, h3, table, p {
margin-left: 0;
margin-right:0;
text-align:left;
}
}