html {
	
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	width: 100%;
	min-height: 100%;
	font-size: 0.8em;
	line-height: 1.4em; 
	color: #333333;
	background-color: #fff;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/*
L A Y O U T
*/



div#container {
	margin: 0px;
  	padding: 0px;
	width: 950px;
	min-height: 100%;
}

div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 240px;
	float: left;
	display: inline;

}
	div#lefthead {
		margin-top: 80px;
		border-bottom: 1px solid #fff;
	}

div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 510px;
	float: left;
	display: inline;

}
	div#maincol div#header {
		margin-left: 40px;
		width: 450px;
		font-size:30px;
		height: 33px;
		line-height: 33px;
		font-style: italic;
		letter-spacing: 1px;
	}
	div#maincol div#topmenu {
		margin-top: 60px;
		margin-left: 40px;
		width: 450px;
		color: #706e6c;
	}

div#rightcol {
	margin: 0px;
  	padding: 0px;
	width: 200px;
	float: left;
	display: inline;

}
	div#righthead {
		text-align: right;
	}


div#content {
	margin: 45px 0px 00px 40px;
  	padding: 0px;
	width: 450px;
}



div.menu {
	margin: 100px 40px 0px 0px;
	padding: 0px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu li {
	list-style: none;
	margin: 0px;
	text-align: right;
	color: #dcdcdc;
	line-height: 2em;
}

div#footer {
	position: relative;
	left: 0px;
	margin-top: -203px;
	height: 203px;
	width: 950px;
	background-image: url(images/left_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: -1;
}
div#contactinfo {
	margin-top: 50px;
	width: 180px;
	float: right;
	font-size: 12px;
	color: #706e6c;
}
.author {
	display: none;
}


/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	color: #0080ff;
	text-decoration:none;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #dcdcdc;
}
.menu a:hover {
	color: #fff;
}
.menu a:link.act, .menu a:visited.act, .menu a:active.act, .menu a:hover.act {
	color: #fff;
	font-weight: bold;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active, #topmenu a:hover {
	color: #706e6c;
}
#topmenu a:link.act, #topmenu a:visited.act, #topmenu a:active.act, #topmenu a:hover.act {
	font-weight: bold;
}


/* FORMAT */

h1 {
	font-size: 14pt;
	margin: 0px;
	margin-bottom: 20px;
	height: 40px;
	line-height: 20px;
	color: #ba9a73;
	font-family: Georgia, Times, serif;
}
h2 {
	font-size: 1.1em;
	margin: 15px 0px 10px 0px;
	color: #666;
	font-style: italic;
}
h3, h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
	color: #999;
}


p {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

div#content td {
	font-size: 12px;
}
div#rightcontent td {
	font-size: 12px;
}

tr.alt {
	background-color: #f0f0f0;
}

/* FORMS */

input {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
select {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.submitbutton {
	background-color:#86C6F9;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3184C6;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}

.bronze {
	color: #ba9a73;
}