body
{
	background-color: transparent;
	background-image: url('../images/EVE-1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family: "Franklin Gothic Demi", Arial;
}
h3
{
	font-family: Copperplate Gothic Bold, Helvetica, Arial;
	font-size: large;
	text-align: center;
}
#outerContainer 
{ 
	width:100%; 
	margin:0; 
	padding: 0; 
	text-align: center;
	background-color: transparent;
}
#headerContainer
{
	position: relative;
	margin: 0 auto 0 auto;
	height: 50px;
	width: 800px;
	text-align: center;
	background-color: transparent;
	color: #777777;
	border: thin dotted #000066;  
}
#innerContainer 
{ 
	position:relative; 
	margin: 0 auto 0 auto;
	padding: 0; 
	text-align: left;
	width: 800px; 
	background-color: transparent;
}
div#mainMenu
{
	position: absolute;
	top: 0px;
	bottom: 10px;
	width: 200px; 
	padding: 0px;
	text-align: left;
	background-color: transparent;
	color: #777777;
	font-family: Copperplate Gothic Bold, Helvetica, Arial;
	/* border: thin dotted #000066;  */
}
ul#mainMenu
{
	font-size: larger;
	list-style-image: url('../images/Stud_1.gif');
	list-style-type: square;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}
li.mainMenu
{
	padding-bottom: 1pc;
	padding-left: 5px;
}
a.mainMenu:link {	color: #777777;}  /* normal color link */
a.mainMenu:visited {color: #777777; text-decoration: underline;}  /* visited link */
a.mainMenu:hover {color: #AAAAAA; font-weight: bolder; text-decoration: none;}   /* mouse over link */
a.mainMenu:active {color: #AAAAAA; text-decoration: none;}   /* selected link */
#contentContainer
{
	position: relative;
	float: right;
	top: 0px;
	bottom: 10px;
	width: 600px; 
	padding: 0px;
	background-color: transparent;
}
div.front-main
{
	background-image: url('../images/Panel-Main-Trans.png');
	background-color: transparent;
	padding: 15px 15px 5px 15px;
	background-position: top center;
	color: #000000;
	text-align: center;
}
div.front-tail
{
	height: 7px;
	bottom: 0px;
	background-image: url('../images/Panel-Tail-Trans.png');
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}
div.content-main
{
	background-image: url('../images/Panel-Main-Opaque.png');
	background-color: transparent;
	padding: 15px 15px 5px 15px;
	background-position: top center;
	color: #000000;
	text-align: justify;
	font-size: smaller;
}
div.content-tail
{
	height: 7px;
	bottom: 0px;
	background-image: url('../images/Panel-Tail-Opaque.png');
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
}
p.main
{
	text-align: justify;
	text-indent: 2pc;
}
a.invisible:link {	color: #000000;}  /* normal color link */
a.invisible:visited {color: #000000; text-decoration: none;}  /* visited link */
a.invisible:hover {color: #555555; font-weight: bolder; text-decoration: none;}   /* mouse over link */
a.invisible:active {color: #555555; text-decoration: none;}   /* selected link */
.linkout
{
	background-color: transparent; 
	color: #000000;
}