﻿* {
	padding : 0;
	margin : 0;
	float: none;
} 
body {
	font-size : 16px;
	background-image : url(images/body_bg.gif);
	background-repeat : repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
img {
	padding : 5px;
} 
img.floatTL {
	float : left;
	margin-right : 10px;
	margin-bottom : 5px;
	margin-top : 15px;
	margin-left : 0;
} 
img.floatTR { 
float : right;
margin-left : 3px;
margin-bottom : 0;
margin-top : 15px;
margin-right : 10px;
} 
#wrapper { 
margin : 0 auto;
width : 825px;
} 
#top { 
color : #333;
width : 800px;
float : left;
padding : 10px;
height : 45px;
margin : 2px 0 0 0;
} 
.logo h1#lineone { 
font-size : 1.7em;
font-weight : lighter;
padding-top : 10px;
padding-right : 90px;
color : #99ff32;
border : none;
top : 0;
left : 14px;
letter-spacing : -1px;
text-align : right;
} 
.logo h1#lineone span { 
color : #d0d0d0;
} 
.logo h2#linetwo { 
padding-right : 85px;
font-size : 0.9em;
text-transform : none;
top : 25px;
left : 14px;
color : #d0d0d0;
font-weight : lighter;
text-align : right;
} 
.logo a { 
color : #d0d0d0;
text-decoration : none;
} 
#header {
	color : #333;
	width : 819px;
	float : left;
	border : 3px solid #ccc;
	height : 130px;
	background : #ffe url(images/headimg.jpg) no-repeat;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#header h2 { 
color : #d3d3d3;
font-size : 1.4em;
font-weight : lighter;
letter-spacing : -1px;
padding-left : 300px;
padding-right : 90px;
padding-top : 40px;
text-align : justify;
} 
#navigation {
	float : none;
	width : 800px;
	color : #333;
	padding : 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
} 
#navlist { 
margin : 0;
padding : 0 0 20px 10px;
border-bottom : 1px solid #000;
} 
#navlist li { 
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
} 
#navlist ul { 
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
} 
#navlist a:visited {
	float : left;
	line-height : 14px;
	margin : 0 10px 4px 10px;
	text-decoration : none;
	color : #FFFFFF;
} 
#navlist a:link {
	float : left;
	line-height : normal;
	margin : 0 10px 4px 10px;
	text-decoration : none;
	color : #FFFFFF;
} 
#navlist a:hover {
	background : transparent;
	color : #FFFFFF;
} 
#navlist a:visited#current { 
border-bottom : 4px solid #eb6607;
padding-bottom : 2px;
background : transparent;
color : #99ff32;
} 
#navlist a:link#current { 
border-bottom : 4px solid #eb6607;
padding-bottom : 2px;
background : transparent;
color : #99ff32;
} 
#navlist a:hover {
	color : #FF0000;
	text-decoration: none;
} 
#leftcolumn {
	color : #000000;
	margin : 0;
	padding : 10px;
	height : 574px;
	width : 200px;
	float : left;
	background-color: #CCCCCC;
	background-image: url(images/colback.jpg);
	border: 0px none #FFFFFF;
} 
#leftcolumn h2 {
	color : #000000;
	font-size : 1.5em;
	text-decoration : underline;
} 
#leftcolumn ul { 
margin-top : 10px;
padding-bottom : 15px;
margin-bottom : 10px;
border-bottom : 1px dotted;
} 
#leftcolumn li { 
margin-top : 10px;
list-style-type : square;
display : list-item;
list-style-position : inside;
} 
.contact {
	padding-top : 10px;
	padding-bottom : 10px;
	border-bottom : 1px dotted;
} 
#leftcolumn h3 {
	color : #000000;
	font-size : 1.5em;
	text-decoration : underline;
	padding-top : 10px;
	padding-bottom : 15px;
} 
#rightcolumn {
	float : left;
	color : #333;
	border-top : 2px solid #ccc;
	background : #f8f8ec;
	margin : 0;
	padding : 4px;
	min-height : 350px;
	width : 597px;
	display : inline;
	clear: none;
} 
#boxes { 
width : 566px;
margin-left : 5px;
} 
.box1 { 
background-image : url(images/redbg.jpg);
width : 278px;
float : left;
margin-top : 5px;
} 
.box1 p { 
color : #207fbb;
font-size : 12px;
margin-top : 10px;
padding-left : 0;
padding-right : 3px;
text-align : justify;
} 
.box1 h2 { 
margin-top : 10px;
margin-left : 0;
color : #a2e629;
font-size : 22px;
font-weight : lighter;
} 
.box1 a { 
float : right;
padding-right : 20px;
padding-bottom : 10px;
color : #ff0000;
} 
.box2 { 
background-image : url(images/greenbg.jpg);
width : 278px;
float : right;
margin-top : 5px;
} 
.box2 p { 
color : #207fbb;
font-size : 12px;
margin-top : 10px;
padding-left : 3px;
padding-right : 0;
text-align : justify;
} 
.box2 h2 { 
margin-top : 10px;
margin-left : 0;
color : #ff0000;
font-size : 22px;
font-weight : lighter;
} 
.box2 a { 
float : right;
padding-right : 20px;
padding-bottom : 10px;
color : #74a61c;
} 
.clear { 
clear : both;
} 
#triplebox {
	width : 570px;
	min-height : 136px;
	background : url(images/bluebox.gif) no-repeat;
	font-size : 0.75em;
	padding : 0;
	float : none;
	display : inline;
	margin-top : 10px;
	width : 560px;
	text-align : justify;
} 
.col { 
width : 172px;
float : left;
padding : 18px 0 8px 24px;
margin-left : 10px;
padding : 18px 0 8px 4px;
} 
.col p { 
margin : 11px 0 0 0;
padding : 0;
} 
.col h3 { 
font-size : 1.4em;
} 
#footer { 
text-align : center;
margin-top : 3px;
display : inline;
float : left;
width : 826px;
padding-top : 5px;
padding-bottom : 5px;
color : #aaa9a9;
}
#footer p {
font-size: 75%;
}
#footer a {
color: #73bd25;
}

