* { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
} 
a { 
color : #333333;
} 

#wrapper { 
margin : 0 auto;
width : 922px;
} 
#header { 
color : #333;
width : 900px;
float : left;
padding : 10px;
border : 1px solid #ccc;
height : 100px;
} 

#leftcolumn { 
color : #333;
border : 1px solid #ccc;
background : #fff;
margin : 5px 0 0 0;
padding : 10px;
min-height : 350px;
width : 240px;
float : left;
} 
#leftcolumn ul { 
margin-top : 10px;
padding-top : 2px;
padding-bottom : 10px;
margin-bottom : 10px;
border-bottom : 1px dotted;
background-color : #95ADB9;
} 
#leftcolumn li { 
margin-top : 10px;
display : list-item;
list-style-type : none;
font-size : 1.1em;
text-indent : 5px;
border-bottom : 1px dotted #628394;
padding-bottom : 5px;
} 
#leftcolumn ul li.last { 
border-bottom : none;
padding-bottom : 0;
} 
#leftcolumn li a { 
color : #FFFFFF;
text-decoration : none;
display : block;
} 

#leftcolumn h3 {
	margin : 0;
	height : 28px;
	font-size : 18px;
	font-weight : lighter;
	background-image:url(images/navTab.jpg);
	text-indent : 8px;
	color : #FFF;
} 
#rightcolumn { 
float : right;
color : #333;
border : 1px solid #ccc;
background : #ECF0F2;
margin : 5px 0 5px 0;
padding : 10px;
min-height : 350px;
width : 633px;
display : inline;
} 
.topright { 
padding-bottom : 20px;
border-bottom : 1px dotted #628394;
} 
.topright p { 
text-align : justify;
font-size : 1.1em;
color : #253238;
padding-top : 10px;
} 
.topright h3 { 
margin : 0;
font-size : 24px;
font-weight : lighter;
background-color : #95ADB9;
text-indent : 5px;
color : ##FCC874;
} 

.boxes {
	text-align:left;
}
.clear { 
clear : both;
} 
#triplebox { 
min-height : 136px;
padding : 0;
float : left;
display : inline;
margin-top : 10px;
border-top : 1px dotted #69461e;
} 
.col { 
width : 210px;
float : left;
margin : 10px 7px;
text-align : justify;
} 
.col p { 
margin : 11px 0 0 0;
padding : 0;
color : #4a2c14;
} 
.col h3 { 
font-size : 1.4em;
font-weight : lighter;
color : #fcc874;
background-color : #69461e;
text-indent : 5px;
} 
#footer { 
padding : 5px 0;
background-color : #fff;
display : inline;
float : left;
width : 922px;
border-top : 1px solid #d1d1d1;
font-size : 0.8em;
text-align : center;
color : #4a2c14;
background-color : #f0f0f0;
}
