/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	background-color: #99CC33;
}

p {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
	font-weight:bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

h1 {
	font-size:19px;
	color: #000000;
}

h2 {
	font-size:23px;
	color: #0000F6;
}

h2 a{
color:#999999;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
	color:#31499D;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	color:#31499D;
	text-decoration:none;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	width:800px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	min-height:850px;
}

/* << ----------------// Header //------------ */
#header {
	margin:0;
	padding:0px;
	width:800px;
	height:285px;
	color:#ffffff;
	background-image: url(%20);
	background-repeat: no-repeat;
}

/* << ----------------// Horizontal navigation //------------ */
 	
 
#styleone{
	position:relative;
	display:block;
	height:30px;
	font-size:14pt;
	font-weight:bold;
	background:transparent url(..img/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-bottom:1px solid #d9d9d9;
	margin-left: 15px;
	margin-right: 15px;
}
#styleone ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styleone ul li{display:block;float:left;margin:0 1px 0 0;}
#styleone ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:7px 25px 7px 25px;
	height:18px;
}
#styleone ul li a:hover,#styleone ul li a.current{
	color:#FFFFFF;
	background:transparent url(img/bgON.gif) repeat-x top left;
}
 

/* << ----------------// Left column //------------ */
#columnOne {
float:left;
margin:0;
padding:0 5px 10px 5px;
width:190px;
background-color:#cccccc;
}

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:13px;
}

#columnOne h2, #columnThree h2 {
font-size:16px;
}

/* << ----------------// Vertical navigation //------------ */
#navVertical {
margin:0 -5px 0 -5px;
padding:0;
width:200px;
background-color:#454545;
}

#navVertical ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navVertical ul li {
margin:0 0 0 -5px;
padding:0;
list-style:none;
border-bottom:1px solid #999999;
}

#navVertical ul li a:link, #navVertical ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
display:block;
}

#navVertical ul li a.current:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}


/* << ----------------// Middle column //------------ */
#columnTwo {
	float:left;
	width:520px;
	background-color:#eeeeee;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
}

/* << ----------------// Right column //------------ */
#columnThree {
	float:left;
	width:210px;
	background-color:#cccccc;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* << ----------------// Footer //------------ */
#footer {
	width:780px;
	height:20px;
	font-size:11px;
	color:#cccccc;
	background-color:#25334B;
	clear:both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color:#8D8D8D;
	text-decoration:none;
	font-size: 11px;
}

#footer a:hover, #footer a:active {
color:#ffffff;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

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

 .img-right{
	float: left;
	margin-top: 0.3em;
	margin-right: 0.7em;
	margin-bottom: 0em;
	margin-left: 0em;
	}
	
	 .img-left{
	float: right;
	margin-top: 0.3em;
	margin-right: 0.7em;
	margin-bottom: 0em;
	margin-left: .7em;
	}
 
