/* Mainsite August 17, 2007 */
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
	background: #deffe6 url(pics/Bgpool1.png);
}

/* Banner across top  */
#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 25px;
padding-right: 100px;
background-color: #99cccc;
border-bottom: 2px #666633 solid;
color: #000099;
font-weight: bold;
font-size: 1.2em;
letter-spacing: 5px;
text-align: right;
text-shadow: 0.2em 0.4em 0.2em #999999;
}

/* Styles for the main text on the page. */
#main-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 190px;
margin-right: 20px;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #3300ff;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #0033cc;
font-weight: bold;
	font-style: oblique;
}

#picspace {
	margin-left: 50px;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
	line-height: 19px;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #339999;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #003366;
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 60px;
left: 0;
margin: 20px;
width: 150px;
}

#left-menu p {
border-bottom: 1px #cc6600 dotted;
text-align: right;
line-height: 20px;
font-size: .7em;
padding-bottom: 6px;
padding-top: 6px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #0099cc;
}

#left-menu a:hover, #left-menu a.current {
color: #003366;
	background: #ccffff;
}

