/* CSS layout */
#topmargin {
	display: none;
}

#header {
	display: none;
}
#bottommargin {
	display: none;
}

#container {
	position: relative;
	width: 755px;
	margin: 0 auto;
}

#maincol {
	position: absolute;
	top: 20pt;
	width: 570px;
	float:left;
	left: 0px;
	margin: 10px 0px 10px 0px;
}

#calendar1 {
	position: relative;
}

#calendar2 {
	display: none;
}

#calendar3 {
	position: relative;
	width: 400px;
	left: 84px;
}

#calendar4 {
	position: relative;
	width: 400px;
	left: 84px;
}

#calendar5 {
	position: relative;
	width: 400px;
	left: 84px;
}

#calendar6 {
	position: relative;
	width: 400px;
	left: 84px;
}

#calendar7 {
	position: relative;
	width: 400px;
	left: 84px;
}

#rightcol {
	display: none;
}

#footer {
	display: none;
}


#calendarfooter {
	display: none;
}

#leftfooter {
	display: none;
}

#centrefooter {
	display: none;
}

#rightfooter {
	display: none;
}

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

.isaimage {
	float: left;
}

.iscimage {
	float: right;
}

h1 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #4b4b4b;
	background-color: transparent;
}

h1.footer {
	font-size: 0.8em;
}

h2 {
	font-size: 1em;
}

.styleStandOut {color: #FF6600}

p {
	font: 12pt/20pt "Times New Roman", Times, serif;
}

.stylePrintHide {
	display: none;
}

#twoline {
	font-size: 0.8em;
	color:#FFFFFF;
}

.smallcapitals {
 font-variant:small-caps;
}

.styleGold {color: #4b4b4b}
.styleGrey {color: #333333}
.styleGreen {color: #6C8442}

a:link {
	/* text-decoration: none; */
	color: #668ABC;
}
a:visited {
	/* text-decoration: none; */
	color: #668ABC;
}
a:hover {
	/* text-decoration: none; */
	color: #5BBF21;
}
a:active {
	/* text-decoration: none; */
}
#navright {
	display: none;
}


