/* CSS Document */


body {
color:#666;
background:rgb(210,220,193);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
padding:0px;
margin:10px;
margin-top:5px;
}

a:link {
color:rgb(81,107,96);
background:rgb(210,220,193);
text-decoration:none;
}

a:visited {
color:rgb(81,107,96);
background:rgb(210,220,193);
text-decoration:none;
}

a:hover {
color:rgb(81,107,96);
background:rgb(210,220,193);
text-decoration:underline;
}

#content {
width:748px;
position:relative;
left:50%;
color:#666;
background:rgb(210,220,193);
font-size:75%;
margin-left:-375px;
}

#snav {
width:748px;
color:rgb(81,107,96);
background:rgb(210,220,193);
text-align:right;
padding:5px 0px;
border-bottom:5px solid #000;
}

#montage {
width:748px;
height:275px;
}


/* The following code is for the colored title boxes. */

.color1 {
color:#fff;
background:rgb(81,107,96);
text-align:left;
vertical-align:top;
padding:5px 10px;
border-top:1px solid #fff;
}

.color1 p {
font-size:115%;
font-weight:bold;
padding:0px 10px;
margin:0px;
}

.color1 a:link {
color:#fff;
background:rgb(81,107,96);
font-weight:bold;
text-decoration:none;
}

.color1 a:visited {
color:#fff;
background:rgb(81,107,96);
font-weight:bold;
text-decoration:none;
}

.color1 a:hover {
color:#fff;
background:rgb(81,107,96);
font-weight:bold;
text-decoration:underline;
}

.color2 {
color:#fff;
background:rgb(213,164,70);
text-align:left;
vertical-align:top;
padding:5px 0px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}

.color2 p {
font-size:115%;
font-weight:bold;
padding:0px 10px;
margin:0px;
}

.color2 a:link {
color:#fff;
background:rgb(213,164,70);
font-weight:bold;
text-decoration:none;
}

.color2 a:visited {
color:#fff;
background:rgb(213,164,70);
font-weight:bold;
text-decoration:none;
}

.color2 a:hover {
color:#fff;
background:rgb(213,164,70);
font-weight:bold;
text-decoration:underline;
}

.color3 {
color:#fff;
background:rgb(18,94,179);
text-align:left;
vertical-align:top;
padding:5px 0px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}

.color3 p {
font-size:115%;
font-weight:bold;
padding:0px 10px;
margin:0px;
}

.color3 a:link {
color:#fff;
background:rgb(18,94,179);
font-weight:bold;
text-decoration:none;
}

.color3 a:visited {
color:#fff;
background:rgb(18,94,179);
font-weight:bold;
text-decoration:none;
}

.color3 a:hover {
color:#fff;
background:rgb(18,94,179);
font-weight:bold;
text-decoration:underline;
}

.color4 {
color:#fff;
background:rgb(203,123,84);
text-align:left;
vertical-align:top;
padding:5px 0px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}

.color4 p {
font-size:115%;
font-weight:bold;
padding:0px 10px;
margin:0px;
}

.color4 a:link {
color:#fff;
background:rgb(203,123,84);
font-weight:bold;
text-decoration:none;
}

.color4 a:visited {
color:#fff;
background:rgb(203,123,84);
font-weight:bold;
text-decoration:none;
}

.color4 a:hover {
color:#fff;
background:rgb(203,123,84);
font-weight:bold;
text-decoration:underline;
}


/* The following code is for the images. */

.pic1 {
width:187px;
height:110px;
border-top:1px solid #fff;
}

.pic2 {
width:186px;
height:110px;
border-top:1px solid #fff;
border-left:1px solid #fff;
}


/* The following code is for the text boxes. */

#col1 {
width:187px;
color:#666;
background:#fff;
text-align:left;
vertical-align:top;
padding:10px 0px;
}

#col1 p {
padding:0px 10px;
margin:0px;
}

#col2 {
width:186px;
color:#666;
background:#fff;
text-align:left;
vertical-align:top;
padding:10px 0px;
border-left:1px dotted #666;
}

#col2 p {
padding:0px 10px;
margin:0px;
}

#col3 {
width:186px;
color:#666;
background:#fff;
text-align:left;
vertical-align:top;
padding:10px 0px;
border-left:1px dotted #666;
}

#col3 p {
padding:0px 10px;
margin:0px;
}

#col4 {
width:186px;
color:#666;
background:#fff;
text-align:left;
vertical-align:top;
padding:10px 0px;
border-left:1px dotted #666;
}

#col4 p {
padding:0px 10px;
margin:0px;
}

#footer {
width:748px;
color:#666;
background:#fff;
text-align:center;
padding:10px 0px;
}

#footer a:link {
color:#666;
background:#fff;
text-decoration:none;
}

#footer a:visited {
color:#666;
background:#fff;
text-decoration:none;
}

#footer a:hover {
color:#666;
background:#fff;
text-decoration:underline;
}

#credits {
width:748px;
position:relative;
left:50%;
color:rgb(81,107,96);
background:rgb(210,220,193);
font-size:75%;
margin-left:-374px;
}


