body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	width: 800px;
}

body.popups {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	width: 600px;
}

a {
	color: #666666;
	background-color : #ffffff;
}

img {
	border-style: none;
}

ul {
	text-align: left;
}

hr {
	width: 75%;
	text-align: center;
}

h3 {
    font-size: large;
}

#mouseovers {
	text-align: center;
}

#content {
	margin: 10px;
	text-align: center;
	left: 12%;
	right: 12%;
}

.leftcontent {
	position: relative;
	float: left;
	width: 40%;
	left: 8%;
	text-align: left;
}

.rightcontent {
	position: relative;
	float: right;
	right: 4%;
	width: 40%;
	text-align: center;
}

.columns {
    width: 85%;
    margin-left: 8%;
    margin-right: 8%;
}

.leftcolumn {
    position: relative;
    float: left;
    width: 16%;
    text-align: left;
    margin-bottom: 20px;
}

.rightcolumn {
    position: relative;
    float: right;
    width: 80%;
    text-align: left;
    margin-bottom: 20px;
}

.header {
	text-align: center;
	width: 790px;
}

.footer {
	text-align: center;
}

.box {
    border-width: 1px;
    border-style: solid;
    border-color: #666666;
    padding: 5px;
    text-align: center;
}

.smalltext {
	font-size: small;
	text-align: center;
}

.smallcaption {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

.brp {
	color: #FF0000;
	text-decoration: none;
	background-color : #ffffff;
}
