/* css document for apt - 2006 2:1 two column base layout */

/* main css decs */

.printitem { display: none ;}

body {
  text-align: center; padding: 0px; margin: 0px; 
  vertical-align: text-top;
  font-family: arial, "sans serif";
  font-size: small;
  color: #000;
}

a { color: #000; }

a:hover { color: #000; }

h1 {
	font-size: xx-large;
	font-family: "Arial Narrow", arial, "sans serif";
	color: #f03434;
	font-weight: normal;
}

h2 {
	font-size: x-large;
	font-family: "Arial Narrow", arial, "sans serif";
	color: #008065;
	font-weight: normal;
}

h3 {
	font-size: large;
	font-family: "Arial Narrow", arial, "sans serif";
	color: #444;
	font-weight: normal;
}

h5 { font-size: 14px; font-weight: bold; }
h4, h6 { font-size: 16px; font-weight: bold; }

/* boxes */

#printimg { text-align: right; margin: -10px 0px 0px 0px }

#mainbox {
	border: 0;  margin: 0px;
  padding: 0px;margin-right: 5px;
	text-align: left;
	background: #fff;
}

#header { display: none; }

#hiddenfooter { text-align: left;  margin-top: 40px; }

#content li { margin-top: 6px; backgrounnd: none; }

#footer { display: none; }
* html #clear { display: none; }
#clear { display: none; }
.clear { clear: both; }

/* content styling */	

.listtop { font-size: 14px; font-weight: bold; margin-bottom: -8px; }
.nudgeup { margin-bottom: -8px; }
.accesshide { display: none; }
.col1 { color: #f03434; }
.col2 { color: #008065; }
.bold { font-weight: bold; }
.ital { font-style: italic; }
.lil { font-size: smaller; }
#aims {  display: none; }

/* content styling */	

ul { list-style: square; margin: 0px 0px 0px 12px; padding: 4px;}
ul ul { list-style: disc; }
li { padding: 3px; }
.mtop { margin-top: 20px; }
.mtopbig { margin-top: 120px; }
.mbottom { margin-bottom: 20px; }
.mleft { margin-left: 20px; }
.mleftfat { margin-left: 40px; }
.mright { margin-right: 20px; }
.mrightbig { margin-right: 60px; }
.tspace { padding-bottom: 30px; }
.lfloat { float: left ; }
.rfloat { float: right; margin-left: 6px;}
.nfloat { float: none; }
.img { border: 0; }



/* navigation menu */

#nav { display: none; }

