body {
	margin:0;
	padding:20px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font:19px "Times New Roman", Times, serif;
	text-transform:lowercase;
	text-indent:15px;
	background:url(../images/arrow.gif) 0 5px no-repeat;
}
img {
	border:0;
}
/* -------------------- IDs -------------------- */
#container {
	margin:0 auto 0 auto;
	padding:0;
	width:898px;
	text-align:center;
	background:url(../images/bg_tile.gif) 0 115px no-repeat;
	position:relative;
}
html>body #container {
	background:url(../images/bg_tile.png) 0 115px no-repeat;
}
#containerGreen {
	margin:0 auto 0 auto;
	padding:0;
	width:898px;
	text-align:center;
	background:url(../images/bg_tileGreen.gif) 0 115px no-repeat;
	position:relative;
}
html>body #containerGreen {
	background:url(../images/bg_tile.png) 0 115px no-repeat;
}
#containerPurple {
	margin:0 auto 0 auto;
	padding:0;
	width:898px;
	text-align:center;
	background:url(../images/bg_tilePurple.gif) 0 115px no-repeat;
	position:relative;
}
html>body #containerPurple {
	background:url(../images/bg_tile.png) 0 115px no-repeat;
}
#header {
	margin:0;
	padding:0;
	width:898px;
	height:124px;
	text-align:left;
}
#logo {
	position:absolute;
	top:10px;
	left:60px;
}
#content {
	margin:0;
	padding:0 0 20px 0;
	width:850px;
	text-align:left;
}
html>body #content {
	padding:0;
}
#contentMedium {
	margin:0 30px 0 15px;
	padding:0 0 20px 0;
	width:380px;
	float:left;
}
html>body #contentMedium {
	margin:0 40px 0 50px;
}
#contentMediumLast {
	margin:0;
	padding:0 0 20px 0;
	width:380px;
	float:left;
}
#footerBlue {
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	width:898px;
	text-indent:50px;
	text-align:left;
	color:#4c94b7;
	background:url(../images/footer.gif) no-repeat;
}
html>body #footerBlue {
	background:url(../images/footer.png) no-repeat;
}
#footerBlue a {
	color:#4c94b7;
	text-decoration:underline;
}
#footerBlue a:hover {
	color:#006699;
	text-decoration:none;
}
#footerGreen {
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	width:898px;
	text-indent:50px;
	text-align:left;
	color:#73AA00;
	background:url(../images/footerGreen.gif) no-repeat;
}
html>body #footerGreen {
	background:url(../images/footer.png) no-repeat;
}
#footerGreen a {
	color:#73AA00;
	text-decoration:underline;
}
#footerGreen a:hover {
	color:#666600;
	text-decoration:none;
}
#footerPurple {
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	width:898px;
	text-indent:50px;
	text-align:left;
	color:#CC66CC;
	background:url(../images/footerPurple.gif) no-repeat;
}
html>body #footerPurple {
	background:url(../images/footer.png) no-repeat;
}
#footerPurple a {
	color:#CC66CC;
	text-decoration:underline;
}
#footerPurple a:hover {
	color:#CC33CC;
	text-decoration:none;
}
/* -------------------- Menu -------------------- */
ul#menu {
	margin:0;
	padding:0;
	height:43px;
	list-style-type:none;
	position:absolute;
	top:40px;
	right:60px;
}
ul#menu li {
	margin:0 0 0 25px;
	float:left;
}
ul#menu li a {
	font: 17px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}
ul#menu li a:hover {
	text-decoration:none;
}
ul#menu li.blue a {
	color:#3399CC;
}
ul#menu li.blue a:hover {
	color:#006699;
}
ul#menu li.green a {
	color:#73AA00;
}
ul#menu li.green a:hover {
	color:#666600;
}
ul#menu li.purple a {
	color:#B846D0;
}
ul#menu li.purple a:hover {
	color:#9B2FB7;
}
/* -------------------- Classes -------------------- */
.clear {
	clear:left;
}
.blue {
	color:#006699;
}
.green {
	color:#669900;
}
.purple {
	color:#9B2FB7;
}
.lightblue {
	color:#4c94b7;
}
.smallFirst {
	margin:0 40px 0 20px;
	padding:0;
	width:173px;
	float:left;
	font:10px normal Arial, Helvetica, sans-serif;
	background:url(../images/dottedline.gif) 0 15px no-repeat;
}
html>body .smallFirst {
	margin:0 40px 20px 60px;
}
.small {
	margin:0 40px 30px 0;
	padding:0;
	width:173px;
	float:left;
	font:10px normal Arial, Helvetica, sans-serif;
	background:url(../images/dottedline.gif) 0 15px no-repeat;
}
.smallLast {
	margin:0;
	padding:0;
	width:140px;
	float:left;
	font:10px normal Arial, Helvetica, sans-serif;
}
.smallFirst p {
	margin:0;
	padding:0;
	width:140px;
}
.small p {
	margin:0;
	padding:0;
	width:140px;
}
.smallLast p {
	margin:0;
	padding:0;
	width:140px;
}
ul.thumbs {
	margin:0;
	padding:0;
	width:380px;
}
ul.thumbs li {
	margin:4px;
	padding:0;
	list-style-type:none;
	float:left;
}