@charset "UTF-8";
/* CSS Document */


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.6em;
}

* html {
    overflow: hidden;
}

/* Image preview hover classes */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid #663399;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 50px; /*position where enlarged image should offset horizontally */
}

/* End image preview hover classes */


/* Text preview hover classes */

.thumbnailText {
	position: relative;
	z-index: 0;
}

.thumbnailText:hover {
	background-color: transparent;
	z-index: 50;
	text-decoration:none;
}

.thumbnailText span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	width: 200px;
	padding: 5px;
	left: -1000px;
	border: 1px solid #663399;
	visibility: hidden;
	text-decoration:none;
	color:#333333;
}

.thumbnailText span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnailText:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: 50px; /*position where enlarged image should offset horizontally */
}

/* End image preview hover classes */

.columnContainer {
	margin:0;
	padding:0;
}

.leftColumn {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

.centerColumn {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 170px;
	padding: 0px;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
	min-height:640px;
	height:auto !important;
	height:640px;
	width: 610px;
}

.rightColumn {
	float:right;
	width:150px;
	margin:0px;
	padding: 0px;
	text-align: right;
}

.pageContainer {
	margin:0;
	padding:0;
}

.pageLeft {
	float: left;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 575px;
}

.homeLeft {
	float: left;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 375px;
}

.homeRight {
	float: right;
	width: 206px;
	margin: 0px;
	background-image: url(../images/promoBG.jpg);
	background-repeat: no-repeat;
	min-height:687px;
	height:auto !important;
	height:687px;
	top: -23px;
	position: relative;
}

.homePromo {
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
}

.cleaner {
	clear: both;
}

a:link {
	text-decoration: underline;
	color: #FF3399;
}

a:visited {
	text-decoration: underline;
	color: #663399;
}

a:hover {
	text-decoration: underline;
	color: #663399;
}

a:active {
	text-decoration: underline;
	color: #FF3399;
}

h1 {
	font-size: 1.6em;
	color:#FF3399;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.8em;
	color:#663399;
}

h3 {
	font-size: 1em;
	color: #333333;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	color:#663399;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}


p {
	margin-top: 0px;
	padding-top: 0px;
}

em {
	font-family: "Times New Roman", Times, serif;
}

.author {
	color: #663399;
}

.wrapper {
	text-align: left;
	width: 950px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}

.menu {
	padding: 0px;
	margin: 0px;
}

.menu li {
	margin-bottom: 18px;
	list-style-type: none;
}

.header {
	position: relative;
	background-repeat: no-repeat;
	height: 160px;
	width: 950px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.logo {
	position: relative;
	margin-top: 57px;
	margin-left: 168px;
}

.content {
	position: relative;
	width: 950px;
	height: auto;
	text-align: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.footer {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 950px;
}

.copyright {
	margin-left: 170px;
	margin-top: 35px;
}
