body{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #414042;
}

.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

img{
	border: 0;
}

h1{
	font-size: x-large;
	font-weight: 100;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

h2{
	font-size: large;
	font-weight: 100;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

h3{
	font-size: small;
	font-weight: 100;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

h4{
	font-size: small;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

h5{
	font-size: large;
	font-weight: 100;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

ul{
	line-height: 170%;
	list-style: none;
}

hr{
	margin: 0;
	visibility: hidden;
	padding: 12px;
}

a{
	text-decoration: none;
}

a:link{
	color: #323966;
	border-bottom: 1px dashed #323966;
}

a:visited{
	color: #6d6b6e;
	border-bottom: 1px dashed #6d6b6e;
}

a:active{
	color: #323966;
	border-bottom: 1px dashed #323966;
}	

a:hover{
	color: #323966;
	border-bottom: 1px dashed #323966;
	background-color: #d7d8d8;
}

a:focus{
	outline: none;
}

a.hidden:link{
	color: #414042;
	border-bottom: 0px;
}

a.hidden:visited{
	color: #414042;
	border-bottom: 0px;
}

a.hidden:active{
	color: #414042;
	border-bottom: 0px;
}

a.hidden:hover{
	color: #414042;
	border-bottom: 0px;
	background: none;
}

a.silver:hover{
	color: #323966;
	border-bottom: 1px dashed #323966;
	background: none;
}

div.leftcolumn{
	width: 260px;
	height: auto;
	float: left;
	position: relative;
	right: 0px;
}

div.rightcolumn{
	width: 260px;
	height: auto;
	float: right;
	position: relative;
	left: 0px;
}

hr.silver{
	border-style: inset;
	border-width: thin;
	border-color: #C0C0C0;
	height: 0px;
	width: 220px;
	padding: 0px;
	margin: 10px 19px 10px 19px;
	visibility: hidden;
}

div.silver{
	width: 522px;
	height: 1925px; /* at the moment this must be manually set */
}

div.bronze{
	width: 522px;
}

img.silver{
	margin: 0px 39px 0px 39px;
}

h1.top{
	vertical-align: top;
}
	
#left{
	text-align: left;
	float: left;
	margin-right: -542px;
	width: 188px;
	padding: 10px 10px 15px 10px;
}

#right{
	text-align: left;
	float: right;
	margin-left: 208px;
	width: 522px;
	padding: 10px 10px 15px 10px;
}

#right p{
	line-height: 170%;
}

.clearer{
	height: 0;
	clear: both;
}

.clearer_content{
	background-color: #f3ef6d;
	padding: 5px 0px 5px 0px;
	clear: both;
}

#wrapper{
	width: 750px;
	margin: 0 auto;
}

#header{
	width: 100%;
	background-image: url(header.jpg);
	height: 71px;
}

#footer{
	width: 100%;
	background-image: url(footer.jpg);
	height: 71px;
}

#container{
	width: 100%;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	margin-top: -3px;
}

