body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 80%;
	text-align: justify;
}

/* Layout ----------------- */
body > #menu {
	position: fixed;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 100%;
	overflow: auto;
	color: #000;
	background-color: #ff6;	
	text-align: left;
	border-left: solid 10px #ff6;	
	border-right: 2px solid #00f;
}

#accesslinks {
	font-size: 70%;
	text-align: left;
	background-color: #ff6;
	color: #000;
}

#logo {	
	text-align: center;
}

#main {	
	width: 565px;
	margin: 0 0 0 235px;
	padding: 5px 20px 0 10px;	
	color: #000;
	background-color: #fff;
	height: 100%;
}

#footer {
	width: 100%;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	border-top: 2px solid #00f;
}

img {
	border: none;
}

a img {
  border: none;
}

/* Main text links ----------------- */
a:link {
  color: #00f;
	background-color: #fff;
  text-decoration: none;
}

a:visited {
  color: #900;
	background-color: #fff;
  text-decoration: none;
}

a:hover {
  color: #00f;
	background-color: #fff;
  text-decoration: underline;
}

/* Email a friend text links -- */
#email a:link {
  color: #09007d;
	background-color: #ff6;
  text-decoration: none;
}

#email a:visited {
  color: #72006c;
	background-color: #ff6;
  text-decoration: none;
}

#email a:hover {
  color: #09007d;
	background-color: #ff6;
  text-decoration: underline;
}

/* Page titles --------------------------- */
#pgtitle {
	text-align: left;
	color: #fff;
	background-color: #006;
	border: 2px solid #ff6;
	text-align: center;
}

/* Headings --------------------------- */
h1 {
	font-size: 160%;
	padding-left: 10px;
}

#main h2 {	
	padding: 3px;
	font-size: 140%;
	color: #006;
	background-color: #fff;
	border-bottom: 1px dotted #00f;
	text-align: left;
}
h2 a:link {
	color: #006;	
	background-color: #fff;
	text-decoration: none;
}
h2 a:hover {
	color: #006;	
	background-color: #fff;
	text-decoration: none;
}
h3 {
	color: #006;	
	background-color: #fff;
}

/* Menu --------------------------- */
.navcontainer { 
	width: 200px;
}

.navcontainer ul {
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
}

.navcontainer li {
	border: 1px solid #006;
	margin-top: 3px;
}

/* Main menu link formatting ---- */
.navlist a {
	display: block;
	padding: 3px 0 3px 15px;	
	font-weight: bold;
}

.navlist a:link {
	color: #000;	
	background-color: #ffc;
	text-decoration: none;
}

.navlist a:visited {
	color: #900;
	background-color: #ffc;
	text-decoration: none;
}

.navlist a:hover {
	background-color: #fff;
	color: #00f;
}

/*to indicate "you are here" in menu*/
#here {	
	color: #006;
	background-color: #fff;
	border: 1px solid #00f;
}

/* General text formatting ------------- */

abbr {
	border: none;
}

acronym {
	border: none;
	font-style: normal;
}

.justify {
	text-align: justify;
} /*Use for content justified in container.*/

.center {
	text-align: center;
} /*Use for content centered in container.*/

.floatleft {
	float: left;
	padding: 5px;
} /*Use for img, positioned at left
with text flowing to the right.*/

.floatright {
	float: right;
	padding: 5px;
} /*Use for img, positioned at right
with text flowing to the left.*/

.clear {
	clear: both;
} /*To clear floating elements from both left and right.*/

.italic {
	font-style: italic;
}
.redtext {
	color: red;
	background-color: #fff;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: smaller;
}
.larger {
	font-size: 130%;
}
.border {
	border: 1px solid #f93;
	margin-left: 5px;
}

/* General list formatting -------- */
.bullet {
	list-style-type: square;
}
.nobullet {
	list-style-type: none;
}

/* Table ------------- */
table {
	width: 100%;
}
td {
	padding: 10px;
	text-align: left;
}

/* Registration form table ------- */
.register td {
	text-align: right;
}
textarea {
	color: #000;
	background-color: #fff;
	font-family: verdana, sans-serif;
	font-size: 90%;
}
