* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%/1.4 Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link,
a:visited,
a:hover,
a:active { color: #426d9e; }

#division {
	float: right;
	margin: 0 0 10px 10px;
}

a img {border: none;}

img.character {
	clear: right;
	float: right;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* typography */
h1 {
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 .5em 0;
}

h2 {
	font: bold 80% "Trebuchet MS", sans-serif;
	color: #6a6a21;
	margin: 0 0 .5em 0;
}

p {
	font-size: 70%;
	margin: 0 0 1em 0;
}

/* lists */
ul {
	list-style: none;
}

li {
	font-size: 70%;
	margin: 0 0 .3em 0;
}

li a:link,
li a:visited,
li a:hover,
li a:active {color: #426d9e;}

ul.siteTree li {
	font-size: 90%;
	font-weight: bold;
}

ul.siteTree li li {
	font-size: 90%;
	font-weight: normal;
}

/* pagenav */
#pagenav {
	display: block;
}

#pagenav {
	font-size: 70%;
}

/* container */
#container {
	width: 500px;
	background: url("bg_container.jpg");
	margin: 0 auto;
}

/* header */
#header {
	width: 500px;
	height: 160px;
	background: url("bg_header.jpg") no-repeat 0 100% #fff;
}

/* logo */
#logo {
	float: right;
	text-align: left;
	padding: 1em 1.5em 0 0;
}

#logo h2 {
	font-size: 185%;
	line-height: 1em;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

#logo p {
	font-size: 70%;
	line-height: 1em;
	color: #777;
	padding: 0 0 0 .2em;
}

/* breadcrumb */
#breadcrumb {
	font-size: 70%;
	color: #949480;
	margin: 0 0 .7em 0;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:active {
	color: #949480;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* content */
.content {
	width: 420px;
	text-align: left;
	background: url("bg_content.jpg") no-repeat 0 100%;
	padding: 0 40px 30px 40px;
}

.left {
	float: left;
	width: 140px;
}

.center {
	float: left;
	width: 140px;
}

.right {
	float: left;
	width: 140px;
}

.ads_left {
	float: left;
	margin: 0 0 0 -7px;
}

.ads_right {
	float: right;
	margin: 0 0 0 10px;
}

/* footer */
#footer {
	height: 40px;
	color: #777;
	background: #fff;
}

#iLnk {
	padding: 0 0 10px 0;
}

#iLnk p {
	margin: 0;
	padding: 0;
}

#iLnk a:link,
#iLnk a:visited,
#iLnk a:hover,
#iLnk a:active {color: #777;}

#subnav {
	text-align: center;
}

#subnav p {
	font-size: 70%;
	color: #777;
	margin: 0;
}

#subnav a:link,
#subnav a:visited,
#subnav a:active {
	color: #777;
	text-decoration: none;
}

#subnav a:hover {text-decoration: underline;}

#copyright {
	clear: both;
}

#copyright p {
	font-size: 70%;
	margin: 0;
}

form {
	font-size: 70%;
}

form table th, form table td {
	text-align: left;
	vertical-align: rop;
	padding: 2px 0;
}