body {
	margin: 0 auto;
	background-color: #369;
	font-family:  Helvetica, "Sans Serif";
	font-size: 11pt;
	color: #0e4ead;
}

#wrapper {
	margin: auto;
	width: 100%;
}

#navigation {
	margin: 0 auto;
	padding-top: 20px;
	width: 840px;
	height: 60px;
	text-align: center;
}

#navbreak {
	margin: 0 auto;
	width: 100%;
	height: 60px;
	background-color: #036;
}

#pagebanner {
	margin: 0 auto;
	width: 840px;
	height: 280px;
	background-color: #ffffff;
	background-image: url(images/banner.jpg);
}

#announce {
	background-image: url(images/announce.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	float: right;
	margin: 40px -30px 0 0;
}

#special {
	height: 115px;
	width: 600px;
	float: left;
	margin: 0 0 20px 0;
}

#pagearea {
	margin: 0 auto;
	width: 840px;
	background-color: #ffffff;
	height: auto;
	overflow: hidden;
}

#columnleft {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 600px;
	min-height: 300px;
	text-align: left;
	padding: 20px 19px 10040px 20px;
	line-height: 1.5em;
	background-image: url(images/pagefadelf.jpg);
	background-repeat: repeat-y;
}

#columncenter {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 175px;
	height: auto;
	text-align: left;
	padding: 20px 10px 10040px 10px;
	line-height: 1.33em;
	background-color: #0FF;
}

#columnright {
	float: right;
	margin: 0px 0px -10000px 0px;
	width: 180px;
	min-height: 300px;
	text-align: left;
	background-color: #FFF;
	padding: 20px 10px 10040px 9px;
	line-height: 1.33em;
	background-color:#C8DAEA;
	border-left: #09C thin solid;
}

#columnrightincrease {
	float: left;
	margin: 40px 0px -10000px 0px;
	width: 190px;
	min-height: 300px;
	padding: 20px 10px 10040px 0;
/*	background-image: url(images/thermometer.jpg);
	background-repeat: no-repeat; */
}

#columnright-sharathon {
	float: left;
	margin: 40px 0px -10000px 0px;
	width: 190px;
	min-height: 300px;
	padding: 20px 10px 10040px 0;
	background-image: url(images/advert-180x300.jpg);
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	width: 840px;
	padding: 0 0 10px 20px;
}

/* ===== text classes ===== */

.nav {
	font-size: 16px;
	word-spacing: 1.5em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.spacing {
	margin-top: 0.2em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.special {
	font-size: 10pt;
	line-height: 1.25em;
}

li {
	font-size: 10pt;
	text-indent: 0px;
}

ul.outside {
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 15px;
}

.footer {
	font-size: 9pt;
}

/* ===== object classes ===== */

.note {
	min-height: 250px;
}

.featured {
	border: #09c;
	background-color: #CC9;
	border-style: solid;
	border-width: thin;
	border-width: 1px;
	-moz-border-radius: 10px;
	padding: 20px;
}

.border {
	border: #99F;
	border-style: solid;
	border-width: thin;
	border-width: 1px;
	padding: 5px;
}

.center {
	text-align: center;
}

.padding {
	padding: 10px;
}

.today {
	background-image: url(images/today.jpg);
	background-repeat: no-repeat;
	padding: 80px 20px 0 20px;
	text-align: center;
}

.separator {
	border: 1px;
	border-color: #09c;
	border-top-style: solid;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ===== hyperlinks ===== */

a:link {
	color: #069;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:visited  {
	color: #06C;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a:hover {
	color: #479ae8;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
}

a.alt:link {
	color: #009;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:visited  {
	color: #0e4ead/*69F*/;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:hover {
	color: #479ae8;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt-footer:link {
	color: #009;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.alt-footer:visited  {
	color: #0e4ead/*69F*/;
	font-size: inherit;
	text-decoration: none;
	text-align: inherit;
}

a.alt-footer:hover {
	color: #479ae8;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}