body  { font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF; background-image: url(images/bodyback.jpg); background-repeat: repeat-x; text-align: center; margin-top: 0 }


/** Container Styles **/
#container  { background-image: url(images/containerback.jpg); background-repeat: repeat-y; margin-right: auto; margin-left: auto; width: 800px }


/** Header Styles **/
#header  { background-image: url(images/header.jpg); background-repeat: no-repeat; margin-right: auto; margin-left: auto; width: 800px; height: 170px }
#headernobox  { background-image: url(images/headernobox.jpg); background-repeat: no-repeat; margin-right: auto; margin-left: auto; width: 800px; height: 170px }
/** Email Div Style **/
.newsletterbox {
 width: 250px;
 height: 125px;
 padding-right: 22px;
 padding-top: 35px;
 text-align: center;
 float: right;
}


/** Full Column Styles **/
#fullcolumn	{ text-align: right; padding-right: 10px; padding-left: 10px; width: 800 px }
	
/** Left Column Styles **/
#leftcolumn    { text-align: left; margin-top: 0; padding-right: 0; padding-left: 10px; width: 180px; float: left }
#leftcolumn a {
	color: #000000;
	text-decoration: none;
	}
#leftcolumn a:hover {
	color: #9900cc;
	text-decoration: underline;
	}
		
#leftcolumn h1  { color: #000000; font-size: 20px; font-weight: bold; padding-top: 15px; padding-left: 15px }
#leftcolumn h2  { color: #000000; font-size: 18px; font-weight: bold; padding-top: 15px; padding-left: 15px }
#leftcolumn p,li  { color: #000000; font-style: normal; font-size: 12px; padding-right: 5px; padding-left: 10px } 

/** Right Column Styles **/
#rightcolumn     { text-align: center; padding-right: 10px; padding-left: 5px; width: 550px; float: right }
#rightcolumn a {
	color: #9d5dbb;
	text-decoration: none;
	}
#rightcolumn a:hover {
	color: #9900cc;
	text-decoration: underline;
	}
#rightcolumn h1  { color: #9900cc; font-size: 18px; font-weight: bold; padding-top: 15px; padding-left: 15px }
#rightcolumn h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  padding-left: 25px;
}
#rightcolumn p {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 12px;
} 
#rightcolumn form.logintext {
  text-align: center;
}


/** Content Style **/
#content { 
  width: 800px;
  text-align: center;
  font-size: 12px;
}

/** Image Alignment **/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
    padding: 4px;
	border: 1px solid #9e60bf;
	background-color: #FFFFFF;
}
img.centerednoborder {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #9e60bf;;
	background-color: #FFFFFF;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #9e60bf;
	background-color: #FFFFFF;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left
}


/** Full Width Page Styles **/

#fullwidth  { text-align: left; margin-right: auto; margin-left: auto; padding-right: 7px; padding-left: 7px; width: 785px }
#fullwidth h1  { color: black; font-size: 20px; font-weight: bold; padding-top: 15px; padding-left: 15px }
#fullwidth h2 {
  font-size: 18px;
  font-weight: bold;
  color: #9e60bf;
  padding-left: 25px;
}
#fullwidth p {
  padding-left: 10px;
  padding-right: 10px;
} 
#fullwidth p.centered {
  text-align: center;
}   

/** Footer Styles **/
#footer  { background-color: #FFFFFF; background-image: url(images/footer.jpg); background-repeat: no-repeat; margin-right: auto; margin-left: auto; width: 800px; height: 100px }
#footer p {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding-top: 60px;
}

/** Miscellaneous Styles **/
