html, body {
	margin: 0;
	padding: 0;
}

body {
	border-width: 1px;
}

/*<group=Typography>*/

.overview {
	text-align: justify;
	font-style: italic;
}

.otherresources {

  	overflow: hidden;
	word-wrap: break-word
}

.overview p {
	text-align: justify;
	font-style: italic;
}

.justify p {
	text-align: justify;
}

ul {
	color: #191919;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

li a {
	color: #0000ff;
	text-decoration: none;
}

li a:hover {
	color: #0000ff;
	text-decoration: underline;
}

h1 {
	font: bold 16px   Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

h1 a {
	color: #0000ff;
	text-decoration: none;
}

h1 a:hover {
	color: #0000ff;
	text-decoration: underline;
}

p {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	text-align: left;
	margin-left: 10px;
}

p a {
	color: #0000ff;
	text-decoration: none;
}

p a:hover {
	color: #0000ff;
	text-decoration: underline;
}

#adminbar p a {
	text-decoration: none;
	color: #ff0000;
}

#adminbar p a:hover {
	text-decoration: underline;
	color: #800000;
}

.adminitem p a {
	text-decoration: none;
	color: #ff0000;
}

.adminitem p a:hover {
	text-decoration: underline;
	color: #800000;
}

#adminbar p {
	padding-bottom: 0;
}

.pages {
	font-size: 16px;
}

/*</group>*/

/*<group=Major Structure>*/

#container {
	width: 782px;
	padding: 0;
	border-width: 0;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(../images/container.png);
	border-bottom: 1px solid #999999;
}

#header {
	clear: both;
	height: 86px;
}

#navigation {
	float: left;
	width: 180px;
}

#content {
	width: 580px;
	float: right;
	border: 1px none #999999;
	margin-right: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-color: #999999;
}

.contentitem {
	background: #ffffff;
	border-bottom: 1px solid #b3b3b3;
	overflow: hidden;
	padding: 0;
}

.newitem {
	background: #fdc9cb;
	border-bottom: 1px solid #b3b3b3;
	overflow: hidden;
}

#flash {
	background: #ffffff;
}

.rowitem {
}

.newitem {
}

.inputitem {
}

#adminbar {
	background: white;
}

#footer {
	clear: both;

	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 185px;
	border-bottom: 1px none #b3b3b3;
}

.inset {
	padding-left: 20px;
}

/*</group>*/

/*<group=Miscellaneous >*/

#footer img {
	padding-top: 0;
	vertical-align: middle;
}

.logo {
	margin-left: 40px;
	margin-top: 15px;
}

#banner {
	position: relative;
	top: -1px;
	left: -1px;
}

form {
	margin: 20px 20px 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

.inline {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

label {
	text-decoration: none;
	color: #333333;
	font: 13px Verdana, Lucida Grande, Myriad, Helvetica, sans-serif;
}

fieldset {
	border: none;
}

select {
	font-size: 16px;
}

.submit {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	vertical-align: middle;
}

/*</group>*/

