body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}

#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	background: url(images/longwater-web-background.gif);
}

/* masthead background and strapline formatting */
#masthead {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 160px;
}

/* end of section */

/* footer background and strapline formatting */
#footer {
	clear:both;
	width: 760px;
}
/* end of section */

/* sidebar layers and formatting */
.sidebarLeft {
	float: left;
	width: 155px;
	height: 465px;
	margin: 0px 0px 10px 0px;
	padding-top: 20px;
	background-image: url(images/sidebar-bkgrd.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.sidebarLeft p {
	font-size: 11px;
	font-weight: normal;
	font-color: #333399;
	margin: 0px 0px 10px 12px;
}

.sidebarLeft p a:link, a:visited {
	color: #0000cc;
	text-decoration: none;
}

.sidebarLeft p a:hover, a:active {
	color: #0000cc;
	text-decoration: underline;
}

.sidebarRight {
	float: right;
	width: 165px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
/* end of section */

/* main content layer and formatting */
.content {
	padding: 0px;
	margin: 0px 165px 10px 155px;
}

.smallText {
	font-size: 11px;
}

.smallText p {
	font-size: 11px;
}

.inLineIcon {
	vertical-align: middle; 
}

p {
	font-size: 14px;
	line-height: 120%;
	font-weight: 300;
	margin: 0px 8px 12px 0px;

}

.content p a:link, a:visited {
	text-decoration: none;
	color: #333399;
}

.content p a:hover, a:active {
	text-decoration: underline;
	color: #0000cc;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

ul {
	margin: 0px 15px 15px 0px;
	list-style-type: disc;
}

li {
	list-style-position: outside;
	margin: 0px 0px 8px 0px;
	list-style-type: disc;
}

form p {
	font-size: 11px;
	line-height: 120%;
	font-style: normal;
	font-weight: normal;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 8px 0px;
}

.formsInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 120%;
	margin: 0px 5px 0px 5px;
	width: 180px;
	background-color: #FFFFCC;
}

.form_button	{
	line-height: normal;
	width: 76px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-size : <actinic:variable name="StandardFontSize" />;
	background-color: <actinic:variable name="Palette2" />;
	border: 1px solid <actinic:variable name="Palette1" />;
	color: <actinic:variable name="PaletteBG" />;
	word-spacing: normal;
	}	

table.classinfo {
	margin-bottom: 15px;
}

table.classinfo th {
	text-align: left;
	height: 30px;
	font-weight: bold;
}

table.classinfo a:link, a:visited {
	text-decoration: none;
	color: #333399;
}

table.classinfo a:hover, a:active {
	text-decoration: underline;
	color: #0000cc;
}

table.classinfo p {
	text-align: left;
	font-size: 11px;
}

/* end of section */

