/* Layout */
html {
	width: 100%;
	height: 100%;
	background: #ccc;
}
body {
	width: 100%;
	height: 100%;
	margin: 12px 0 0 0;
	font-family: 'trebuchet ms', helvetica, arial, non-serif;
	font-size: .9em;
}
.outer_container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.inner_container {
	width: 792px;
	height: 672px;
	padding: 12px;
	text-align: center;
	background: #fff;
	border: solid 1px #999;
	overflow: auto;
}
.header {
	width: 792px;
	height: 130px;
	background-color: #fff;
	text-align: left;
}
.content_left {
	width: 227px;
	height: auto;
	float: left;
	text-align: left;
	padding: 12px 0 0 12px;
}
.content_right {
	width: 517px;
	height: auto;
	float: right;
	text-align: left;
	padding: 12px 12px 0 0;
}
.footer {
	width: 100%;
	text-align: center;
	font-size: .7em;
}
/* Format */
p {
	margin: 0 0 6px 0;
}
p.smalltext {
	font-size: .7em;
}
h1 {
	font-size: 1.1em;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 1em;
	margin: 0 0 6px 0;
}
h3 {
	font-size: .9em;
	margin: 0 0 3px 0;
	color: #5e2772;
}
img {
	border: solid 1px #999;
}
img.noborder {
	border: 0;
}
/* NAVIGATION */
a.nav, a.nav:link, a.nav:visited, a.nav:active {
	display: block;
	width: 227px;
	height: 16px;
	line-height: 16px;
	background: #cbafed;
	margin-top: 1px;
	text-align: left;
	text-decoration: none;
	text-indent: 3px;
	font-family: 'trebuchet ms', helvetica, arial, non-serif;
	font-size: 11px;
	color: #5e2772;
	overflow: hidden;
}
a.nav:hover {
	color: #8c48aa;
	background: #dad1e9;
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2:active, a.nav2:hover {
	display: block;
	width: 227px;
	height: auto;
	background: #fff;
	margin-top: 3px;
	text-align: center;
	text-decoration: none;
	font-family: 'trebuchet ms', helvetica, arial, non-serif;
	font-size: 11px;
	color: #5e2772;
	overflow: hidden;
	padding: 0;
}
span.caption {
	display: block;
	width: 227px;
	height: 16px;
	line-height: 16px;
	background: #c987e2;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: trebuchet, arial, non-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
/* FORM */
form {
	margin: 0;
}
td.label {
	font-size: 0.8em;
}
input {
	border: thin 1px #999;
	font-size: 0.8em;
	padding: 1px 0 1px 3px;
}
textarea {
	padding: 3px 0 0 3px;
}
/* LINKS */
a:link {
	color: #8c48aa;
	text-decoration: none;
}
a:visited {
	color: #8c48aa;
	text-decoration: none;
}
a:hover {
	color: #c987e2;
	text-decoration: none;
}
a:active {
	color: #8c48aa;
	text-decoration: none;
/* NEWS TICKER */
}
#ajaxticker1 {
	width: 200px;
	height: 100px;
	border: 1px solid #c987e2;
	padding: 6px;
	background-color: #ded2ed;
}
#ajaxticker1 div {
/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #ded2ed;
}
p.ticker {
font-size: 0.8em;
}
.someclass {
	//class to apply to your scroller(s) if desired
}