html, body, ol, ul, li, dl, dt, dd, img, a {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background-color: inherit;
}
html { background-color: #666; }

body {
	padding: 0px 340px; /* the critical side padding that sets the natural min-width! */ 
	 /* background: url(../images/honeycomb_tile-bg.gif); /* this BG tiles the area outside the columns */
	background-color:#666; 
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	width: 60%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

#wrapper1 {
  width: 770px;
  wid\th: 770px;
  position: relative;
	/* background: url(../images/redcircles.gif); /* this BG tiles the left column */
  background-color:#8484FF;
  font-size: 13px; /* set global font-size here */ 
  border: 1px solid white;;
  border-width: 1px 1px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
  background-color: #66F;
  color: inherit;
  border-left: 1px solid white; /*** Critical left divider dimension value ***/
  border-right: 1px solid white; /*** Critical right divider dimension value ***/
  margin-left: 130px;    /*** Critical left col width value ***/
  margin-right: 130px;    /*** Critical right col width value ***/ 
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 130px;    /*** Critical left col width value ***/
  margin-left: -131px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}
.minlen { min-width: 200px; }
.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 130px;    /*** Critical right col width value ***/
  margin-right: -131px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 1px;   /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: normal;
  text-align: justify;
  overflow: visible;
  width: 100%;
  background-color:#66F;
}

.centertext {
  font-weight: normal;
  text-align: center;
  overflow: visible;
  width: 100%;
  color: inherit;
  background-color: inherit;
}

