
/*
 *   *****************************
 *
 *   START OF DEFINITITIONS
 *   RELATED TO THE MAINTEMPLATE
 *
 *   *****************************
 */

BODY {
	margin: 0px;
	background-color: #30BAAD;
}

* {
	font-family: arial, helvetica, sans-serif;
}

DIV.wrap {
	position: relative;
	width: 900px;
	margin: 0px;
	background-color: white;
	border: solid 5px #2A865D;
}

DIV.while_loading {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 8pt;
}

DIV.page_padding {
	height: 20px;
}

DIV.top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align: left;
	background-color: white;
}

DIV.intro {
	position: relative;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 30px;
	text-align: left;
	background-color: #842020;
	padding-left: 20px;
	font-size: 12pt;
	line-height: 30px;
	color: #F49090;
}

DIV.text_area {
	position: relative;
	top: 0px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
}

DIV.banner_area {
	position: relative;
	top: 0px;
	left: 0px;
	height: 260px;
	padding-right: 200px;
	border-bottom: solid 2px #842020;
	background-image: url('sw-photo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

/*
 *   *****************************
 *
 *   START OF GENERAL TEXT STYLES
 *
 *   *****************************
 */


H1 {
	font-size: 26pt;
	color: #842020;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

H2 {
	font-size: 16pt;
	color: #842020;
	text-align: left;
	padding-top: 20px;
}

H3 {
	font-size: 12pt;
	color: #842020;
	text-align: left;
	padding-top: 10px;
}

P {
	font-size: 12pt;
	color: #404040;
	text-align: justify;
	padding-top: 10px;
}

P.in_banner {
	font-size: 14pt;
	color: #842020;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 10px;
}

P.standout_1 {
	font-size: 12pt;
	color: #842020;
	font-weight: bold;
	font-style: italic;
}

P.standout_2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #842020;
}

UL {
	margin-left: 1em;
	padding-left: 0em;
	list-style-type: disc;
}

LI {
	font-size: 12pt;
	color: #404040;
	text-align: left;
	padding-top: 10px;
}

A {
	color: #842020;
	text-decoration: underline;
}

A:HOVER {
	color: red;
}

P.instream {
	color: #404040;
	text-align: center;
}

DIV.box {
	border: 2px solid #842020;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	margin-bottom: 25px;
}

H2.in_box {
	padding-top: 0px;
	text-align: center;
}

P.in_box {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 0px;
}

DIV.postscript {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9pt;
	color: #101010;
	text-align: left;
}
