body {
	margin-top: 0;
	background: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

img {
	display: block;
	border: 0;
}

table#banner {
	padding: 0;
	margin: 0;
	border: 0;
}

table#banner td#banLeft {
	width: 340px;
}

table#banner td#banRight {
	width: 400px;
}

#nav {
	padding: 1px 0;
	width: 740px;
	height: 18px;
	margin-top: 5px;
	background: #FFF;
	vertical-align: bottom;
	border-top: 1px solid #000;
}

#nav a {	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#nav a:hover {	
	color: #F00;
}

table#tnav {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

table#tnav td {text-align: center; height: 20px;}


table#content {
	width: 740px;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

table#content td#cLeft{
	padding: 0; 
	background: url(images/bk_left.jpg) no-repeat; 
	width: 299px; 
	height: 389px;
	vertical-align: top;
}

table#content td#cRight{
	padding: 0; 
	background: url(images/bk_right.jpg) no-repeat; 
	width: 441; 
	height: 389px;
	vertical-align: top;
	font-size: 12px;
}

/********************** Content Text **************************************/
#contText {padding: 10px 10px 0 45px; text-align: left; color: #FFF;}

#contText h1 {font-size: 18px; padding: 0; margin: 3px 0 0 0;}

#contText p {padding: 0; margin: 10px 10px;}

#contText li {color: #FFF; font-size: 12px;2}

#contText a {
	margin-left: 10px;
	color: #FF0;
	text-decoration: none;
	border-bottom: 1px dashed #FF0;
}

#contText a:hover {
	color: #FFF;
	border: 0;
	text-decoration: underline;
}

/********************** Instruction Nav **************************************/
table#tInstNav {
	width: 90%;
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
}

table#tInstNav td {
	width: 25%;
	padding: 10px 5px;
	text-align: center;
}
	
table#tInstNav td#InstWarn {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: right;
}

table#tInstNav td#InstWarnText {
	text-align: left;
	font-size: 12px;
	color: #FFF;
}

table#tInstNav a.NavBut {
	font-size: 24px;
}

table#tInstNav a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border: 0;
}

table#tInstNav a:hover {
	color: #FF0;
	border: 0;
}

/************************ Footer ***************************/
table#footer {
	padding: 0;
	margin: 0;
	width: 740px;
}

table#footer td {
	width: 50%;
	padding: 5px;
}

table#footer td#footLeft {
	text-align: left;
}

table#footer td#footRight {
	text-align: right;
	font-size: 10px;
}

