body {
	margin: 0 auto;
	background-color: #107fc9;
	font-family:  Helvetica, "Sans Serif";
	font-size: 11pt;
	color: #0e4ead;
}

#wrapper {
	margin: auto;
	width: 100%;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 180px;
	background-image: url(main_images/header.jpg);
	color: #107fc9;
}

#navigation {
	margin: 0 auto;
	padding-top: 11px;
	width: 780px;
	height: 40px;
	text-align: right;
}

#break {
	margin: 0 auto;
	width: 100%;
	height: 40px;
	background-color: #0e4ead;
}

#break2 {
	margin: 0 auto;
	width: 100%;
	height: 30px;
	background-color: #0e4ead;
}

#pagebanner {
	margin: 0 auto;
	width: 810px;
	height: 250px;
	background-color: #ffffff;
	background-image: url(main_images/bannerslice.jpg);
	background-repeat: repeat-y;
}

#bannerimage {
	float: left;
	margin: 15px 0 20px 30px;
	width: 300px;
	height: 210px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #FFF;
}

#bannertext {
	float: left;
	margin: 20px 0 20px 20px;
	width: 420px;
	height: 210px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	line-height: 1.33em;
}

#pagearea {
	margin: 0 auto;
	width: 800px;
	background-color: #ffffff;
	height: auto;
	overflow: hidden;
} 

#columnleft {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 175px;
	height: auto;
	text-align: left;
	padding: 20px 10px 10040px 20px;
	line-height: 1.33em;
}

#columncenter {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 175px;
	height: auto;
	text-align: left;
	padding: 20px 10px 10040px 10px;
	line-height: 1.33em;
}

#columnright {
	float: left;
	margin: 0px 0px -10000px 10px;
	width: 165px;
	min-height: 300px;
	text-align: left;
	background-color: #FFF;
	padding: 20px 20px 10040px 10px;
	line-height: 1.33em;
}

#footer {
	margin: 0 auto;
	width: 800px;
	padding: 0 0 10px 20px;
}

/* ===== text classes ===== */

.nav {
	font-size: 16px;
	word-spacing: 1.25em;
	font-weight: bold;
}

.smtext {
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
}

.bold {
	font-weight: bold;
}

.spacing {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 0em;
}

li {
	font-size: 10pt;
	text-indent: 0px;
}

ul.outside {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 15px;
}

.footer {
	font-size: 9pt;
}

/* ===== object classes ===== */

.border {
	border: #99F;
	border-style: solid;
	border-width: thin;
	border-width: 1px;
	padding: 5px;
}

/* ===== hyperlinks ===== */

a:link {
	color: #009;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:visited  {
	color: #69F;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:hover {
	color: #479ae8;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.alt:link {
	color: #009;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:visited  {
	color: #69F;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:hover {
	color: #479ae8;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

/* ----- form attributes -----*/

form, button {
	border: 0;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 1px;
}

/* ----------- My Form ----------- */

.myform {
	margin: 0 auto;
	width: 400px;
	padding: 14px;
}

/* ----------- stylized ----------- */

#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 140px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 140px;
}

#stylized input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}

#stylized button {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #666666 url(images/form_button.jpg) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}