/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {margin : 0px; color : #000; background: #0080B3; text-align:center;}
p {line-height:120%; margin-bottom:10px;}
a {color:#000;}
table {padding:10px;}
td {padding:5px;}
h1{font-size:32px; text-align:center; margin-bottom:10px;}
h2{font-size:24px; text-align:center; margin-bottom:10px;}

/*Styles for the Header Section of the Website*/
table.main {width:1000px; border-width:8px; border-spacing: 0px; border-color:#000; border-collapse:collapse;border-style:inset; background-color: #fff; margin-bottom:20px;}
table.main td {vertical-align:top}
table.pageBody {width:1000px;border-width:8px;background-color: #fff;border-collapse:collapse;border-style:inset;border-color:#000;}
.homeLink a {height:100px; display: block; width: 100%; text-decoration:none; border:1px solid black;}
.homeLink td {display: block; width: 100%;}
.homeLink h1 {line-height:120%; font-size:20px;text-align:center; color:#2B2B5D;font-family:"Copperplate Gothic Light"; }
.homeLink h2{line-height:150%; font-size:15px;text-align:center; color:#2B2B5D;}
.homeLink h3{line-height:150%; font-size:14px;text-align:center; color:#40408C; text-decoration:underline;}
.titleText {font-size:80px; font-family:"Copperplate Gothic Light"; text-align:center;}
#nav ul {list-style: none; margin: 0; padding-bottom: 10;margin-top:10px; margin-bottom:0px;}
#nav li {display: inline; vertical-align:top;}
#nav a {display:inline; margin:10px; margin-top:0px; padding: 0px 6px 7px 6px; text-decoration:none; font-family:arial; font-weight:bold; text-align:center; background-color: #000; color: white; font-size:19pt; line-height:24px; border: 2px #000066 ridge; height:12px;}
#nav a:hover {background-color:#fff; color:#000}
#shadow {position: relative;left: 3px;top: 3px;margin-right: 3px;margin-bottom: 3px;}
#shadow .container {position: relative;left: -3px;top: -3px;background: #ffffff;border: 1px solid #848284;padding: 10px;}
#shadow .shadow {background: #2B2B5D;}
.stateon {  FILTER: alpha(Opacity=80);  -moz-opacity:.80;  opacity:.80;}
.stateoff {}

/*Styles for the Body Section of the Website*/
.tableList {width:100%; font-size:12px; font-weight:100;}
.tableList th{font: 11px;border: 1px solid #848284;	text-align: center;	padding: 6px 6px 6px 12px;}
.tableList a {text-decoration:none}
.tableList a:hover{text-decoration:underline}
#tableNumber {font-size:20px; width:30px;}
#tableImage {vertical-align:middle; margin-bottom: 3px; font-size:14px;} 
#tableImage img {border:0px;}
#tableBody {width:70%;}
#itemPrice {width:10%; font-size:20px;}
.infoHeader{font-size:24px; font-weight:bold;}
.infoBody{font-size:20px;  font-weight:normal;}