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

/* << ----------------// General Styles //--------------> */
html { 
  padding:0px;
  margin:0px;
}

body {
	padding:0;
	color:#000000;
	font: 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p {
margin:4px 0 6px 0;
font-size: 12px;
}

strong {
font-weight:bold;
}

em {
font-weight: bold;
}

h1, h2, h3, h4 {
font-weight:normal;
margin:10px 0 0 0;
}

h1 {
font-size:26px;
}

h2 {
font-size:12px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link#title_link, a:visited#title_link {
	color: #000;
	text-decoration:none;
}

a:hover#title_link {
color: #259a00;
text-decoration:underline;
}

a:link, a:visited {
color:#000;
text-decoration:underline;
font-size: 12px;
}

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

/* << ----------------// Outer container that holds all the columns //--------------> */
#mainContainer {
padding:0;
width:970px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

/* << ----------------// Header //--------------> */
#header {
margin:0;
padding:5px;
width:970px;
height:40px;
color:#ffffff;
/*background-color:#000000;*/
}

#current ul li {
	color: #fff;
	list-style: disc;
	list-style-image: url("../images/triangle.png");
}

#nav {
	padding: 0px;
	margin: 0px;
	color: #666;
	list-style-type: none;
	font-size: 10px;
	vertical-align: top;
	line-height: 12px;
}

#nav a {
	color: #000;
	text-decoration:none;
	font-size: 10px;
}

#nav a:hover {
	color: #1c7c01;
	text-decoration:none;
	font-size: 10px;
}

/* << ----------------// Left column //--------------> */
#columnOne {
float:left;
margin:0;
padding: 0 5px 10px 0;
width:230px;
}

/* << ----------------// tutorial_nav //--------------> */
#tutorial_nav {
padding: 0 0 0 10px;
width:225px;
border-left: 1px solid #999;
	margin: 0 -5px;
}

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

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

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

#tutorial_nav ul li a:hover, #navVertical ul li a:active {
color: #959595;
text-decoration:none;
}

/* << ----------------// Middle column Left //--------------> */
#columnTwo {
float:left;
margin:0;
padding: 0 20px 10px;
width:708px;
border: 1px solid #b7b7b7;
padding-right: 5px;
height: auto;
}

/* << ----------------// Footer //--------------> */
#footer {
text-align: right;
margin:0;
padding:5px 5px 5px 10px;
width:970px;
height:20px;
font-size:10px;
color:#000;
clear:both;
}


/* << ----------------// 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 */

pre
	{margin:0in;
	font-size:10.0pt;
	font-family:"Helvetica";
	color:black;}
