@import url('include/reset.css');

html {
	font-family:sans-serif;
	font-size:12px;
}

body {
	background-color:#333366;
	text-align:center;
	color:#666666;
}

a {
	text-decoration:none;
	color:#009933;
	font-weight:bold;
}

em {
	font-size:0.9em;
	color:#009933;
	font-weight:bold;
}

a:hover {
	color:#333366;
}

ul {
	list-style-type:circle;
	list-style-position:inside;
	margin-top:10px;
	margin-bottom:10px;
}

li {
	margin:4px;
}

h1, h2, h3 {
	display:block;
	text-align:center;
	font-size:1.2em;
	margin-bottom:22px;
}

h3 {
	text-align:left;
	font-size:1.1em;
	margin-bottom:4px;
}

h2, h3 {
	font-weight:bold;
}

p {
	margin-bottom:11px;
}

strong {
	font-weight:bold;
}

img {
	padding:2px;
	border:1px solid #333366;
}

img.left {
	float:left;
	margin-right:10px;
}

img.right {
	float:right;
	margin-left:10px;
}

fieldset {
	border-top:2px solid #009933;
}

fieldset legend {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	color:#009933;
	padding-right:10px;
}

fieldset div {
	margin-top:10px;
}

table.admin_table {
	width:100%;
}

table.admin_table th {
	font-weight:bold;
}

p.titleimg {
	text-align:center;
}

p.titleimg img {
	border-style:none;
}

#boundary {
	width:840px;
	margin:40px auto 40px auto;
	background-color:#FFFFFF;
	text-align:left;
}

#navigation {
	height:20px;
	font-weight:bold;
	border-bottom:2px solid #333366;
	font-size:0.9em;
	background-color:#333366;
}

#navigation a {
	color:#333366;
	display:block;
	text-align:center;
	float:left;
	width:68px;
	border-left:1px solid #333366;
	border-right:1px solid #333366;
	height:100%;
	line-height:20px;
	overflow:hidden;
	background-color:#FFFFFF;
}

#navigation a:hover, #navigation a.active {
	color:#FFFFFF;
	background-color:#333366;
}

#sidebar {
	min-height:400px;
	width:120px;
	float:left;
	text-align:center;
	padding-top:10px;
}

#sidebar div {
	margin:10px;
}

#logo {
	padding:0px;
	border-style:none;
}

#warning {
	color:#E53435;
	text-transform:uppercase;
	font-size:0.9em;
	text-align:center;
}

#content {
	width:700px;
	float:right;
	padding:10px;
}

#footnote {
	text-align:center;
	font-size:90%;
	margin:10px;
}

#callout_contents {
	margin:4px;
}

#callout_contents img, #news_contents img {
	border-style:none;
}