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

#contentHolder{
	width:980px;
	background-color:white;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


A:link {
	text-decoration: none;
	border-width:0px;
}
A:visited {
	text-decoration: none;
	border-width:0px;
}
A:active {
	text-decoration: none;
	border-width:0px;
}
A:hover {
	text-decoration: none; 
	border-width:0px;
}
table {
	font-size: 12pt;
	background-color: transparent;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	border-collapse: collapse;
}

#mainTable {
	margin-top:15px;	
}

.indent {
  	text-indent: 20px;
}
td {
	text-align: left;
	padding: 0px;
	border:none;
	}
tr {
 	border-width: 0px;
	padding: 0px;
}
.sides {
	width: 50%;
	border-width: 0px;
 	padding-right: 5px;
 	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}
.right {
	width: 50%;
	border-left-style:solid;
	border-left-width:0px;
 	padding-right: 5px;
 	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}
.footer {
 	font-family: Times New Roman, serif;
	font-size: 8pt;
	text-align: center;
	background-color: #ffffff;
}
.cornertop {
	background-image:url("tl.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.cornertopright {
	background-image:url("tr.gif");
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.cornerbottom {
	background-image:url("bl.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.cornerbottomright {
	background-image:url("br.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.title {
 	font-family: Cooper Black, serif;
 	font-size: 40pt;
	text-align: left;
	margin:0px;
	padding:0px;
}
.banner {
	width: 800px;
	background-color: transparent;
	margin-bottom: 0px;
	margin-top: 0px;
}
.banner img {
	border:0px;
}
.bigButtonHolder {
	background-color:white;
}
.bigButtonHolder img {
	display:block;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	text-align: center;
	color: #000000;
	margin-bottom: -10px;
}
h2 {
	color: #000000;
	text-align: center;
	font-family: Cooper Black, serif;
	font-size: 20pt;
	margin-top:0px;
}
img {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}

a img {
	border:none;
}

#divasNavHeader {
	border:none;	
}