/*
This was based on a CSS file from http://www.contenteddesigns.org
I think it was "Contented3".
*/

*
{
    margin: 0pt;
    padding: 0pt;
}

body
{
    margin: 20px auto;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    font-family: Arial,sans-serif;
    font-size: 0.83em;
    width: 700px;
    padding-left: 50px;
    padding-right: 50px;
    float: left;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address
{
    margin: 0.75em 0pt;
}

h1
{
    font-size: 1.67em;
}

h2
{
    font-size: 1.39em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1em;
}

li, dd
{
    margin-left: 2em;
}

a
{
    color: rgb(51, 102, 204);
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    text-decoration: underline;
    color: rgb(51, 102, 255);
}

.image_paragraph_right
{
    float: right;
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.image_paragraph_left
{
    float: left;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.image_section_right
{
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.image_section_left
{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

#title
{
    margin: 0px 0px 10px;
    color: rgb(51, 102, 204);
    background-color: rgb(255, 255, 255);
    font-size: 3em;
    font-weight: normal;
    float: left;
}

#slogan
{
    margin: 0px 0px 10px;
    padding: 18px 0px 0px 50px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: small;
    font-weight: bold;
    float: left;
}

ul#nav
{
    margin: 0pt;
    padding: 0pt;
    clear: both;
    float: left;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    width: 700px;
}

ul#nav li
{
    margin: 0pt;
    padding: 0pt;
    float: left;
    width: 16%;
    text-align: center;
}

ul#nav li a
{
    padding: 2px 0px;
    background: rgb(85, 136, 204) none repeat scroll 0%;
    display: block;
    font-size: small;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}

ul#nav li a:hover
{
    background: rgb(68, 119, 204) none repeat scroll 0%;
    color: rgb(255, 255, 255);
}

ul#nav a.selected:link
{
    background: rgb(51, 102, 204) none repeat scroll 0%;
    color: rgb(255, 255, 255);
}

ul#nav a.selected:visited
{
    background: rgb(51, 102, 204) none repeat scroll 0%;
    color: rgb(255, 255, 255);
}

#path
{
	width: 700px;
	clear: both;
	float: left;
	font-size: 75%;
	font-weight: normal;
	margin: 4px 0px 5px 0px;
	border-top: 2px solid #FFFFFF;
}

#path a
{
	font-weight:normal;
}

/* since the path div is used at top and at bottom, the W3C validator
   complained about the id not being unique. I guess I want class instead of id
   but since I'm largely ignorant about CSS, I'll just duplicate it as path2
   for the moment.
 */
 
#path2
{
	width: 700px;
	clear: both;
	float: left;
	font-size: 75%;
	font-weight: normal;
	margin: 4px 0px 5px 0px;
	border-top: 2px solid #FFFFFF;
}

#path2 a
{
	font-weight:normal;
}

/* Note: content & sidecontent are used in Contented6,
         while Contented3 only uses maincontent */
#content
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 860px;
    float: left;
}

#maincontent
{
    margin: 10px 0px;
    padding: 0px 5px 5px 0px;
    font-size: 1em;
    width: 700px;
    float: left;
}

#sidecontent
{
	width:120px;
	float:right;
	/* border: #0066CC solid thin; */
}


#footer
{
    border-top: 1px solid rgb(0, 51, 204);
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 80%;
    line-height: 1.5em;
    width: 700px;
    clear: both;
}

#footer a
{
    color: rgb(51, 102, 204);
    background-color: rgb(255, 255, 255);
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(0, 51, 204);
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    text-decoration: underline;
}

#copyright
{
    padding: 5px 20px 5px 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    float: left;
}

#footercontact
{
    padding: 5px 0px;
    color: rgb(0, 51, 204);
    background-color: rgb(255, 255, 255);
    float: right;
}
