/* style sheet by Ron Boyd, Orion's Web 2007 */
/* harumi rewrite */

body {
	margin: 10px 30px 30px 30px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}
#site {
	width: 98%;
}


a:link {color: #3366CC; text-decoration: none;}
a:visited {color: #3366CC; text-decoration: none;}
a:active { color: #3366CC; text-decoration: underline;}
a:hover { color: #3366CC; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* Layout */

#header {
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #FFF180;
}

#main {
	padding: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#leftcontent {
	/* float:left; */
	position: absolute;
	left: 30px;
	top: 150px;
	width: 180px;
	height: 100%;
	padding: 10px 20px 10px 0px;
	vertical-align: top;
}

#rightcontent {
	/* float:right; */
	position: absolute;
	right: 30px;
	top: 150px;
	width: 180px;
	height: 100%;
	padding: 10px 0px 10px 20px;
	vertical-align: top;
}

#centrecontent {
	margin-left: 200px;
	margin-right: 200px;
	padding: 30px 10px 10px 10px;
	vertical-align: top;
}

#footer {
	/* clear:both; */
	width: 100%;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	/* border-top: 1px solid #FFF180; */
}

/* end Layout */

/* header */

#header #logo {
	padding: 0px 0px 0px 0px;
	border-style: none;
	position:absolute;
}

#header h1{
	font-size: 190%;
	font-weight: bold;
	padding: 40px 0px 0px 150px;
	font-variant: small-caps;
	color: #003399;
}

#header #subHeader {
	font-size: 95%;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px 0px 15px 150px;
	color: #003399;
}

#header #navHeader {
	padding: 1px 0px 1px 0px;
	font-size: 70%;
	text-align: right;
	color: #FFF180;
}

/* end header */

/* left column styles */

#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 80%;
}

#nav li {
	display: block;
	height: 16px;
	margin: 0px 0px 3px;
	padding: 2px 0px 2px 8px;
	line-height: 100%;
}

.infobox {
	border: 1px dotted #FFF180;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.infobox h3 {
	font-weight: bold;
	font-size: 80%;
	color: #003399;
	background: #FFF7CC;
	border-bottom: 1px dotted #FFF180;
	margin: 0px 0px 5px 0px;
	padding: 6px 0px 2px 8px;
	line-height: 130%;
}

.infobox p {
	font-size: 70%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	line-height: 120%;
}

/* end left column */

/* right column */

.articleslist h3 {
	padding: 10px 0px 0px 10px;
	font-weight: bold;
	font-size: 80%;
	color: #003399;
}

.articleslist ul {
	list-style-type: disk outside;
	margin: 8px 0px 15px 15px;
	padding-left: 2px;
	font-size: 75%;
	color: #FFEA33;
}

.articleslist li {
	line-height: 120%;
	padding-bottom: 8px;
}

/* end right column */

/* centre column */

#centrecontent h2 {
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	color: #003399;
	padding-bottom: 10px;
	border-bottom: 1px dotted #003399;
	margin-bottom: 20px;
}

#centrecontent h3 {
	font-weight: bold;
	font-size: 100%;
	line-height: 130%;
	color: #993300;
}

#centrecontent h4 {
	font-weight: bold;
	font-size: 95%;
	line-height: 130%;
	color: #993300;
}

#centrecontent h4 a:link {color: #993300; text-decoration: underline;}
#centrecontent h4 a:visited {color: #993300; text-decoration: underline;}
#centrecontent h4 a:active { color: #3366CC; text-decoration: underline;}
#centrecontent h4 a:hover { color: #3366CC; text-decoration: underline;}

#centrecontent h4 img {
	float:right;
	border:none;
}

#centrecontent p {
	font-size: 80%;
	line-height: 130%;
}

#centrecontent ul {
	padding-left: 20px;
	margin-left: 0px;
	font-size: 80%;
}

#centrecontent ol {
	padding-left: 20px;
	margin-left: 0px;
	font-size: 80%;
}

#centrecontent li {
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 130%;
}

#centrecontent fieldset {
	padding: 10px 5px 5px 5px;
	text-align: center;
	font-size: 80%;
	margin-top: 50px;
	margin-bottom: 20px;
}

#centrecontent legend {
	text-transform:uppercase;
	text-align: left;
	color: #999999;
	font-size: 80%;
}
#centrecontent #listing td {
	font-size: 0.9em;
	padding-bottom: 2px;
	padding-top: 2px;
}


#centerbottomlink {
	padding: 20px 0px 50px 0px;
}

