/* CSS Document */

body { background: #FFFFFF no-repeat; margin: 0 }
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#000000;text-decoration:none; color:#000000; background-color:#0099CC}
a:active {color:#000000;text-decoration:none;}

#wrapper {  text-align: left; width: 875px; margin: 0px auto; border: 0px solid #ccc;}
#container { text-align: left; width: 875px; margin: 0px auto; border: 0px solid #ccc;}
#footer { text-align: center; width: 875px; margin: auto; border: 0px solid #ccc;}

.twothirds { width: 625px; border: 0px solid #ccc; display: block; float:left }
.sidebar {	width: 250px; border: 0px solid #ccc; display: block; float:right }
.picbar {	width: 185px; border: 0px solid #ccc; display: block; float:left }
.wordbar {	width: 300px; border: 0px solid #ccc; display: block; float:right }
.lefthalf { width: 400px; border: 0px solid #ccc; display: block; float:left }
.righthalf { width: 400px; border: 0px solid #ccc; display: block; float:right }
.left { width: 430px; border: 0px solid #ccc; display: block; float:left }
.right { width: 438px; border: 0px solid #ccc; display: block; float:left }
.thirds { width: 280px; border: 0px solid #ccc; display: block; float:left }

.title {
	font-family: Helvetica;
	font-size: 50px;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: 1px;
}

.large {
	font-family: Helvetica;
	font-size: 34px;
	margin-top: 5px;
}

.medium {
	font-family: Helvetica;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
}

.small {
	font-family: Helvetica;
	font-size: 15.75px;
}

.smaller {
	font-family: Helvetica;
	font-size: 12px;
}

.right {
	font-family: Helvetica;
	font-size: 20px;
	letter-spacing: 0px;
	text-align: right;
	margin-bottom: -10px;
}

.style1 {color: #993300}

.style3 {
	color: #66CC66;
	font-weight: bold;
}

.style4 {color: #0099CC}
