body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color:#FFFFFF;
	color: #333333;
	margin: 0;
}
#pagewrapper {
	margin: 10px;
}
.padding {
	padding: 10px;
}
#padding {
	padding: 10px;
}

a {
	text-decoration: underline;
	color: #14A0A7;
}

h1, h2, h3, h4, h5 {
	
	margin: 0;
	color: #14A0A7;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif!important;
	text-align: center;
	padding: 0 5 0 5 
}

h1 {

	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 30px;
	color:#6633CC
}
h2 {
	font-size: 18px;
	letter-spacing: 0.em;
	letter-spacing: 0.02em;
	line-height: 24px;

}
h3 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 20px;

}
h4 {
	font-size: 14px;
	line-height: 18px;

}
h5 {
	color: #14A0A7;
	text-align: left;
	font-size: 16px;
	line-height: 20px;

}
h6 {
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}	

p {
	font-size: 12px;
	line-height: 16px;
}

/* removes deep indent of lists */
ul {
	list-style: square outside;
	margin: 0;
	padding:0 0 0 15px;

}
#sideaquaborder {
	border-right: 1px solid #91BFB9;
	border-left: 1px solid #91BFB9;
	padding: 10px;
}

#maincolumn {
	padding: 10px;
}

/*Class Styles */
.smallText {
	font:9px;
	color:#333333;
	line-height: 12px;
}
.pageHeader {
	font-size: 24px;
	line-height: 20px;
	color: #14A0A7;
	letter-spacing: 0.08em;
	text-align: center;
	font: georgia, times;
}
.subheadinline {
	font_weight: bold;
	color: #14A0A7}
.quoteText {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #14A0A7;
}
.horizontal_aquarule {
	border-bottom: 1px solid #91BFB9;
}
.double_horizontal_aquarule {
	border-top: 1px solid #91BFB9;
	border-bottom: 1px solid #91BFB9;
}
#yellowbkgd {
	background: #FFFFCC;
	margin: 10px;
	}
#yellowsidebar {
	background: #F3D6FF;
	margin: 10px;
	padding: 5px;
}
#pageheaderyellowbkgd {
	background: #FFFFCC;
	width: 300px;
	margin: 100 px;
}

.copyrightline {
	font-size: 10px;
}

caption {
	font: 18px Garamond, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif!important;
	color: #14A0A7;
	font-weight: bold;
}

table.roster {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #14A0A7;
	border-collapse: collapse;
	background-color: white;
}
table.roster th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #14A0A7;
	background-color: white;
	-moz-border-radius: 0px;
}
table.roster td {
	border-width: 1px; 
	padding: 4px;
	border-style: solid;
	border-color: #14A0A7;
	background-color: white;
	-moz-border-radius: 0px;
}

