body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	background: url("../images/body_bg.gif") top left repeat-x;
}

ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 8px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 8px;
}

ul.hollow {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 8px;
}

.clear {
	clear: both;
}

.cleft {
	clear: left;
}

#container {
	display: block;
	position: relative;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px;
	min-height: 760px;
}

#top {
	width: 700px;
	height: 23px;
	text-align: right;
	padding-top: 16px;
}

#header {
	display: block;
	position: relative;
	width: 700px;
	height: 148px;
}

#header #tagline {
	display: block;
	position: absolute;
	bottom: 4px;
	left: 25px;
	font-style: italic;
	color: #999999;
}

#collage {
	width: 700px;
	height: 119px;
	text-align: right;
	margin: 6px 0px 45px 0px;
}

#nav {
	display: block;
	position: absolute;
	left: 0px;
	top: 340px;
	width: 196px;
	height: auto;
	padding: 0px;
	clear: both;	/* required for IE 6 to display the element at all */
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav li {
	display: block;
	list-style: none;
	width: 196px;
	height: 46px;
	line-height: 46px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: #ff3333;
	margin-bottom: 1px;
	padding-left: 26px;
	background: url("../images/nav_button.gif") top left no-repeat;
}

#nav li a {
	color: #000000;
	text-decoration: none;
}

#nav li a:hover {
	color: #336699;
	text-decoration: underline;
}

#content {
	width: 458px;
	/* margin: 0px 0px 0px 240px; */
	padding: 0px 0px 0px 240px;
	float: left;
	/* padding: 0px; */
	line-height: 20px;
	min-height: 490px; 
}

#footer {
	width: 100%;
	height: 210px;
	background: #000000;
	padding: 0px;
	margin-top: 20px;
}

#footext {
	width: 458px;
	padding: 12px 0px 0px 242px;
	margin: 0px auto;
	color: #999999;
	line-height: 18px;
}

#footext a {
	color: #6666EE;
	text-decoration: underline;
}

#footext a:hover {
	color: #FFFFFF;
}

#footext #copyright a {
	color: #AAAAAA;
	text-decoration: none;
}

#footext #copyright a:hover {
	color: #AAAAAA;
}

div.upload_form {
	visibility: visible;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 24px;
}

div.upload_form iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.upload_progress {
	visibility: hidden;
	display: none;
	position: relative;
	width: 60%;
	min-height: 16px;
	border: 1px #000000 solid;
}

div.upload_progress_bar {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 0%;
	min-height: 16px;
	background: url('../images/progressbar.gif') #FF0000 top left repeat-x;
}

div.upload_progress_text {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 16px;
	font-size: 0.8em;
	text-align: center;
}

p.error {
	background-color: #FFEEEE;
	border: #FF0000 1px solid;
}

.cms_fc {
	position: relative;
}

.cms_fc form {
	display: none;
	visibility: hidden;
	background-color: #0000FF;
}

.cms_fc_clickable {
	display: block;
	position: absolute;
	float: left;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -4px;
	background-color: #CCCCFF;
	opacity: 0.50;		   /* Technically CSS3 (thus may not validate), but supported by Opera / Firefox */
	filter: alpha(opacity=50); /* MSIE Version of the same (invalid CSS spec format though so will not validate) */	
}

.edit-details {
	width: 80%;
	border-collapse: separate;
	border: 1px #000000 solid;
	border-spacing: 1px;
	margin: 150px 0px 8px 240px;
}

.edit-details th {
	background-color: #999999;
	color: #FFFFFF;
	border: 1px #666666 solid;
	margin: 0px;
	width: 30%;
	vertical-align: top;
}

.edit-details td {
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
	margin: 0px;
	width: 70%;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

.underline {
	text-decoration: underline;
}

div#login-container {
	display: block;
	position: relative;
	width: 282px;
	height: 182px;
	margin: 10px auto 10px auto;
	background-color: #F2F2F2;
	border: 2px #000000 solid;
}

div#login-container #user-login {
	text-align: left;
	display: block;
	position: relative;
	width: 40%;
	top: 30px;
	margin: auto;
	padding: 8px;
}

div#login-container #user-login legend {
	display: none;
	visibility: hidden;
}

div#login-container #user-login label {
	clear: left;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: left;
	width: 100%;
	margin: 0px 0px 2px 0px;
}

div#login-container #user-login input {
	float: left;
	font-size: 1.0em;
	margin: 0px 0px 2px 0px;
	padding: 1px 2px 1px 2px;
}

p.error-message {
	border: 1px #FF0000 solid;
	background-color: #FFCCCC;
	font-weight: bold;
	padding: 4px;
}

p.user-status {
	padding: 4px 12px 4px 12px;
	background-color: #F2F2F2;
	border: 2px #000000 solid;
}

#copyright {
	font-size: 0.75em;
}

#copyright #designedby {
	margin-left: 90px;
}
