@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(aquea_template_graphics/blue_fade_bg_4x1600.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body a {
	color: #0099CC;
}
.Aquea #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.Aquea #header {
	height: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #65bce7;
	background-image: url(aquea_template_graphics/header-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Aquea #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.Aquea #header a {
	color: #FFFFFF;
}

.Aquea #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

.inlineimage {
	float: left;
}
.Aquea #flash{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1c2743;
	background-image: url(aquea_template_graphics/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	margin: 0px;
	padding: 0px;
	}
.Aquea #menu {
	background: #141d31;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

.Aquea #ContentFrame {

	background-image: url(aquea_template_graphics/contentframe_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
} 

.Aquea #ContentFrame h1 {
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	color: #141d31;
} 

.Aquea #ContentFrame h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	text-align: left;
} 

.Aquea #rightcolumn-menu {
	color: #666666;
	width: 300px;
	background-image: url(aquea_template_graphics/lines.gif);
	background-repeat: repeat;
	background-position: center top;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
} 

.Aquea #rightcolumn-menu h1{
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
} 

.Aquea #rightcolumn-menu em{
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	text-align: right;
} 


.Aquea #leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 340px;
	background-color: #FFFFFF;
	background-image: url(aquea_template_graphics/contentframe_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: justify;
}

.Aquea #leftcolumn blockquote {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
} 

.Aquea #onecolumn {
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftcolumn div contains, the column space will remain. You can remove this margin if you want the #rightcolumn-master div's text to fill the #leftcolumn space when the content in #leftcolumn ends. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
} 

.Aquea #onecolumn blockquote {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
} 

.Aquea #rightcolumn-master {
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the leftcolumn div contains, the column space will remain. You can remove this margin if you want the #rightcolumn-master div's text to fill the #leftcolumn space when the content in #leftcolumn ends. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


.Aquea #rightcolumn-master blockquote {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
} 

.Aquea #register {
	width: 600px;
	background-image: url(aquea_template_graphics/lines-wide.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-left: 90px;
} 

.question {
	font-style: italic;
	color: #000000;
	text-align: left;
	font-size: 14px;
}
.answer {
	margin-left: 20px;
	color: #333333;
	font-size: 14px;
}

.faq td {
	color: #666666;
	font-size: 14px;
}

.bio {
	padding-left: 240px;
}
.biohead {
	padding-left: 50px;
}
.biophoto {
	padding-left: 50px;
	float: left;
	margin-right: 10px;

	clear: both;
} 


.footnote {
	font-size: 11px;
	line-height: 12px;
	text-align: left;
}


.Aquea #footer {
	background-color: #FFFFFF;
	width: 780px;
	font-size: 10px;
	color: #666666; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(aquea_template_graphics/line.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.Aquea #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}