/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background: #ffffff;
margin:15px;
padding:10px 10px;
font-family:  "Verdana", Helvetica, sans-serif;
font-size: 12px;
text-align:left; 
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #6e6e6e;
line-height:18px;

}

p {
margin:4px 0 6px 0;
}

strong {
font-weight: normal;
}

em {
font-style:italic;
}

h1, h2, h3, h4 h5{
font-weight:bold;
margin: 0px 0 0 0;
}

h1 {
font-size:11px;
color:#6e6e6e;
text-decoration:none;

}

h2 {
font-size:36px;
font-weight:normal;
color:#800080;
text-decoration:none;
line-height: 1.2em;
}

h3{
font-size:33px;
font-weight:bold;
color:;
text-decoration:none;

}

h4 {
font-size:12px;
color:#4d4d9f;
font-weight:bold;



}
h5 {
font-size:10px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}



a {
text-decoration: none;
font-size:13px;
font-weight:normal;
color: #550000;
}
a:hover {
text-decoration: none;
font-size:13px;
font-weight:normal;
color: #550000;
}

a:link, a:visited {
color:#550000;
font-size:13px;
font-weight:bold;
text-decoration:normal;
}
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;
padding:0;
border:0px solid #;
background: #ffffff;
width:953px;
}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px;
height:150px;
width:953px;
}

/* << ----------------// Left column //---------------->> */
#columnOne {
float:left;
font-size:12px;
font-weight: bold;
text-align:left; 
margin:0;
padding: 10px 35px 15px 15px;
width:476px;
}


#menu {
height: 30px;
line-height: 20px;
background: #ffffff;
width:800px;
}
#menu ul {
list-style-type: none;
padding-left: 5px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 400;
font-size: 12px;
color: #4d4d9f;
}
#menu ul li a:hover {
color: #4d4d9f;
text-decoration: none;
}



#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li {
font-size:11px;
}

#columnOne h2, #columnThree h2 {
font-size:14px;
}


/* << ----------------// Middle column //---------------->> */
#columnTwo {
float:left;
font-size:12px;
text-align:left; 
font-weight: bold;
margin:0;
padding: 0px 0px 0px 0px;
background: url(images/back.jpg) repeat;
width:400px;
}

/* << ----------------// Right column //---------------->> */
#columnThree {
float:left;
font-size:11px;
text-align:left; 
font-weight: normal;
margin:0;
padding: 0px 0px 0px 0px;
width: 0px;

}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:10px 10px 10px 10px;
height:80px;
font-size:10px;
text-align:left; 
color:#;
background:#;
clear:both;

}

#footer a:link, #footer a:visited {
color:#2e2e2e;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#2e2e2e;
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 */
