/* Authored by Tim Rauter October 2005 */
body {
margin: 30px auto;
background-color: #646464;
}

td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
text-align: left;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #475C78;
font-weight: bold;
text-decoration: underline;
}

.title {
font-size: 12px;
font-weight: bold;
color: #304F78;
}

.head {
height: 110px;
background-image: url(images/headerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
background-image: url(images/mainbodybg.gif);
background-repeat: repeat-y;
background-color: #646464;
}

.mainleft {
padding: 0 0 0 20px;
}

.dividervert {
background-image: url(images/divider_vert.gif);
background-repeat: repeat-y;
}

.mainright {
padding: 10px 15px 0 5px;
}

.container {
	width: 716px;
	height: 532px;
	padding: 11px 12px 11px 12px;
	}
	
.footer {
height: 43px;
margin: 0;
background-image: url(images/footerbg.gif);
background-repeat: no-repeat;
background-color: #646464;
}

.footerleft {
padding: 8px 0 0 35px;
font size: 9px;
}

.footerright {
text-align: right;
padding: 8px 35px 0 0;
font size: 9px;
}

.poweredBy {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #555555;
}

.content-box {
	position: absolute;
	top: -3px;
	left: 152px;
	width: 225px;
	height: 332px;
	color: #ffffff;
	}
	
.content-box p.title {
	font-size: 11px;
	padding: 3px 0px 0px 2px;
	text-transform: capitalize;
	font-weight: bold;
	color: #352d49;
	}
	
	/* b5121b = fall red */
	/* 415968 = winter blue */
	/* f89828 = summer orange */

.content-box .content {
	padding: 10px 0px 0px 2px;
	color: #000000;
	font-size: 11px;
	}
	
.content-box p.register {
	padding: 10px 0px 0px 0px;
	color: #000000;
	text-align: center;
	font-size: 11px;
	}

.content br {
	margin: 0px 0px 3px 0px;
	}

.content-box a:link {color: #000000; text-decoration: underline;}
.content-box a:visited {color: #000000; text-decoration: underline;}
.content-box a:hover {color: #f89828; text-decoration: underline;} /* 207ba2 */
.content-box a:active {color: #f89828; text-decoration: underline;} /* 207ba2 */



