/*Thanks to Owen Briggs: Text Sizing Tutorial @ http://www.thenoodleincident.com/tutorials/typography/index.html for a nice starting point */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
/* font sizing in ems. if you want to change anything, just change this.*/
/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000000;
	background-image: url(../images/banner2008.gif);
	background-repeat: no-repeat;
	background-color: #F5FCED;
}

#skiplink {
	position: absolute;
	left: 0px;
	top: 0px;
}
/*/*/
#homelink {
	position: absolute;
	left: 0px;
	top: 13px;
}
#navigation {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 175px;
	z-index: 2000;
	border: 1px solid #124E02;
	background-color: #FFFFFF;
}

#content {
	position: absolute;
	left: 210px;
	top: 110px;
	width: 600px; 
}

#mainContent {
background-color:#FFFFFF;
border: 1px solid #124E02;
padding: 0px 15px 15px 15px;
}
#footer {
	border-top: 1px solid #999999;
}
		
/* ------------------ Typography ------------------ */
#navigation p, #navigation a, #navigation li {
font-size: 11px;
}
#navigation p, #navigation li {
padding-right: 5px;
padding-left:8px;
}

#navigation h1 {
font-size: 11px;
padding-bottom: 0;
margin-bottom: 0;
font-weight: normal;
text-align: center;
color: #006600;
}


#footer p {
	font-size: 0.8em;
	line-height: normal;
	margin: 0;
	color:#333333;
}
#footer a {
	color:#333333;
}

h1, h2, h3 {
	color: #124E02;
	font-weight: normal;
}
h1 {
	font-size: 2.0em;
	text-align: center;
}
h2 {
font-size: 1.5em;
margin-bottom: -0.5em;
}
h2.list {
font-size: 1.5em;
margin-bottom: 0em;
}
h3 {
font-size: 1.3em;
margin-bottom: -0.5em;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #000066;
}

img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1em 0em 1em 0em;
	}

ol, ul, li, blockquote {
	/*list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}
li > p {
	margin-top: 0.2em;
}

p.large {
font-size: 1.1em;
line-height: 1.6em;
}

.question {
font-style:italic;
font-weight:bold;
}
.level-1{
font-size: 2.0em;
text-align:center;
}
.level-2{
font-size: 1.7em;
text-align:center;
}
.level-3{
font-size: 1.4em;
text-align:center;
line-height:1.6em;
}

/* ---------------------- Table: Register------------------------- */
table.form {
width: 570px;
background-color: #FFFFFF;
border-top: 1px #666666 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

th.form {
width: 180px;
border-bottom: 1px solid #666666;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight:normal;
padding: 5px 10px 5px 0px;
background-color: #FFFFFF;
color: #000000;
}

td.form { 
border-bottom: 1px solid #666666;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
background-color: #FFFFFF;
padding: 5px 0px 5px 5px;
}

/* ---------------------- Table: Calendar------------------------- */
table.calendar {
border-top: 1px #666666 solid;
border-collapse: collapse;
border-spacing: 0px; 
}

td.calendar { 
border-bottom: 1px solid #666666;
}
/* #########################################################################
     Links
######################################################################### */

a:link, a:visited {
color: #004D99;
}

a:hover, a:active {
color: #FFFFFF;
text-decoration:none;
background-color: #004D99;
}

a.external /* adds external website gif */
{
text-decoration:none;
display:inline-block;
padding-right: 13px;
background-image: url(../images/icon.9h.external.004D99.gif);
background-position: right center;
background-repeat: no-repeat;
border-bottom: 1px dotted #004D99;
}

a.external:hover /* adds external website gif */
{
text-decoration:none;
display:inline-block;
padding-right: 13px;
background-image: url(../images/icon.9h.external.white.gif);
background-position: right center;
background-repeat: no-repeat;
}
