body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0px auto 0;
}
#logo {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
}
#columntop {
	clear: both;
	background-image: url(3coltop.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#spacebar {
	background-color: #9A84AB;
	height: 2px;
	margin-bottom: 15px;
	font-size: 18pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}


#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(3collmid.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 194px;
}
#c2 {
	width: 594px;
	background-repeat: no-repeat;
	padding-top: 1px;
	background-position: 22px -78px;
}
#c3 {
	width: 194px;
}
#c1 .content {
	font-size: 0.7em;
	padding: 16px 16px 16px 24px;
}
#c2 .content {
	color: #333333;
	font-size: 0.8em;
	padding: 0px 32px;
	margin: 0px;
	line-height: 1.4em;
}
.yellowbox_header {
	font-size: 1.4em;
	color: #A453A4;
}
.poloroid {
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
}

#c3 .content {
	font-size: 0.7em;
	padding: 0px 26px 16px 15px;
	color: #FFFFFF;
}
h1 {
	font-size: 1.4em;
	color: #A453A4;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(3colbottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.7em;
	margin: 0px 0px 0px 15px;
	width: 170px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFFF33;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFF33;
	background-color: #A155A0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #420059;
}
.content a:visited {
	color: #A453A4;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
	background-color: #A453A4;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FFFFFF;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #000000;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
.poloroidright {
	background-color: #FFFFFF;
	padding: 5px;
	float: right;
	border: 1px solid #666666;
	margin-left: 10px;
}
.st {
	font-size: 10px;
	line-height: 1em;
}
.important {
	background-color: #FFFF33;
	padding: 5px;
}
/*The about us inset box in right column*/
#aboutboxwrapper {
	clear: both;
	width: 155px;
	background-image: url(layout2/aboutboxbg.jpg);
}
#aboutboxwrapper .aboutboxtop {
	background-image: url(layout2/aboutboxhead.jpg);
	height: 25px;
	width: 155px;
	background-repeat: no-repeat;
	background-position: left top;
}
#aboutboxwrapper #aboutboxcontent {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
}
#aboutboxwrapper .aboutboxbottom {
	background-image: url(layout2/aboutboxbottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	height: 18px;
	width: 155px;
}
