* {
	margin: 0;
	padding: 0;
}
body {
	background: #64748B repeat-x;	
}
h1, h2, h3 {
	color: #B43939;
}
h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}
h3 {
	margin-bottom: 1em;
	font-size: small;
}
p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}
p {
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 0 1em;
	background: #FAF3ED;
	border: 1px dotted #C7894C;
	font-style: italic;
	color: #ffff4C;
}
ul {
	margin-left: 3em;
}
ul li {
}
ol {
	margin-left: 3em;
}
ol li {
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
img {
}
.boxed {
	margin-bottom: 20px;
	padding-bottom: 16px;
	background: url(images/img06.gif) no-repeat center bottom;
}
.boxed .title {
	background: url(images/img05.gif) no-repeat right;
	font-size: 1.6em;
}
.boxed .content {
	border-bottom: 1px dotted #C7894C;
}
#logo {
	height: 40px;
	padding: 20px 40px;
}
#logo h1 {
	float: left;
	font-size: 2.6em;
}
#logo h2 {
	float: left;
	padding: .75em 0 0 .4em;
	font-size: 1.4em;
	font-style: italic;
}
#sidebar {
	float: left;
	width: 220px;
	padding: 60px 20px 0 0;
}
#login {
}
#login form {
}
#login fieldset {
border: none;
}
#login legend {
	display: none;
}
#login label {
	font-size: x-small;
	font-weight: bold;
}
#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#inputtext1, #inputtext2 {
	color: #B43939;
}
#inputsubmit1 {
	background: #B43939;
	color: #FFFFFF;
}
#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #C7894C;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu re {
	display: inline;
}
#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #C7894C;
	font-weight: bold;
}
#menu a:hover, #menu .active a {
	background: #C7894C;
	text-decoration: none;
	color: #FFFFFF;
}
#updates {
}
#updates ul {
	margin: 0;
	list-style: none;
}
#updates h3 {
	margin: 0;
	font-size: x-small;
}
#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}
