body {
	background-color : #666633;
	padding : 0;
	margin:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color:white;
	line-height: 1.4em;
}
/* Header bar & logo */
#header {
	height : 200px;
	background-color : white;
	padding-bottom : 15px;
}
.logo {
	position:absolute;
	left:180px;
	top:114px;
}
#container {
	height: 100%;
}
.bulletmenu {
	float: left;
	width : 150px;
	height: 100%;
	padding:10px 0 10px 10px;
	position: relative;
	line-height : 3em;
	letter-spacing : 0.2em;
	font-variant : small-caps;
	font-weight : bold;
}
#content {
	margin-left: 180px;
	padding: 10px 25px 20px 0;
	text-align: justify;
}

/* FORMATTING */
/* navigation column */
.bulletmenu a:link {
	text-decoration:none;
}
.bulletmenu a:visited  {
	text-decoration:none;
}
.bulletmenu a:hover {
	text-decoration: none;
}
.bulletmenu a:active {
	color:white;
	text-decoration: none;
}
.bulletmenu a.currentpage {
	font-weight: bold;
	color: white;
}
.bulletmenu li li a {
	font-variant: normal;
	letter-spacing: normal;
}
.bulletmenu li {
	background-image : url(uploads/images/squarebullet.gif);
	background-repeat: no-repeat;
	background-position: 0 1em;
	padding-left: 1.3em;
}
.bulletmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bulletmenu ul ul li {
	background: none;
	padding:0;
	margin: 0.5em 0 0.5em;
}
.bulletmenu ul ul {
	line-height: 1em;
	list-style-type: square;
	margin: 0 0 0 10px;
}

a:link {
	color: #ddc;
	text-decoration : underline;
	font-weight : normal;
}
a:visited {
	color:#ddc;
	text-decoration : underline;
	font-weight : normal;
}
a:hover {
	color:#fff;
	text-decoration : underline;
	font-weight : normal;
}
a:active {
	color:white;
	text-decoration : underline;
	font-weight : normal;
} 

h1 {
	font-size: 1.5em;
}