/* ===== DOM elements ========================================================== */

body {
     font: normal 10pt Verdana, sans-serif;
     margin: auto;
     margin-top: 20px;
     margin-bottom: 20px;
     padding: 0;
     color: black;
     background: #ccccff;
	width: 775px;
	border: 1px solid #6699ff;
}

table, tr, td {
     margin: 0;
     padding: 0;
     border: 0;
     border-collapse: collapse;

}

td {
     text-align: left;
     vertical-align: top;
}

h1 {
     font: bold 14pt Verdana, sans-serif;
     padding-top: 0;
     margin-top: 0;
	color: navy;
}

h2 {
     color: navy;
     font: bold 12pt Verdana, sans-serif;
}

a {
     color: #9999cc;
     text-decoration: none;
}



a:hover {
     color: red;
     text-decoration: underline;
}

p {
     background: white;	
}

/* ===== Top heading section =================================================== */

.heading {
	height: 245px;
	margin: 0;
	padding: 10px 0px 0px 0px;
     background: white;
	clear: both;
	display: block;     
}


/* ===== Navigation stuff ====================================================== */

.menuBar {
     height: 30px;
     background: #ffffff url('./images/website/menuBar.png') repeat-x top left;
     text-align: left;
     font-size: 10pt;
     font-weight: bold;
     line-height: 20pt;
     padding-top: 5px;
     margin: 0;
/*     border-top: 1px solid #6699ff; */
     border-bottom: 1px solid #6699ff;
}

.menuBar ul {
     list-style-type: none;
     padding: 3px 0px 0px 10px;
     margin: 0;
}

.menuBar ul li {
     display: inline;
     margin: 0px 6px 0px 6px;
}

.menuBar ul li a {
     color: #3366cc;
     font-size: 10pt;
}

.menuBar ul li a:hover{
     color: #9999cc;
     text-decoration: none;
}

.sizeSelector {
     margin: 0px 20px 0px 20px;
     border: 0;
     width: 120px;
     text-align: center;
}

.sizeSelector td {
     text-align: center;
}


.sizeSelector td a {
     color: silver;
}

.sizeSelector td a:hover {
     color: silver;
     text-decoration: underline;
}



/* ================ Additional information ======================================= */
.main { /* main table */
     background: white;
     width: 775px;
}

.main h1 {
	padding: 10px 0px 10px 15px;
	
}


.playarea {
	background: white;
	width: 775px;
	
}

.playarea img {
	background: white;
/*
	position: relative;
	top: 3px; 
*/
}


.errorMsg {
	padding: 0px 16px 0px 16px;
	font-weight: bold;
	color: red;
}

.tableContent td {
     margin: 0;
     padding: 0px 16px 16px 16px;
}

.contentSplurge {
     text-align: justify;
     padding:    0px 15px 0px 16px;
     line-height: 15pt;
     background: white;
}

.contentText {
     text-align: justify;
     padding:    0px;
     line-height: 15pt;
     background: white;     
}

.contentSplurge img a{
     text-decoration: none;
     border: 0;

}

.imageLeft {
     float: left;
     clear: right;
     padding-right: 15px;
}


.imageCenter {
     text-align: center;
     clear: both;
}

.imageRight {
     float: right;
     clear: left;
     padding-left: 15px;
}

.imageTitle {
     text-align: center;
     color: black;
}


.landing {
     clear: both;
     display: block;
}




/* ================ Footer section =============================================== */

.footer {
     margin: 0;
     padding: 1px 0px 10px 0px;
     background: white;
     text-align: center;
     font: normal 10pt Verdana, sans-serif;
     color: black;
     border-top: 1px solid white;
     background: white;
}


.footer a {
	color: #000080;
}

/* ================ Contact us page ========================================= */

.contactTable {
     margin: 0px 10px 0px 10px;
     padding: 0;
}

.contactTable td {
     padding: 5px;
}


/* ================ Form stuff ============================================== */

.requiredField {
	background: #ffffc0;
}
