body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
body {
	background-color: #9AA0A6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	line-height: 18px;
}
.verdanablue10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #242A3F;
}
.arial11blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242A3F;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242A3F;
}
.footer a:link {
	text-decoration:none;
}
.footer a:visited {
	text-decoration:none;
}
.style1 {
	color: #454B60
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0E1E4;
}
a:link {
	color: #333366;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #63697E;
	text-decoration: none;
}
a:active {
	color: #333366;
	text-decoration: underline;
}
.leftmenu {
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E1E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.leftmenu a {
	text-decoration:none;
}
.leftmenu a:hover {
	background-color:#eeeeee;
	text-decoration:none;
	background-repeat:repeat-x;
}
.leftmenusub {
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E1E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9B212A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9B212A;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333366;
	font-weight: bold;
	margin-bottom: 1px;
	font-variant: normal;
}
em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9B212A;
	font-weight: normal;
}

img.border {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px 5px 5px 0px;
	float:left;
}

p.break {
	background: url(../images/break.gif) repeat-x 0px 6px;
	height:10px;
}
.booktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
img.double-border {
	border: 3px solid #ddd;
	padding: 3px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	margin-left:2px;
}
img.double-border2 {
	border: 2px solid #ddd;
	padding: 2px; /*Inner border size*/
	background: #fff; /*Inner border color*/
	margin-left:2px;
}
img.award {
	position:absolute;
	left: 532px;
	top: 740px;
}
.flash {
	padding-left:4px;
	padding-right:4px;
}
.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial;
	width: 99%;
	overflow: hidden;
	margin-bottom: 2px;
	/* border: 1px solid #625e00; */
/* border-width: 1px 0; */
background: black url(images/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: white;
	padding: 10px 12px 10px 12px;
	text-decoration: none;/*border-right: 1px solid white;*/
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}
.solidblockmenu li .last {
	border-right: 0;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}
#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin;
	border-color:#666666;
	padding:20px 20px;
	width:450px;
}
#enews form ol {
	list-style:none;
	margin:0;
	padding:0;
}
#enews form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
}
#enews form li#send {
	background:none;
	margin-top:6px;
}
#enews form label {
	float:left;
	width:70px;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
#enews form input, #enews form textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
}
#enews form input:focus, #enews form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
#enews form li#send button {
	background:#003366 url(images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:185px; /* Total width of the labels + their right margin */
	cursor:pointer;
}
#enews form li#send button:hover {
	background-color:#006633;
}
.button {
	display:block;
	width:125px;
	height:25px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/sign-button.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -25px;
}
/*..... #Top-Nav .....*/
ul#top-nav {
	font-family:Arial, helvetica, sans-serif;
	font-size:11px;
	padding:2px 0 0 0;
	float: right;
	position: relative;
}
ul#top-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 0 0 0;
}
ul#top-nav li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0.3em 1em 0.3em 1em;
	border:1px solid #006e9b;
	color:#fff;
	background:#006e9b;
}
ul#top-nav li a:hover {
	border:1px solid #02346d;
	color:#fff;
	background:#02346d;
}
ul#top-nav li.active a {
	border:1px solid #62cae3;
	color:#fff;
	background:#62cae3;
}
/*..... #Top-Nav .....*/
ul#cta {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 0 0 0;
	float: right;
	position: relative;
}
ul#cta li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 0 0 0;
}
ul#cta li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0.3em 1em 0.3em 1em;
	border:1px solid #990000;
	color:#fff;
	background:#990000;
}
ul#cta li a:hover {
	border:1px solid #02346d;
	color:#fff;
	background:#02346d;
}
ul#cta li.active a {
	border:1px solid #62cae3;
	color:#fff;
	background:#62cae3;
}
/* ----------- stylized ----------- */

.myform {
	margin:0 auto;
	width:400px;
	padding:14px;
}
#signup {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#signup h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#signup p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#signup label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:5px 2px;
}
#signup checkbox {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:5px 2px;
}
#signup input {
	float:left;
	font-size:12px;
	padding:5px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
	display:block;
}
#signup button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(images/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:none;
}
#mytable {
margin:20px;
border:1px solid #666666;
background:#FFFFFF;
}

#mytable td {
padding:2px;
border-bottom:1px solid #000066;
border-right:1px solid #000066;
font-size:11px;
}