/* CSS Document */

body {
font-family: Myriad Web Pro, Arial, Helvetica;
border: 0;
padding: 0;
}


#container {
width: 100%;
}

/* Header */

#headercontainer {
width: 100%;
height: 102px;
}

#logo {
float: left;
}

#headerimage {
float: right;
}

#navbar {
width: 100%;
background-color: #800080;
height: 20px;
}

#navlinks p {
font-family: Myriad Web Pro, Arial, Helvetica;
font-size: 90%;
color: white;
font-weight: bold;
margin-left: 300px;
margin-top: 0px;
padding: 2px;
height: 20px;
}

#navlinks a {
color: white;
text-decoration: none;
}

#navlinks a:hover {
text-decoration: underline;
}

/* Content DIVS */

#leftcontent {
float: left;
background: url(../images/home_page_montage2.jpg) no-repeat;
margin-top: 20px;
margin-left: 10px;
width: 204px;
height: 425px;
}

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

#maincontent {
width: 100%;
margin-top: 10px;
display: block;
position: relative;
}

#maincontent h1 {
color: #660066;
font-weight: bold;
font-size: 100%;
margin-top: 10px;
margin-left: 315px;
width: 500px;
text-align: center;
}

#maincontent h2 {
color: #777777;
font-weight: bold;
font-size: 100%;
margin-top: 10px;
text-align: center;
}


#maincontent p {
font-family: Myriad Web Pro, Arial, Helvetica;
font-size: 95%;
color: #660066;
}

.intro {
margin-left: 315px;
width: 500px;
text-align: center;
font-size: 100%;
}

.boxout {
width: 500px;
border: 1px solid #660066;
padding: 10px;
margin-left: 315px;
}

.squarebox {
list-style-type:square;
color: #660066;
font-size: 100%;
font-weight: bold;
margin-left: 30px;
}

#bottom {
clear: left;
width: 100%;
}

#bottom h3 {
color: #660066;
font-weight: bold;
font-size: 95%;
text-align: center;
}

#bottom a {
color: #660066;
text-decoration: none;
}

#bottom a:hover {
text-decoration: underline;
}

#bottomtext {
font-weight: bold;
text-align: center;
color: black;
width: 100%;
}

#bottomtext2  {
text-align: center;
color: black;
width: 100%;
font-size: 85%;
}

/* Footer */

#footer {
clear: left;
width: 100%;
background-color: #800080;
height: 20px;
}

#footer p {
color: #fff;
font-weight: bold;
text-align: center;
font-size: 80%;
padding: 2px;
}

#footer a {
color: white;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


