@import url(nav.css);


/*---------------------------------
Author: brian hasenkamp
Version: 26.12.06
Asenka Creative Services
http://www.asenka.com
---------------------------------*/


body {
	margin:0;
	padding:0;
	background-image:url(../images/Plexus_bkrnd.gif);
	background-repeat:repeat;
}
#wrapper {
	margin-top:35px;
}
#page {
	width:613px;
	position:relative;
	text-align:left;
	border:3px solid #005295;
	background-color:#FFFFFF;
}
#header {
	height:87px;
}
#nav {
	display:block;
	width:613px;
	height:18px;
	background-image:url(../images/Plexus_navBkrnd.jpg);
	background-repeat:repeat-x;
}
#mainWell {
	display:block;
	text-align:center;
}
.content {
	height:346px;
	text-align:left;
/*	overflow:scroll; */
}
.content img {
	float:left;
}
.intro {
	padding:10px 35px 10px 35px;
	background-color:#F9F9F9;
}
.liveArea {
	padding:20px 25px 0 25px;
/*	margin-left:217px; /*to offset for image*/
	height:326px; /*346 minus top pad*/
	overflow:auto;
}

#header img {
	float:left;
	border-width:0; /* holds format when image is linked */
}

.copyright {
	width:613px;
	margin-top:5px;
}


/* for flash movies */
embed {
 display:block;
 float:left;
 margin:0;
 padding:0;
}

/*  text styles */

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, verdana, sans-serif;
}

p, ul, li, ol {
	font-family: georgia, serif;
	color:#333333;
	font-size:11px;
	line-height:15px;
}

a, a:visited {
	color:#005295;
	text-decoration:none;
}
a:hover {
	color:#005295;
	text-decoration:underline;
}

.content h1, .content h2 {
	font-family: georgia, serif;
	color:#005295;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:-11px; /*eliminates space below the head*/
}
.content h2 {
	font-size:12px;
}
.copyright p {
	font-size:9px;
	color:#555555;
}
.copyright a {
	font-size:9px;
	color:#555555;
	text-decoration:none;
}
.copyright a:visited {
	color:#555555;
}
.copyright a:hover {
	text-decoration:underline;
}