@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body{
	background-color:#8e8f8f;
	text-align:left;
	min-width:760px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#666;
	word-spacing:1px;
	line-height:14pt;
}

a {color:#666; text-decoration:underline; font-weight:bold;}
a:hover {color:#8E8F8F; text-decoration:underline; font-weight:bold;}

h1{
    color:#8e8f8f;
	font-size:18px;
	font-weight:normal;
	margin-bottom:18px;
	margin-top:10px;
	line-height:20px;
}

#header {
	width:760px;
	height:128px;
}

#content {
    background-color: #ffffff;
	padding:10px 17px 0px 17px;
	width:720px;
	margin: 0 auto;
}

#content img{
	padding:0px 5px 5px 5px;
}

/* styles that define the main table structure */
.tdLeft {
	background-image: url(bgLeftRight_gry.gif);
	background-repeat:repeat-x;
	background-position: right top;
	background-color: #8e8f8f;
}
.tdRight {
	background-image: url(bgLeftRight_gry.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8e8f8f;
}
.tdContent {
	width:760px;
	color: #666;
    background-color: #ffffff;
    vertical-align: top;
	margin-top:20px;
}

.email, .print {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#848484;
	height:20px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
}
.email {background-image: url(icon_email.gif);}
.print {background-image: url(icon_print.gif);}

a.email, a.print {text-decoration:none; font-weight:normal;}
a.email:hover, a.print:hover {font-weight:bold;}

ul.listFormat{padding:20px 0 0 20px;}
ul.listFormat li{padding:10px 0;}

/* Styles for contact, registration forms */
.heading{
	font-size:120%;
	font-weight:bold;
	padding:10px 0;
}

.formContent p{padding:5px 0;}
.formContent ul{margin-left:17px; padding:10px 0;}
.formContent ul li{padding:3px 0;}

fieldset{
	margin:0em 0;
	padding:1em;
	border:6px solid #ccc;
	/*border:solid 0 transparent;*/
	background-color:#ffffff;
}

label{
	float:left;
	width:13em;
	text-align:right;
	padding-right:5px;
}

input{
	width:200px;
}

input:focus, textarea:focus {
	background: #ddd;
}

input.radio{
	width:20px;
}

form p{
	margin:0px;
	padding-bottom:0px;
}

textarea{
	width:220px;
	height:100px;
}

small{
	font-size:10px;
	margin-left:113px;
}

#buttonSubmit, #buttonClear{
	background-color:#555555;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 5px 0px;
}

.required{
	color:#ff0000;
}
/* End styles for contact, registration forms */







.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#cccccc}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dedede;
  border-right:1px solid #dedede;
  background:#e2e2e2}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  background:#d7d7d7}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;}
.spiffy4{
  border-left:1px solid #dedede;
  border-right:1px solid #dedede}
.spiffy5{
  border-left:1px solid #e2e2e2;
  border-right:1px solid #e2e2e2}
#whatsNew {	
	background-color:#fff;
	padding:7px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:6px solid #cccccc;
	border-right:6px solid #cccccc;
}

li.siteMap {list-style-type:none; font-size:16px; font-weight:bold; line-height:20px; margin-top:15px;}
li.siteMap ul{padding:0;}
li.siteMap ul li{list-style-type:none; font-size:12px; padding:0 0 0 5px;}
li.siteMap ul li a{font-weight:normal; text-decoration:none;}
li.siteMap ul li a:hover{font-weight:normal; text-decoration:underline;}

#footer {
	background-image: url(btmfade_gry.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	clear:both;
	width:760px;
	color:#8e8f8f;
	vertical-align:top;	 
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	padding-top:0px;
	padding-bottom:35px;
}
/*
#footer a{color:#8e8f8f; text-decoration:none; font-weight:normal;}
#footer a:hover{color:#c6c7c7; text-decoration:underline; font-weight:normal;}
*/

.footNavCol {
  float: left;
  margin-left: 4px;
  margin-top: 16px;
  width: 143px;
  text-align:left;
  border-right: 1px solid #cccccc;
}