
body {
background-color: #F5F3EF;
margin: 0px;
padding: 0px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

.width_60 {width: 60%;}

.width_75 {width: 75%;}
.left_100 { margin-left: 100px;}

.css_box {
border: 0px solid #00008B;	/* color darkblue -- change 0px to 1px to see the box border  */
}

.page {
position: relative;
float: left;
margin: 10px 0px 0px 10px;
border: 1px solid black;
background-color: #ffffff;  
color: #272727; /* text color */
width: 950px;
}

a img {
border:none;
}

.header {
position: relative;
float: left;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: black;
height: 100px;
width: 950px;
background-color: #58AE8B;
}

.header img {
float: left;
margin: 0px 0px 0px 0px;
border: 0px solid green;
}

.logo {
position: relative;
float: left;
height: 75px;
width: 75px;
margin: 10px 1px 1px 10px;
border: 1px solid black;
}

.caption {
float: left;
clear: both;
text-align:center;
font-size: 12px;
margin-left: 10px;
color: black;
}

.title  {
width: 750px;
border: 0px solid green;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

.title p {
font-size: 40px;
margin: 5px 5px 5px 5px;
text-align: center;
}

.article {
position: relative;
float: left;
width: 700px;
border-bottom: 1px;
border-bottom-style:dashed;
border-bottom-color: black;
font-size: 14px;
margin: 20px 0px 20px 50px;
padding: 0px 0px 10px 0px;
}

.article p {
text-indent: 25px;
}

.left_column {
position: relative;
float: left;
width: 445px;
margin: 10px 0px 20px 20px;
border: 0px solid green;
}

.right_column {
position: relative;
float: left;
width: 445px;
margin: 10px 0px 20px 20px;
border: 0px solid green;
}

.middle  {
position: relative;
float: left;
width: 950px;
color: 8c8c8c;
background-color: #ffffff;     
margin: 25px 0px 0px 0px;
border: 0px dashed green;
}

.middle p {
font-size: 14px;
text-indent: 25px;
color: 8c8c8c;
margin: 10px 5px 10px 10px;
border: 0px solid black;
}

.footer {
position: relative;
float: left;
width: 950px;
height: 150px;
margin: 50px 0px 0px 0px;
border: 1px 0px 0px 0px;
border-style: dotted;
border-width: 1px 0px 0px 0px;
background-color: #e8c89d;
}

.footer p {
position: relative;
float: left;
padding: 0px;
font-size: 12px;
margin: 20px 0px 0px 10px;
border: 0px solid black;
}

.footermenutop {
position: relative;
float: left;
width: 950px;
height: 20px;
font-size: 14px;
line-height: 20px;
border: 0px dotted black;
text-align: center;
word-spacing: 4px;
margin-top: 25px;
padding: 5px 0px 5px 0px;
}

.footermenutop a{
text-decoration: none;
}

.footermenubottom {
position: relative;
float: left;
text-align: center;
width: 950px;
height: 20px;
font-size: 14px;
line-height: 20px;
border: 0px dotted green;
word-spacing: 4px;
padding: 0px 0px 5px 0px;
}

.footermenutop a{
text-decoration: none;
}

.footermenubottom a {
text-decoration: none;
}

.spacebar{
position: relative;
float: left;
width:890px;
height:25px;
}

