

/* Generic Selectors */

*{

margin:0;

padding:0;
}

body {


font-family: Georgia, "Times New Roman", Times, serif;

text-align: left;

margin: 0;

}


p {

font-size: 13px;

font-weight: 100;

letter-spacing: normal;

line-height: normal;

padding: 10px 20px 10px 15px;

line-height: normal;

color: #005542;

text-align: left;

}
	
h1 {

font-size: 16px;

font-weight: bolder;

font-family: georgia;

letter-spacing: normal;

line-height: normal;

padding: 10px 20px 10px 15px;

line-height: normal;

color: #ffffff;

text-align: left;

text-transform: uppercase;

}	
	
h2 {

font-size: 14px;

font-weight: bold;

letter-spacing: normal;

line-height: normal;

padding: 10px 20px 10px 15px;

line-height: normal;

color: #005542;

text-align: left;

}
	
h3 {

font-size: 14px;

font-weight: normal;

letter-spacing: normal;

line-height: normal;

padding: 10px 20px 10px 15px;

line-height: normal;

color: #005542;

font-style: italic;

text-align: left;

}	

img {

margin:0;

padding:0;

border:0;

}

hr {

border: 1px dashed #005542; width: 90%;

margin: 5px auto 5px auto;

}

input {
 
border-width: 1px 0 1px 1px;

border-style: solid;

border-color: #a4ce4e;
 
background-color: #ffffff;

width: 155px;

height: 29px;

font-family: georgia;

font-size: 12px;

font-style: italic;

color: #5946a1;



}
 

/**************** Pseudo classes ****************/
.quote {
	line-height: 24px;
	}
	
.blocktext {
	line-height: 19px;
	}
		
.green {
	background-color: #a8de4d;
	width:700px;
	margin: 0 10px 0 10px;
	}
	
.indent { margin:0 0 -10px 0px; }
.indent2 { margin-left: 10px; }
	
.right {text-align: right}
.left {text-align: left}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}

.underline {text-decoration: underline}

.italic {font-style: italic; font-weight: lighter; font-size: 75%}

div.odd { background-color: #f9c8db; width: 96%; margin: auto; }
div.even { background-color: #f7b2cd; width: 96%; margin: auto; }

a:link {
color: #005542;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #005542;
font-weight: bold;
text-decoration:home none;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

a:active {
color: #005542;
font-weight: bold;
}

img.banner { padding-left: 26px; padding-bottom: 21px; margin: 0; border:0;}

img.photo { border: 4px; border-style: solid; border-color: #FFFFFF;}

#bodyContent ul li {
	margin-left: 20px;
	color:#005542;
	font-size: 12px;
	list-style:none;
	line-height: 18px;
	}
	
	
	

	

/************************* ID's *************************/

#wrapper {

width: 1000px;

margin:auto;

background-color: #A4CF4D;

}


#header {

width: 1000px;

height: 144px;

background: url(images/header.jpg) no-repeat;

}


#content {

width: 720px;

float: left;

}


#right {

width:280px;

float: right;

background-color: #F7B2CD;

}


#flashfeature {

width: 720px;

height: 252px;

background-image: url('/images/flash.jpg');

margin: 0;

padding: 0;

}


#bodyContent {

width: 700px;

background-color: #a4cf4d;

}

td#main {

background-image: url('/images/bg2column.gif');

width: 1000px;

}

td#columnleft {

background-image: url('/images/bg_fadeleft.png');

background-repeat: repeat-y;

}

td#columnright {

background-image: url('/images/bg_faderight.png');

background-repeat: repeat-y;

}








