/* Body defaults
-------------------------------------------------- */
body {
	background: #415b9e url(images/body_bg.gif) repeat-x top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #222;
	margin: 0;
	padding: 0;
}

/* Generic defaults
-------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0 0 0.7em;
}
dd {
	margin: 0;
	padding: 0 0 0.7em 10px;
}
ul, ol {
	margin: 0.6em 0 0.4em;
	padding-left: 30px;
}
li {
	margin: 0 0 0.4em;
}
p {
	margin: 0;
	padding: 0 0 1em;
}

/* Links
-------------------------------------------------- */
a:link {
	color: #fe8401;
}
a:visited {
	color: #fe8401;
}
a:hover {
	text-decoration: none;
	color: #fe8401;
}
a:active {
	text-decoration: none;
	color: #fe8401;
}


/* Common body elements
-------------------------------------------------- */
div.separator {
	height: 47px;
	background: url(images/separator_bg.gif) no-repeat 2% 100%;
}
div.separator div.inner {
	height: 47px;
	background: url(images/separator_inner_bg.gif) no-repeat 98% 100%;
}
span.newsdate {
	color: #2e4379;
}
a.newsitem {
	text-decoration: none;
}
a.newsitem:link {
	color: #222;
}
a.newsitem:visited {
	color: #222;
}
a.newsitem:hover {
	color: #fe8401;
}
a.newsitem:active {
	color: #fe8401;
}


/* Page layout
-------------------------------------------------- */
#header {
	width: 100%;
	height: 174px;
	background: url(images/header_bg.gif) no-repeat top left;
}
#header div.inner {
	width: 100%;
	height: 174px;
	background: url(images/header_inner_bg.gif) no-repeat top right;
}
#header div.title {
	text-align: center;
	padding: 42px 270px 0 0;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#nav {
	width: 80%;
	white-space: nowrap;
	text-align: center;
}
#main {
	width: 100%;
	border: 0;
	margin: 20px 0 0;
	padding: 0;
}
#content {
	margin: 0;
	padding: 0 25px 20px 15px;
}
#content div.topleft {
	background: #fff url(images/content_topleft_bg.gif) no-repeat top left;
}
#content div.topright {
	background: url(images/content_topright_bg.gif) no-repeat top right;
}
#content div.bottomleft {
	background: url(images/content_bottomleft_bg.gif) no-repeat bottom left;
}
#content div.bottomright {
	background: url(images/content_bottomright_bg.gif) no-repeat bottom right;
}
#body {
	padding: 55px 50px;
}
#body h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2e4379;
	margin: 0;
	padding: 0 0 25px;
}
#news {
	width: 306px;
	height: 296px;
	background: url(images/news_bg.gif) no-repeat top right;
	text-align: left;
	margin: 30px 0 0;
}
#news p {
	font-size: 13px;
	color: #2e4379;
	padding: 25px 0 25px 30px;
}
#classroom {
	margin: 20px 0 20px;
}
#classroom div.contents {
	background: url(images/classroom_bg.jpg) no-repeat 50% 0;
	text-align: center;
	border-top: 5px solid #f7f680;
	border-bottom: 5px solid #f7f680;
}
#classroom h3 {
	padding: 20px 0 25px;
}
#classroom ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
}
#classroom li {
	font-style: italic;
	padding-bottom: 10px;
}
#sidebar {
	width: 240px;
	background: url(images/sidebar_bg.gif) repeat-y top right;
	font-size: 11px;
	color: #f7f680;
	padding: 0 20px 35px 0;
}
#sidebar dt {
	font-weight: bold;
	padding: 0 0 5px;
}
#sidebar dd {
	padding-left: 0;
}
#sidebar dd.button {
	padding-top: 3px;
}
#sidebar input.field {
	width: 98%;
}
#sidebar a {
	text-decoration: none;
	color: #fff;
}
#sidebar p {
	text-transform: uppercase;
}
#search {
	margin: 0 0 30px;
}
#login {
	margin: 0 0 40px;
}
/*body#loggedinpage #sidebar,
body#memberspage #sidebar {
	background: url(images/sidebar_loggedin.gif) no-repeat top left;
}
body#loggedinpage #login dl,
body#memberspage #login dl {
	display: none;
}*/
#copyright {
	font-size: 11px;
	text-align: center;
	color: #fff;
	padding: 0 270px 35px 0;
}

/* Form fields
-------------------------------------------------- */
input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
