BODY,TD,TH,DIV,P,H1,H2,H3,H4,H5,H6 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
}

BODY{
	padding-bottom:10px;
	background-color:#F9F9F9;
}

A {
	color:#663366;
}

A:hover {
	text-decoration:none;
}

H1,H2,H3,H4,H5,H6{
	color:#663366;
	margin:0px 0px 5px 0px;
}

H1{
	font-size:22px;
	font-style:italic;
	text-align:center;
	margin:0px 0px 15px 0px;
}

H2{
	font-size:18px;
	font-style:italic;
	text-align:center;
}

H2.orange{
	font-size:28px;
	text-align:center;
	color:#e2840a;
	font-style:normal;
	font-weight:normal;
}

H3{
	font-size:16px;
	font-style:italic;
	text-align:center;
}

H4{
	font-size:14px;
	font-style:italic;
	text-align:center;
}

P {
	text-align:justify;
	margin:0px 0px 10px 0px;
}

P.textCenter {
	text-align:center;
}

HR {
	clear:both;
	margin:0px 0px 0px 0px;
	border:0px;
	height:1px;
	color:#cccccc;
	background-color:#cccccc;
}

DIV {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

DIV.clearFloat{
	clear:both;
}
.floatRight{
	float:right;
	margin:0px 0px 10px 10px;
}
.floatLeft{
	float:left;
	margin:0px 10px 10px 0px;
}

DIV.floatLeft,
DIV.floatRight{
	margin-bottom:0px;
}
DIV.floatLeft P,
DIV.floatRight P{
	margin:0px 0px 10px 0px;
}

DIV.design {
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:760px;
 	margin-left:auto;
	margin-right:auto;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	background-color:#FFFFFF;
}

DIV.design DIV.main {
	background-image: url("../images/design/background.gif");
	background-repeat:repeat-y;
	margin:20px 0px 20px 0px;
}

DIV.header {
	height:111px;
	width:760px;
	float:left;
	background-image: url("../images/design/header.jpg");
	background-repeat:no-repeat;
}

DIV.navigation {
	float:left;
	margin:0px 0px 0px 0px;
	padding:23px 0px 0px 13px;
	width:217px;
	background-color:#f5f5f5;
	overflow:hidden;
	text-align:left;
}


DIV.navigation UL{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

DIV.navigation UL LI{
	margin:0px 0px 13px 0px;
	padding:0px 0px 0px 0px;
}

DIV.body {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:530px;
	overflow:hidden;
}

DIV.body DIV.content{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 17px 0px 17px;
	width:494px;
	overflow:hidden;
}

IMG.border{
	border-width:1px;
	border-style:solid;
	border-color:#666666;
}
DIV.footerLine {
	height:2px;
	font-size:0px;
	width:760px;
	float:left;
	background-color:#80448a;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

DIV.footer {
	font-size:0px;
	height:27px;
	width:760px;
	float:left;
	background-color:#5e7660;
}

DIV.footer DIV.left {
	font-size:0px;
	height:27px;
	width:380px;
	float:left;
}

DIV.footer DIV.right {
	font-size:0px;
	height:27px;
	width:380px;
	float:left;
	text-align:right;
}

DIV.footer DIV.left P,
DIV.footer DIV.right P{
	color:#b1cae0;
	margin:6px 6px 6px 6px;
	font-size:11px;
}

DIV.footer DIV.left P{
	text-align:left;
}

DIV.footer DIV.right P{
	text-align:right;
}

DIV.footer SPAN.orange{
	color:#e2840a;
}

DIV.footer A{
	font-size:11px;
	color:#b1cae0;
	text-decoration:none;
}

DIV.footer A:hover{
	text-decoration:underline;
}

DIV.body UL {
	list-style-type:none;
	padding:0px;
	margin:15px 0px;
}
DIV.body UL LI {
	background-image:url(../images/bullet.gif);
	background-position:15px 5px;
	background-repeat:no-repeat;
	line-height:15px;
	padding:0px 0px 5px 25px;
}

DIV.body UL.doubleSpacing LI {
	background-position:15px 10px;
	padding:5px 0px 5px 25px;
}



.purple{
	color:#663366;
}

.quote {
	font-style:italic;
}

.quoteBy {
	font-weight:bold;
	text-align:right;
}

.alignRight {
	text-align:right;
}

.alignLeft {
	text-align:left;
}

