body {
	background-color:white;
	color:#333;
	font-size:13px;
	font-family:'Helvetica Neue', helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin:0;
	background:url(../images/top_bkgd2.png) top left repeat-x #fff;
}

* { line-height:135%; }

p { margin:0.6em 0 }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	/* font-family:helvetica, arial, verdana, sans-serif; */
	color:#003A52;
	margin:0.3em 0 0.5em 0;
	font-weight:normal
}

h2 { font-size:24px; margin-bottom:0 }
h3 { font-size:18px; }
h4 { font-size:16px; margin-top:0 }

a { text-decoration:none; color:#FF5A00; border-color:#FF5A00 }
a:hover { color:#000; border-color:#000; text-decoration:underline;  }
/*
a img { border:1px solid #ccc; }
a:hover img { border-color: #666; }
*/
th, td { padding:0.3em 1em 0.3em 0; border-bottom:1px solid #ddd; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

blockquote {
	margin:0;
}

blockquote p {
	margin:0;
	color:#666;
}

/* FORMS */

form { margin:0; }
legend { font-weight:normal; color:#666; background-color:transparent }
fieldset {
	border:1px solid #ccc;
	background:url(../images/form-bkgd.png) bottom center #fff repeat-x;
}

fieldset table {
	width:90%;
	margin:0.5em auto;
}

input, select, textarea {
	font-family:helvetica, arial, verdana, sans-serif;
	font-size:12px;
	background-color:#fff;
	border:1px solid #999;
	color:#333;
	padding:2px;
	line-height:135%;
}

textarea { width:95% }

input[type='text'], input[type='password'], textarea {
	background:url(../images/input_bkgd.gif) top left no-repeat #fff;
	padding:4px 6px;
}

select:focus, input:focus, textarea:focus { 
	border-color:#333; color:#333 
}

label.checked { color:#003A52 }
.required, .req { color:green; font-size:20px; font-weight:normal; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

.submit {
	background-color:green;
	border-color:green;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}

input.submit:focus { color:white }
/* input.submit:hover { background-color:black } */

input.radio, input.checkbox, input[type='radio'], input[type='checkbox'] { 
	border:0; background-color:transparent;
}

#pooh { display:none; }

code { color:green; }

address { font-style:normal; }

strong { color:#003A52; }
.big { font-family:arial; font-weight:normal; color:#003A52; font-size:18px; }

/* utility classes */
.small { font-family:arial; font-size:11px; }
.note { color:#666; }
.clear { clear:both; }
.right { float:right; margin:0 0 1em 1em }
.left { float:left; margin:0 1em 1em 0 }
.block { display:block }
.hilite { color:green; font-weight:bold }
.date { font-family:verdana; font-size:10px; }
.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.border { border: 1px solid #999; }
.icon { vertical-align:middle; border:none }
.textright { text-align:right }
.doc {
	padding-left:17px;
	background:url(../images/doc.gif) top left transparent no-repeat;
}
.error, .alert {
	padding-left:22px;
	background:url(../images/alert.gif) top left transparent no-repeat;
	color:#c60;
}
.success {
	padding-left:18px;
	background:url(../images/check_green.gif) top left transparent no-repeat;
	color:green;
}
.floated_right {
	float:right;
	width:200px;
	text-align:center;
	padding:0.5em;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
}

.third { float:left; width:33%; }
.half { float:left; width:49%; }

a.button {
	padding:0.5em 0.7em;
	border:1px outset #ccc;
	text-decoration:none;
	font-weight:bold;
}

#address {
	 color:#666; font-size:11px;
}

.spaced span {
	padding-right:2em;
}
