body {
	background-color: #3A46E1;
	margin: 0 0 0 0;
	scrollbar-face-color:#3A46E1; 
	scrollbar-shadow-color:#2A314C; 
	scrollbar-highlight-color:#243F60; 
	scrollbar-3dlight-color:#9AB6C4; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color:#000000; 
	scrollbar-arrow-color:#cccccc;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* HEADER */

#random {
	float:left;
	margin: 20px 0 0 5px;
	width: 140px;
	height: 144px;
}

h1 {
	text-indent:-1000em;
	background-image:url(images/mesozoicmind.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto 0;
}

#banner {
	background-image:url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 65px;
	margin:-5px auto 0;
	padding-top:5px;
	position:relative;
}

/* NAVIGATION */

#menu {
	padding-left: 8px;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-y;
	text-align: left;
}

#menuwrapper {
	width: 141px;
	float:left;
}

.menuheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
}

.top-left {
	background-image: url(images/corner-topleft1280x9.gif);
	height: 9px;
	font-size: 2px;
	margin-right: 9px;
}

.top-right {
	float: right;
	margin-top: -9px;
	background-image: url(images/corner-topright9x9.gif); 
	height: 9px; 
	width: 9px;
	font-size: 2px;
}

.bottom-left {
	background-image: url('images/corner-botleft1280x9.gif');
	height: 9px;
	font-size: 2px;
	margin-right: 9px;
}

.bottom-right {
	background-image: url('images/corner-botright9x9.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 9px;
	font-size: 2px;
	margin-top: -9px;
}

ul {
	margin-top:0px;
}

ul.navigation {
	margin-left: 0;
	padding-left: 8px;
	list-style-type:none;
}

ul.navigation a {
	text-decoration: none;
	display: block;
	width: 90%;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

ul.navigation a:hover {
	background-color: #0000AC;
	color: #ffffff;
}

ul.navigation a:visited {
	text-decoration: none;
	display: block;
	width: 90%;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

/* PAGE STORY */
#content {
	margin-left: 141px;
}

.date {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	color:#000033;
}

.inside {
	border-left: 9px solid #000;
	border-right: 9px solid #000;
	background: #6666FF;
	padding-left: 10px;
	padding-right: 10px;
}

.story {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000099;
	margin-left:5px;
}

/* NEWS */

#news {
	width: 550px;
}

.misc {
	width: 230px;
	float:right;
}	

.module {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background: #EFEFEF;
}

.modulehead {
	background: #6688FF;
	border: 1px solid #000;
	width: auto;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	display:block;
	margin-top: 5px;
}


/*  LINKS */

a:link {
	color:#000000;
	text-decoration:none;
}
	
a:active {
	color:#1E2060;
	text-decoration:underline;
}
	
a:visited {
	color:#000000;
	text-decoration:none;
}
	
a:hover {
	color:#1E2060;
	text-decoration:underline;
}

a.main:link {
	color:#000000;
	text-decoration:none;
}

a.main:hover {
	color:#1E2060;
	text-decoration:underline;
}

a.main:visited {
	color:#006699;
	text-decoration:none;
}

a.main:active {
	color:#1E2060;
	text-decoration:underline;
}