/* style acknowledgements */
/* Faux Columns by Dan Cederholm http://www.alistapart.com/articles/fauxcolumns */
/* Keeping Navigation Current With PHP by Jason Pearce http://www.alistapart.com/articles/keepingcurrent/ */
/*  curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element http://www.curvycorners.net/ */

body {
color: #fff;
background-color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 14px;
}

.rounded {
}

.small_rounded {
}

#canvas {
margin: 30px auto;
width: 780px;
color: #000;
background-color: #fff;
}

#header {
min-height: 100px;
border-bottom: 1px solid #000;
}

#main {
}

ul#navigation {
width: 200px;
float: left;
margin: 20px 0;
padding: 0;
list-style: none;
text-transform: uppercase;
font-family: 'times new roman', times, serif;
}

li.navigation {
border: solid #666;
border-width: 1px 1px 1px 20px;
margin: 5px 5px 0 5px;
line-height: 1.4em;
padding-left: 0.5em;
color: #666;
background-color: #fff;
font-weight: 400;
}

li:hover.navigation {
border: solid #000;
border-width: 1px 1px 1px 20px;
margin: 5px 5px 0 5px;
line-height: 1.4em;
padding-left: 0.5em;
color: #000;
background-color: #fff;
font-weight: 400;
}

li#currentpage {
border: solid #333;
border-width: 1px 1px 1px 20px;
margin: 5px 5px 0 5px;
line-height: 1.4em;
padding-left: 0.5em;
color: #333;
background-color: #fff;
font-weight: 400;
}

a.menu:link, a.menu:hover, a.menu:visited {
color: inherit;
background-color: inherit;
text-decoration: none;
}

#content {
margin-left: 200px;
line-height: 1.3em;
padding: 20px 20px 20px 20px;
text-align: left;
min-height: 400px;
}

ul.content {
}

li.content {
line-height: 1.4em;
margin-bottom: 0.5em;
list-style: square inside;
}

#footer {
clear: left;
color: #000;
background-color: #fff;
padding: 10px 0;
text-align: center;
font-size: 12px;
border-top: 1px solid #000;
}

#footer a:link, a:hover, a:visited {
color: inherit;
background-color: inherit;
text-decoration: underline;
}

h1 {
margin: 0 0 0 0;
padding: 0;
font-size: 2em;
text-align: center;
}

h2 {
margin: 0 0 0 0;
padding: 0;
font-size: 1.4em;
text-align: center;
}

h3 {
font-size: 1.2em;
font-weight: 700;
font-style: italic;
}

.bold {
font-weight: 700;
}

.italic {
font-style: italic;
}

.bolditalic {
font-style: italic;
font-weight: 700;
}

.rightfloat {
float: right;
margin: 0 0 2em 2em;
}

#homephoto {
float: right;
margin: 0 1em 1em 2em;
border: 2px solid #666;
}

#box {
float: right;
margin: 0 0 2em 2em;
border: 8px solid #666;
height: 200px;
width: 200px;
}

li#logo {
text-align: center;
margin-top: 1em;
}

img#logolink {
border: none;
}

#validate {
text-align: center;
}