/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0px none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: ;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #202020;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}

h3 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 15px 0px 10px 0px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
	width: 366px;
	height: 62px;
}

.textbox {
	border: 1px solid #ccc;
	width: 266px;
	padding: 2px;
}

.container {
	width: 950px;
	margin: auto;
	text-align: left;
}

#topnav {
	float: right;
	margin-top: 10px;
	font-size: 0.9em;
}

#topnav li {
	float: left;
	margin-left: 4px;
}

#topnav a {
	color: #202020;
}

#topnav .on, #footer .on {
	text-decoration: underline;
}

#contact {
	clear: right;
	float: right;
	text-align: right;
	margin: 10px 0px;
	color: #202020;
	font-size: 1.4em;
}

#banner {
	float: left;
	margin-bottom: -10px;
}

#bannertext {
	clear: both;
	float: left;
	width: 920px;
	padding: 0px 15px;
	margin-top: -30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

#nav {
	clear: both;
	float: left;
	width: 220px;
	margin-top: 20px;
	padding-bottom: 40px;
}

#nav li {
	float: left;
	margin-bottom: 2px;
}

#nav a {
	display: block;
	float: left;
	width: 180px;
	background: #d4d4d4 url('../images/navbg.png') no-repeat top;
	color: #202020;
	font-weight: bold; padding-left:30px; padding-right:10px; padding-top:7px; padding-bottom:7px
}

#nav a:hover, #nav .on a {
	background: #d4d4d4 url('../images/navonbg.png') no-repeat top;
	color: #fff;
	text-decoration: none
}

#content {
	float: right;
	width: 700px;
	margin: 20px 0px 10px 0px;
	padding-bottom: 20px;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: square;
	margin-bottom: 5px;
}

#content a {
	color: #202020;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

.box, .boxcenter {
	float: left;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	width: 660px;
	background: #ececec url('../images/boxbg.png') repeat-x bottom;; padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:5px
}

.boxcenter {
	text-align: center;
	padding: 0px 50px 5px 50px;
	margin: 20px 0px;
	width: 600px;
}

.column, .bgcolumn {
	float: left;
	width: 200px;
}

.bgcolumn {
	background: url('../images/columnbg.gif') repeat-y top;; padding-left:50px; padding-right:50px; padding-top:0px; padding-bottom:0px
}

.column p, .bgcolumn p {
	clear: both;
}

.icon {
	float: left;
	margin-right: 15px;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 58px;
	background: #202020 url('../images/footerbg.png') repeat-x top;
	color: #fff;
	font-size: 0.9em
}

#footer a {
	color: #fff;
}

#footer p {
	margin-top: 24px;
}

#footer img {
	margin-top: 9px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.error {
	font-weight: bold;
	color: red;
}

table {
	width: 700px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

td {
	padding: 5px;
	border: 1px solid #ccc;
}

.msg {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #101010;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.leftpic {
	float: left;
	margin: 0px 20px 10px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 10px 20px;
}

.clear {
	clear: both;
}

.textright {
	clear: both;
	text-align: right;
}

.center {
	text-align: center;
}