#centerbottomlink h6 {
	font-weight: bold;
	font-size: 80%;
	color: #993300;
	padding-bottom: 0px;
	margin-bottom: 7px;
}

#centerbottomlink h6 a:link {color: #993300; text-decoration: underline;}
#centerbottomlink h6 a:visited {color: #993300; text-decoration: underline;}
#centerbottomlink h6 a:active { color: #3366CC; text-decoration: underline;}
#centerbottomlink h6 a:hover { color: #3366CC; text-decoration: underline;}

#centerbottomlink p {
	font-size: 70%;
	line-height: 120%;
	padding-bottom: 0px;
	margin-bottom: 4px;
	padding-top: 0px;
	margin-top: 0px;
}

#centerbottomlink ul {
	font-size: 70%;
	padding-top: 0px;
	margin-top: 0px;
}

#centerbottomlink li {
	line-height: 120%;
	padding-bottom: 2px;
}

/* end centre column */

/* footer */

.top a {
	font-size: 70%;
	padding: 0px;
}

#footer #navFooter {
	font-size: 70%;
	padding: 10px 0px 0px 0px;
}

#footer #copyright {
	font-size: 70%;
	padding: 10px 0px 0px 0px;
}

#footer #sitewide-ad {
	font-size: 60%;
	padding: 6px 0px 0px 0px;
}




#footer-page-ad {
	/* clear:both; */
	width: 100%;
	padding: 2px;
	font-size: 70%;
	text-align: center;
	margin-top: 10px;
}


/* end footer */

/* calendar */

.calendar td {
	vertical-align: top;
}

.calendar caption {
	font-weight: bold;
	font-size: 90%;
	text-align: left;
	color: #993300;
}

.month table {
	border: 1px solid #999999;
}

.month td {
	font-size: 80%;
}

.month th {
	font-size: 50%;
}

.holiday {
	font-weight: bold;
	color: #CC0000;
}

.seminars1 {
	font-weight: bold;
	color: #CC0000;
	background-color : #FF99FF;
}

.seminars2 {
	font-weight: bold;
	color: #CC0000;
	background-color : #99FF99;
}

.seminars3 {
	background-color : #99FFFF;
}

.legend td {
	text-align: left;
	font-size: 70%;
	color: #CC0000;
}

.week5 {
	background-color: #CCFFFF;
}


/* end calendar */

/* additional styles */

.initial_char {
	font-size: 120%;
	font-weight: bold;
}

.tabletext {
	font-size: 80%;
	line-height: 130%;
}

.center {
	text-align: center;
}

.bigblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	color: #000099;
	font-weight: bold;
	font-variant: small-caps;
}

.bold {
	font-weight: bold;
}

.bold120 {
	font-size: 120%;
	font-weight: bold;
}

.bold120c {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.bold_notes {
	font-size: 90%;
	font-weight: bold;
}

.red {
	color: #993300;
}

.red2 {
	font-size: 75%;
	font-style: italic;
}

.font100 {
	font-size: 100%;
}

.listings {
	padding: 10px;
	width: 96%;
	border-style: none;
}

.listings p {
	margin-left: 0px;
}

.listings img {
	border: 1px solid #0B2D75;
	cursor: pointer;
	cursor: hand;
	margin: 0px 5px 5px 5px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0B2D75;
	background-color: #FFFFFF
}

.notes {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}

#testimonials {
	font-style: italic;
	color: #000099;
	font-family: Georgia, "Humana Serif ITC", "Times New Roman", Times, serif
}

#testimonials a {
	color: #CC0000;
	text-decoration: none;
	font-style: italic
}

#testimonials a:hover {
	color: #CC0000;
	font-style: italic
}

#testimonials a:visited {
	color: #666666;
	text-decoration: none;
	font-style: italic
}

code {
	font-size: 12px;
	font-family: "Courier New", Courier, mono
}

#outline {
	background-color: #FFFFF0;
	color: #0B2D75;
	margin: 0px;
}

.normalred {
	font-size: 14px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-size: 12px;
}

.whitetext {
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	margin: 5px;
}

select {
	font-size: 10px;
	color: #0B2D75;
}

option {
	font-size: 10px;
	color: #0B2D75;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0B2D75;
	background-color: #FFFFFF;
}

.textareab {
	height: 60px;
	width: 290px;
}

.block1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000099;
	background-color: #FFF191;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}

.block1 a {
	text-decoration: none;
}

.block2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	color: #0B2D75;
	background-color: #8484FF;
	padding: 5px;
	border: 2px solid #FFFFFF;
	font-weight: bold;
}

.block2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.form {
	padding-right: 10px;
	padding-left: 30px;
}

/* end additional styles */