html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body   { color: #333; font-size: 11px; font-family: verdana, Arial, Helvetica, Sans-Serif; text-align: center }

#header  {
	height:90px;
	margin:100px 0px 30px 0px;
	background:url(images/logo_main.gif) no-repeat;
	background-position:center;
}

#header h1 {
	font-size:1px;
	text-indent:-5000em;
	height:90px;
	width:334px;
}

#header h1 a {
	display:block;
	height:90px;
	width:334px;
}

#cartoon {
	height:142px;
	margin:0px 0px 30px 0px;
	background:no-repeat;
	background-position:center;

}
#content   { font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; text-align: justify; width: 600px }
.headtxt {
	font-family:arial,verdana,helvetica;
	font-size:30px;
	color:#0000cc;
	font-weight:bold;
}

.titlesub {
	font-family:arial,verdana,helvetica;
	font-size:14px;
	color:#ffcc66;
	font-weight:bold;
}

.subhead {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	color:#ffcc66;
	font-weight:bold;
}

a:link {
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#3399cc;
	text-decoration:none;
}

a:visited {
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#3399cc;
	text-decoration:none;
}

a:active {
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:underline;
}

a:hover {
	font-family:verdana,sans-serif;
	font-size:11px;
	color:#990000;
	text-decoration:underline;
}

.smallprint {
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#333333;
}

#footer	{
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#252525;
	line-height:15px;
	height:100px;
	margin:80px 0px 0px 0px;
	background:url(images/pencil.gif) no-repeat;
	background-position:top center;
}

.footer:link {
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#3399cc;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
}

.footer:visited	{
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#3399cc;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
}

.footer:active	{
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#990000;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}
	
.footer:hover {
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#990000;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}

form,input,button,select,option {
	font-family:verdana,arial,helvetica;
	font-size:10px;
}

