body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #333333;
	background: #fff;
	}
a {
	color:#317b9e;
}
h3, h4, h5, h6, p, dl, dt, dd, form, label, img, table {
	border:0pt none;
	margin:0pt;
	padding:0pt;
}

p{
	padding:3pt;
}

ul{
	border:0px none;
	margin:0px;
	padding:10px 10px 10px 16px;
}

table.signup{
	margin:30px auto 0;
	border:1px solid #cccccc;
	padding:0px;
	background: #FFFFFF url(topbluefade.gif) repeat-x scroll 0 0;
}

table.signup th,td {
	padding: 6px;
	text-align: center;
}
table.signup th{
	font-size: x-large;
	height: 50px;
	width: 150px;
}
table.signup td{
	border-top:1px solid #cccccc;
}
table.signup .lefttitle{
	text-align: right;
	font-weight: bold;
	width: 130px;
	height: 36px;
}

h1 {
	text-decoration: none;
	padding:8px 0 8px 0;
	margin: 0px;
	font-size: x-large;
}

h1 a:link {
	text-decoration: underline;
	color: #e47911;
	}
h1 a:visited {
	text-decoration: underline;
	color: #e47911;
	}
h2 {
	font-size: medium;
	padding:10px 0 6px 0;
	margin: 0px;
}

.note{
	font-size: small;
	color: #ff0000;
}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;

	}
div#content{
	line-height: 1.5em;
	padding-bottom: 20px;
}



/* footer */
div#footer{
	border-top:1px solid #999999;
	padding: 5px;
	color: #333;
}
div#content, div#footer, div#header{
	margin:0 auto;
	width:760px;
}

div#header a.current:visited {
}
div#header a.current {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

div.widely{
	margin:0 auto;
	text-align:center;
	width:100%;
	background: #FEF6E2;
	border-top: 1px solid #FFCC99;
	border-bottom: 1px solid #FFCC99;
}

div.t{
	text-align:left;
	padding:10px 10px 10px 10px;
}

div.leftline{
	border-left: 1px solid #999999;
}

/*  IE fixes */

#content, #sidebar, #image, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	}
