body
{
	font-family: Lucida Grande, Trebuchet, Arial, Helvetica, sans-serif;
	background-color: #dff;
	color:#333333;
	font-size:0.8em;
	font-weight: normal;
	padding left: 0px;
	padding-right: 0px;
}

p
{
padding-left: 5px;
padding-right: 5px;
}

h1 
{
	font-size: 1.2em;
    font-weight: bold;
	text-align: center; 
}
	
h2 
{
	font-size: 1em;
    font-weight: bold;
	text-align: left; 
}
	
h3 
{
	font-size: 1em;
    font-weight: bold ;
	text-align: center;
}
	
h4 
{
	font-size: 1em;
    font-weight: normal;
	text-align: center;
}
	
h5 
{
	font-size: 0.8em;
    font-weight: normal;
}
	
a:link 		{color:#0000CC;  text-decoration:none;}
a:visited 	{color:#0000CC;  text-decoration:none;}	
a:hover 	{color:#0000CC;  text-decoration:underline;}

a.two:link 		{color:#333333;font-size:0.8em;  text-decoration:underline;}
a.two:visited 	{color:#333333;font-size:0.8em;  text-decoration:underline;}
a.two:hover 	{color:#CCCCCC;font-size:0.8em;  text-decoration:underline;}

.style1
{
	font-family: Lucida Grande, Trebuchet, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
}

.style2
{
	font-family: Lucida Grande, Trebuchet, Arial, Helvetica, sans-serif;
	color:#993;
	font-size:0.75em;
	text-decoration:none;
}

.indent
{
margin-left: 25%;
}

ul.nav {list-style-type: none;}

ul.nav a{
list-style-type: none;
display: block;
width: auto;
margin-right: 30px;
text-align: center
}

#frame 
{	
	text-align:left;
	visibility: visible;
	width: 100%;
	min-width: 80%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top:0px;
	padding-bottom: 0px;
}


#header
{
	
	width: 100%;
	font-size: 2.0em;
    font-weight: bold;
	text-align: center;
	border-bottom: 2px  solid;
	border-color: "blue";
	margin: 0;
	padding-bottom: 10px;
	float: none;
}

#leftframe
{

	position: relative;
	float: left;
	width: 200px;
	min-width: 175px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	overflow: auto; 
}

#middleframe
{
	background-color: #dff;
	position: absolute;
	width: auto;
	max-width: 900px;
	/*float: right;*/
	margin-top: 2px;
	margin-left: 215px;
	margin-right: 20px;
	padding: 5px;
	left: 15px;
	top: 80px;

}

#rightframe
{	
	position: relative;
	float: right;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 250px;
	margin-right: 5px
	overflow: none;
}

#footer
{
	font-size: 1em;
    font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blueborder{
border-style: line;
padding: 2px;
border-right: 2px solid #00c;
border-left: 2px solid #00c;
border-top: 2px solid #00c;
border-bottom: 2px solid #00c;
left-margin: 2px;
right-margin: 2px;
}

#blackborder{
border-style: line;
padding: 5px;
border-right: 2px solid #000;
border-left: 2px solid #000;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
left-margin: 5px;
right-margin: 5px;
}
a.button:link{
background: #B1b1b1;
color: #333;
font-weight: normal;
border-width: 4px;
border-style: solid;
border-top-color: #DFDFDF;
border-right-color: #666;
border-left-color: #858585;
border-bottom-color: #333;
padding: 2px;
left-margin: 10px;
top-margin: 10px;
bottom-margin: 0px;
}

a.button:visited{
background: #B1b1b1;
color: #333;
font-weight: normal;
text-decoration: none;
border-width: 4px;
border-style: solid;
border-top-color: #DFDFDF;
border-right-color: #666;
border-left-color: #858585;
border-bottom-color: #333;
padding: 2px;
top-margin: 10px;
bottom-margin: 10px;
left-margin: 0px;
}

a.button:hover{
background: #B1b1b1;
color: #FFF;
font-weight: normal;
text-decoration: none;
border-width: 4px;
border-style: solid;
border-top-color: #333;
border-right-color: #666;
border-left-color: #858585;
border-bottom-color: #DFDFDF;
padding: 2px;
top-margin: 10px;
bottom-margin: 10px;
left-margin: 0px;
}

