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

/* << ----------------// General Styles //---------------->> */
body {
margin:5px;
padding:0;
background-color:#99A6BC;
font-family:Georgia, "Lucida Sans Unicode",Verdana, Geneva, sans-serif;
font-size:10px;
line-height:18px;
color:#000000;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

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

h1 {
font-size:16px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#4d9bfb;
text-decoration:none;

}

a:hover, a:active {
color:#000000;
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:980.99px;

}

/* << ----------------// Header //---------------->> */
#header {
margin:0;
padding:0px 0px 0px 0px;
width:980px;
height:70px;
color:#000000;
/*background-color:#ffffff;*/


}

 /*<< ----------------// Horizontal navigation //---------------->> */
#navHorizontal {
margin:0;
padding:0;
width:980px;
height:30px;
line-height:30px;
background-color:#454545;
}

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

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

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}

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

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

#columnOne h2, #columnThree h2, #columnFour 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:hover, #navVertical ul li a:active {
color:#454545;
text-decoration:none;
background-color:#eeeeee;
}

/* << ----------------// Middle column Left //---------------->> */
#columnTwo {
float:left;
margin:0;
padding:0 3px 5px 5px;
width:430px;
/*background-color:#eeeeee;*/
}

/* << ----------------// Middle column Right //---------------->> */
#columnThree {
float:left;
margin:0;
padding:0 3px 5px 5px;
width:180px;
/*background-color:#e4e4e4;*/
}

/* << ----------------// Right column //---------------->> */
#columnFour {
float:left;
margin:0;
padding:0 3px 5px 5px;
width:150px;
/*background-color:#cccccc;*/
}


/* << ----------------// Footer //---------------->> */
#footer {
margin:0;
padding:5px 5px 5px 10px;
width:970px;
height:38px;
font-size:10px;
color:#000080;
background-color:#FFFFFF;
clear:both;
border:1px solid #CCCCCC;
}

#footer a:link, #footer a:visited {
color:#000080;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#000081;
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 */





.roundedcornr_box_998128 {
   background: #ffffff;
}
.roundedcornr_top_998128 div {
   background: url(roundedcornr_998128_tl.png) no-repeat top left;
}
.roundedcornr_top_998128 {
   background: url(roundedcornr_998128_tr.png) no-repeat top right;
}
.roundedcornr_bottom_998128 div {
   background: url(roundedcornr_998128_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_998128 {
   background: url(roundedcornr_998128_br.png) no-repeat bottom right;
}

.roundedcornr_top_998128 div, .roundedcornr_top_998128, 
.roundedcornr_bottom_998128 div, .roundedcornr_bottom_998128 {
   width: 100%;
   height: 2px;
   font-size: 1px;
}
.roundedcornr_content_998128 { margin: 0 7px; }
#title {
	background-color: #9a9ae5;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 3px;
	padding: 1px 0px 0px 3px;

}

#links {
	background-color: #FFFFFF;
	color: #000000;
	cpadding-top: 5px;
	cpadding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 3px;
	padding: 0px 0px 0px 3px;

}


td
{
height:5px;
padding:0px;
}

.photo {
background-color:#FFF;
width:90px;
height:60px;
border:1px solid #D1D1D1;
margin-left:7px;
padding:3px;
}

.floatleft {
background-color:#FFF;
width:90px;
height:60px;
border:1px solid #D1D1D1;
float: left;
margin-top: 0px; 
margin-bottom: 10px;
margin-left: 7px;
margin-right: 10px;
padding:3px;

}
.text1
{text-align:center}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;

  width: 140px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #fff;	
  padding: 0.2em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd;  border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }

.titlebo{
height:3px;
}


a
{
list-style-image:url("/images/icon2.gif");
list-style-type:square;
}