
#frame {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
}

#contentfull {
	width:777px;
	padding:0px;
	float:left;
}

#contentheader {
	text-align:center;
	padding-bottom:10px;
}

#bottom{
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 16px;
	text-align: center;

}

#contentbigleft {
	width:517px;
	float:left;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
}
#contentbigright{
	width:517px;
	float:left;
	border-left-color:Black;
	border-left-style:solid;
	border-left-width:1px;
}
	
	
#contentleft {
	width:258px;
	float:left;
	background-color:#EEEEEE;
}

#contentcenter {
	width: 259px;
	float: left;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
}

#contentright {
	width: 258px;
	float: left;
}
#footer{
	font-family: sans-serif;
	color: #DAA520;
	text-align: center;
}

h1 {
	margin:0px 10px 10px 10px;
	font-size:18px;
	text-align: center;
	padding-top:0px;
}

#sechead{
	margin:3px 0px 0px 5px;
	color: Blue;
	font-size: larger;
}

p,pre {
	margin:0px 10px 10px 10px;
	text-align:justify;
}
a:link              {	color: #0000FF;text-decoration: underline;	}
a:visited           {	color: #000080;	text-decoration: underline;}
a:hover             {	color: #808000;text-decoration: underline;}
a:active            {   color: #FF0000; text-decoration: underline; }

a.other:link              {	color: #FFFFFF;text-decoration: underline;	}
a.other:visited           {	color: #CCCCCC;	text-decoration: underline;}
a.other:hover             {	color: #0000FF;text-decoration: underline;}
a.other:active            {   color: #000033; text-decoration: underline; }