.container-left, .container-right {color: #ffc; background-color: inherit;}
.container-right {padding-bottom: 80px;} /* makes room for the froggy */


/*************** Header and Footer elements *****************/
.header {
width: 770px;
height:75px;
padding: 5px 0px 0px 0px;
margin:20px 0px 2px;
background-color:#8484FF;
color: inherit;
border:1px solid white;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #8080FF; background-color: inherit;}

.footer {
	width: 770px;
	font-size: 12px;
	font-weight: 600;
	background-color: inherit;
	color: #FFF;
	clear: both;
	padding: 5px 0 15px;
	position: relative;
	text-align:center;
}

.footer p {margin: 10px 0 0 20px; color: #FFF; background-color: inherit;}

.footer hr {
	background-color: inherit;
  	color: #944;
	margin: 0;
	height: 5px;
}

.froggy {
height:80px;
clear:both;
bottom:100px;
}


/************** Spacing Controls for various column contents ***************/

.outer ul { text-align: center; margin: 30px 3px; }

.textpadder { padding: 0px 8px 8px 8px; }

.hornav {
padding: 2px;
text-align:center;
border:1px solid #909;
margin:2px;
font-size:11px;
}

/************** Generic Rules *************/

a {vertical-align:bottom;}

/*======= Links ======*/
a:link {text-decoration:underline; font-weight: 600;}
a:visited {text-decoration:underline; color:#FFF; background-color: inherit; font-weight: 600;}
a:hover {text-decoration:underline; color:#9FF; background-color: inherit; font-weight: 600;}
a:active {text-decoration:underline; color:#F90; background-color: inherit; font-weight: 600;}

a:link.normal {text-decoration:none; font-weight:normal}
a:visited.normal {text-decoration:none; color:#FFF; background-color: inherit; font-weight:normal}
a:hover.normal {text-decoration:underline; color:#9FF; background-color: inherit; font-weight:normal}
a:active.normal {text-decoration:none; color:#FF9900; background-color: inherit; font-weight:normal}

a:link.contents {text-decoration:none;}
a:visited.contents {text-decoration:none; color:#FFF; background-color: inherit;}
a:hover.contents {text-decoration:none; color:#9FF; background-color: inherit;}
a:active.contents {text-decoration:none; color:#FFF; background-color: inherit; }

a:link.hide {text-decoration:none; display: none;}
a:visited.hide {text-decoration:none; color:#FFF; background-color: inherit; display: none;}
a:hover.hide {text-decoration:none; color:#9FF; background-color: inherit;}
a:active.hide {text-decoration:none; color:#FFF; background-color: inherit; }
/*======= End of Links =======*/

.bullet { list-style-type: disc; }

p {	margin: .8em 0;	padding:0px 3px 7px 7px; }

h1 {
font-size:18px;
line-height:18px;
color:#9FF;
background-color: inherit; 
}

/* h1 {margin: 70px 0 10px 80px;} */

h2 {
  font-size: 13px; 
  text-align: left; 
  padding: 3px 0 10px 0; 
  margin: 0px;
  /* border: 1px solid white; */
  color: #FFF;
  background-color: inherit;
}

h3 {
font-size:14px;
line-height:14px;
color:#9FF;
background-color: inherit;
font-weight:bold;
text-decoration:none;
margin: 1em 0 .3em;
}

h4 {color:#F90; background-color: inherit;}

.alignleft {margin: 0 10px 10px 0; text-align: left;}
.aligncenter {text-align: center;}
.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.noborderBox {
position:relative;
border: 0;
margin: 0;
font-size:12px;
clear: both;
padding:3px;
width:95%;
text-align:left;
}
.CollageBox {
position:relative;
border:1px solid #000;
background: #5200A8;
margin: 0;
display:block; 
color: #FFF;
font-size:12px;
font-weight:bold;
padding: 0px 8px;
height:112px;
width:auto;
}
.Box {
position:relative;
border:1px solid #000;
background-color: #5200A8;
margin: 0;
clear: both;
padding:8px;
width:97%;
text-align:justify;
z-index:0;
}
.div1 {position:absolute; min-height:75px; max-height:75px; overflow: hidden; top: 0px; left: 90px; width:373px; visibility:hidden; z-index:1; margin: 8px; padding: 3px 6px 0 6px; border:1px solid #FFF; display:block; font-size:10px; }

.leftBox { padding:5px; left:0px; top:0px; text-align:left; width:45%; z-index:1; }
.rightBox { padding:3px 0px 3px 5px; top:0px; text-align:left; right:0px; width:50%; }
.bottomrightBox { bottom:0px; right:0px; width:58%; text-align:right; }
.leftBox, .rightBox, .bottomrightBox {
display: block;
position: absolute;
margin:0px;
padding:5px;
line-height:17px;
width:45%;
z-index:1;
clear:both;
}

hr {border-top: 1px solid #909; border-bottom: none; border-left:none; border-right:none; background-color: inherit; height:1px; width:100%;}

/************** Fancy Nav Buttons *************/

.sidenav li a {
  display: block; 
  border: 1px solid white;
  text-decoration: none;
  padding: 3px 4px 4px 3px;
  margin: 1px 0px;
  font-size:11px; font-weight:700;
}

.sidenav li a:hover {
  border: 1px solid white;
  background-color: #99F;
  color: #66FFCC;
  background-position: -1px -1px;
  padding: 5px 5px 5px 2px;
}

.sidenav li a:active {
  border: 1px solid white;
  background-position: 0 0;
  padding: 4px 5px 4px 10px;
  background-color: inherit;
  color:#66FFCC;
}

.seperator {
  display: block; 
  border: 1px solid yellow;
  background-color: #9900CC;
  color:#FFFF00;
  text-decoration: none;
  padding: 3px 4px 4px 3px;
  margin: 1px 0px;
  font-size:11px; font-weight:900;
}

/************** Special Fixes *************/
/*
.outer {word-wrap: break-word;} */
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a,
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a,
* html .hornav
{height: 1%;}
/* Holly hack */

#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: normal;
/*  line-height: 0; */
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px;
  color: inherit;
  background-color: #833;
  cursor:pointer;   
}

.hide {display: none;}

/*Fonts*/
.seven {font-size:7pt;}
.eight {font-size:8pt;}
.nine {font-size:9pt;}
.ten {font-size:10pt;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.normal { font-weight:normal;}

/*colours*/
.red {color: #F00; background-color: inherit;}
.yellow {color: #FF0; background-color: inherit;}
.blue {color:#36F; background-color: inherit;}
.lightblue {color:#99F; background-color: inherit;}
.white {color:#FFF; background-color: inherit;}

/* Table Borders */
.admin_std {  font-size: 12px; color: #FFF; background-color: inherit; font-weight: bold}
.admin_norm {  font-size: 12px; color: #FFF; background-color: inherit; font-weight: normal}
.tableborderTop {  border: #FFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-left-width: 0px; border-bottom-width: 0px; font-size: 10pt}
.tableborderALL {  border: #FFF; border-style: solid; border-width:1px 1px; font-size: 10pt}
.tableborderTopLR {  border: #FFF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; font-size: 10pt}
.tableborderTopL {  border: #FFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px; font-size: 10pt}
.tableborderTopLBtm {  border: #FFF; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px; font-size: 10pt}

/* Form Styles */
.form_list {  border: 1px #9FF solid; color: #FFF; font-size: 14px; background-color: #8484FF; ; cursor: hand;}
.text_field {  border:1px #9FF solid; padding:1px 0px 1px 3px; font-size: 14px; color: #000; background-color: #8484FF;}
.button {  border:1px #000 solid; padding:1px 5px; font-size: 10px; color: #336699; background-color: #F0F0F0;}

.indent {text-indent:15px;}