/* overall stuff */

html {
	height: 100%;
}

* html #wrapper{
	height: 100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #777;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	background-image: url(../images/bg.png);
	background-position: left top;
	height: 100%;
	behavior: url("../s/hover.htc");
}

p img {
	float: left;
	padding: 10px 10px 10px 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #777;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #777;
	text-decoration: none;
	border: none;
}
	
a:hover {
	color: #333;
	text-decoration: none;
	border: none;
}

a:active {
	color: #333;
	text-decoration: none;
	border: none;
}

img {
	border: none;
}

#wrapper {
	text-align: center;
	background-image: url(../images/shadows_ie.png);
	background-repeat: repeat-y;
	width: 695px;
	position: relative;
	min-height: 100%;
	margin: 0px auto 0px;
}

html>body #wrapper {
	background-image: url(../images/shadows.png);
}

/* header area */

#header {
	height: 110px;
	width: 650px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px
}

#logoside {
	text-align: left;
	float: left;
}

#linkbox {
	font-family: "Century Gothic", sans-serif;
	background-image: url(../images/linkbox.png);
	background-repeat: no-repeat;
	width: 209px;
	height : 86px;
	float: right;
	text-align: left;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0;
}

#linkbox ul {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#linkbox li {
	list-style-type: none;
	background-image: url(../images/linkboxbullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	line-height: 26px;
	text-decoration: none;
	padding-left: 24px;
}

/* navigation bar */

#navbar {
	background-image: url(../images/navbar.png);
	height: 26px;
	width: 671px;
	margin: 0 auto 0;
}

.holder {
	width: 500px;
	text-align: center;
	margin: 0 auto 0;
}

.cssnav a {
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	float: left;
}

/* presentation area */

#presentation {
	margin-top: 15px;
}

/* content area (main body, search, & sidebar) */

#content {
	margin: 0px 20px 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	line-height: 22px;
	list-style-position: outside;
}

#content h1 {
	color: #547398;
}

#column1 {
	float: left;
	margin-top: 15px;
	width: 408px;
}

#column2 {
	float: right;
	margin-top: 15px;
	width: 217px;
}

#main {
	width: 380px;
}

#main i {
	font-family: Times;
}

#main table {
	width: 380px;
	font-size: 12px;
	color: #555;
	border-spacing: 0px;
	text-align: center;
	border-left: 1px #ddd solid;
	border-top: 1px #ddd solid;
}

#main table td {
	border-right: 1px #ddd solid;
	border-bottom: 1px #aaa solid;
}

.columnheader {
	height: 30px;
	color: #fff;

	background-image: url(../images/tableheader.png);
	background-repeat: repeat-x;
	background-color: #245586;
}

#content h5 {
	color: #547398;
	margin: 0;
	padding: 5px 0 10px 0;
}

#caption {
	padding-right: 10px;	
	float: left;
	width: 172px;
}

/* search */

#searchbox {
	margin: 0;
}

input[type="text"], textarea {
	color: #888;
	width: 81%;
}

#search {
	float: left;
	display: inline;
}

#submit {
	vertical-align: top;
}

/* sidebar */

#sidebar {
	margin-top: 15px;
	background-image: url(../images/sidebar1body.png);
	background-repeat: repeat-y;
}

#sidebartop {
	padding-top: 4px;
	padding-left: 10px;
	vertical-align: bottom;
	height: 28px;
	background-image: url(../images/sidebar1top.png);
}

#sidebarbody {
	font-size: 14px;
	padding-left: 10px;
}

#sidebarbottom {
	padding-top: 4px;
	padding-left: 10px;
	height: 31px;
	background-image: url(../images/sidebar1bottom.png);
}

#sidebar h1 {
	color: #547398;
	padding: 0;
	margin: 0;
}

#sidebar h1 a {
	color: #547398;
}

#sidebar h1 a:hover {
	color: #33455c;
}

#sidebar h2 {
	color: #547398;
	padding: 12px 0 0 0;
	margin: 0;
}

#sidebar ul {
	margin: 0;
}

#sidebar2 {
	color: #fff;
	margin-top: 15px;
	background-image: url(../images/sidebar1body.png);
	background-repeat: repeat-y;
}

#sidebar2body {
	font-size: 14px;
}

#sidebar2body h2 {
	font-size: 14px;
}

.yeartext {
	color: #547398;
}

#sidebar2 h1 {
	color: #547398;
	padding: 0;
	margin: 0;
}

#sidebar2 h1 a {
	color: #547398;
}

#sidebar2 h2 {
	padding: 6px 0 7px 10px;
	margin: 0;
}


#sidebar2 h2:hover {
	color: #fff;
	background-image: url(../images/topic.png);
	background-position: 50%;
	background-repeat: repeat-x;
}

#selectedtopic {
	color: #fff;
	background-image: url(../images/topic.png);
	background-position: 50%;
	background-repeat: repeat-x;
}

#sidebar2 h3 {
	padding: 1px 0 2px 25px;
	margin: 0;
}

#sidebar2 h3:hover {
	color: #fff;
	background-image: url(../images/subtopic.png);
	background-position: 50%;
	background-repeat: repeat-x;
}

#selectedsubtopic {
	color: #fff;
	background-image: url(../images/subtopic.png);
	background-position: 50%;
	background-repeat: repeat-x;
}

/* footer area */

#footer {
	text-align: center;
	height: 20px;
	color: #b7c7cc;
	position: relative;
	bottom: 0;
	margin-right: auto;
	margin-top: -4em;
	margin-left: auto;
	width: 100%;
	line-height: 20px;
}

.editDelete {
	font-size: 10px;
	color: #999;
}

.editDelete a{
	font-size: 10px;
	color: #999;
}

.clearer {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	height: 100px;
}

.flash {
	color: #1cc521;
}

