/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:hover, a:active {text-decoration:underline;color:#000000}

img { border-style:none }

strong { color: #333333; }

address {
	margin: 0px;
	padding: 0px 0px 10px 50px;
	font-style: normal;
}

.register-title {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #163c68;
}

.blue {
	color: #841525;
	font-weight: bold;
}

.quote-signoff {
	color: #333333;
	font-style: italic;
	font-weight: bold;
}


hr {
	color:#333333;
	height:1px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 10px 0px 10px 50px;
	padding: 0px;
	background-color: #666666;
}

/* CONTAINER
----------------------------------------------- */

#container {
	width:955px;
	margin-left:auto;
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/container-tile.gif);
}

#container-2 {
	width:955px;
	margin-left:auto;
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-image: url(../images/container-tile-2.gif);
}

#logo {
	height: 152px;
	width: 248px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98c877;
}

#logo_new {
	height: 152px;
	width: 248px;
	background-image: url(../images/logo_new.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E66F8F;
}

h1 {
	margin: 0px;
	font-size: 10px;
	text-indent: -9999px;
	color: #252115;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

h2 {
	margin: 0px;
	font-size: 1.7em;
	color: #1F581B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	line-height: 19px;
	padding-top: 0px;
}

h3 {
	margin: 0px;
	font-size: 1.4em;
	color: #8D8D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 35px;
	line-height: 30px;
}

/* LEFT CONTENT
----------------------------------------------- */

#left-content {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	clear: left;
	width: 248px;
	display: inline;
	padding: 0px;
	font-size: 0.7em;
	background-color: #3E9B45;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
}

#left-content-new {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	clear: left;
	width: 248px;
	display: inline;
	padding: 0px;
	font-size: 0.7em;
	background-color: #B61B41;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: repeat-y;
}

/* CONTENT
----------------------------------------------- */

#content {
	padding: 0px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	clear: right;
	display: inline;
	height: 1%;
	width: 707px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/content-tile.gif);
	background-repeat: repeat-y;
}

/* MIDDLE CONTENT
----------------------------------------------- */

#middle-content {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 0.75em;
	background-repeat: repeat-y;
	width: 706px;
	background-position: right top;
	margin: 0px;
	background-image: url(../images/middle-content-tile.gif);
}

.middle-content-img{
	float: right;
	clear: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
}


#middle-content hr {
	color:#CCCCCC;
	background:#cccccc;
	height:1px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}

#middle-content p {
	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
}

#middle-content ul{
	margin: 0px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 60px;
	list-style-image: url(../images/li-arrow.gif);
}

#middle-content ol{
	margin: 0px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 60px;
}

#middle-content li{
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/* RIGHT CONTENT
----------------------------------------------- */

#right-content {
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	width: 187px;
	float: right;
	clear: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/right-top.gif);
	background-repeat: no-repeat;
	font-size: 0.75em;
	color: #666666;
}

#right-content strong {
	margin: 0px;
	padding: 0px;
}

#right-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
	color: #999999;
	margin: 0px;
	font-size: 1.3em;
	padding-bottom: 10px;
}

#right-content h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #999999;
	margin: 0px;
	text-align: right;
}

#right-content blockquote {
	background-color: #E7E7E7;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #4172a5;
}

blockquote p{
	color: #333333;
}

#right-content hr {
	color:#dddddd;
	height:1px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	background-color: #dddddd;
}

#right-content p {
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#right-content a {
	color: #9A0C24;
}

/* FOOTER
----------------------------------------------- */

#footer {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	font-size: 0.75em;
}
.signoff {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}


#footer p{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: right;
	font-size: 11px;
}

#footer strong{
	color: #000000;
	font-weight: bold;
}

#footer a{
	margin: 0px;
	padding: 0px;
	color: #333333;

}
#full-content {

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 0.75em;
	background-repeat: repeat-y;
	width: 707px;
	background-position: right top;
	margin: 0px;
	background-image: url(../images/full-content-tile-2.gif);
}
#full-content hr {

	color:#CCCCCC;
	background:#cccccc;
	height:1px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 35px;
}
#full-content p {

	line-height: 17px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#middle-content table {
	margin-right: auto;
	margin-left: auto;
}

