.mainbody{
width:780px;
	height:595px;

text-align:left;
}
.generaltext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #666699;

}

.headertext{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color: #666699;
}
.topbox{
width:780px;
height:50px;
background-image: url('images/logotop.jpg');
background-repeat: no-repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:11px;
text-indent:150px;
line-height:45px;

}

.midleft{

width:100px;
height:545px;
float:left;
}
.midright{
width:660px;
height:545px;
margin-left:10px;
padding-left:10px;
float:right;
background-image: url('images/mainback.jpg');
background-repeat: no-repeat;
}
.textcontainerL
{
width:320px;
float:left;
background-color:#CCCCCC;
}

.textcontainerR
{
width:320px;
float:right;
background-color:#CCCCCC;

}

.textcontainerLarge
{
width:650px;

background-color:#CCCCCC;
}

.ecoreList ul
{
list-style:circle;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.ecoreList Li
{
color:#666666

}

.endbox{
width:780px;
height:30px;
BORDER-RIGHT:#CCCCCC 1px solid ;
    BORDER-BOTTOM:#CCCCCC 1px solid ;
	BORDER-LEFT: #CCCCCC 1px solid ;
    BORDER-TOP: #CCCCCC 1px solid ;


}


/*************************************************************
/*nav stuff*/
/************************************************************/
.currentplace{
display: block;
width:98px;
height:20px;
BORDER-RIGHT: #999999 1px solid ;
    BORDER-BOTTOM:#999999 1px solid ;
	BORDER-LEFT: #999999 1px solid ;
    BORDER-TOP: #999999 1px solid ;

line-height:20px;
color: #666699;
text-decoration: none;


}
#nav-menu ul
{
list-style:none;
padding: 0;
margin: 0;
}
 #nav-menu li
{
text-align:left;

margin: 2px 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-indent:10px;
}

#nav-menu li a
{
display: block;
width:98px;
height:20px;
BORDER-RIGHT: #999999 1px solid ;
    BORDER-BOTTOM:#999999 1px solid ;
	BORDER-LEFT: #999999 1px solid ;
    BORDER-TOP: #999999 1px solid ;
/*padding-left:10px;
margin-left:10px;*/
line-height:20px;
color: #CCCCCC;
text-decoration: none;
background-color:#666699;

}
#nav-menu li a:hover{
	display: block;
width:98px;
height:20px;
BORDER-RIGHT: #999999 1px dashed ;
    BORDER-BOTTOM:#999999 1px dashed ;
	BORDER-LEFT: #999999 1px dashed ;
    BORDER-TOP: #999999 1px dashed ;
/*padding-left:10px;
margin-left:10px;*/
line-height:20px;
color: #666699;
text-decoration: none;
background-color:#FFFFFF;
	
}

