
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
 border-left: 1px solid #000000;
 border-top: 1px solid #F0EADD;
 border-bottom: 1px solid #ffffff;
 border-right: 1px solid #000000;
}
#header {
 width: 780px;
 color: #333;
 height: 137px;
 margin: 0px 0px 0px 0px;
 background: #F0EADD;
}
.headertable {
 border-collapse: collapse;
 padding: 0px;
 vertical-align: top;
}
.headertable td {
 border-collapse: collapse;
 padding: 0px;
 vertical-align: top;
 border-spacing: 0px;
}
#navigation {
 width: 780px;
 color: #333;
 margin: 0px 0px 0px 0px;
 background-image: url(images/navbg.jpg);
 background-repeat: repeat-x;
 border-top: solid 1px #ffffff;
}
.navtable {
 vertical-align: top;
 border-collapse: collapse;
 padding: 0px;
 border-spacing: 0px;
}
.navtable td {
 vertical-align: top;
 border-collapse: collapse;
 padding: 0px;
 border-spacing: 0px;
}
#content { 
 width: 760px;
 color: #000000;
 margin: 0px 0px 0px 0px;
 height: 100%;
 background-image: url(images/bg1.gif);
 padding: 10px;
}
.projecttable {
 width: 95%;
 margin: auto;
 border: 1px solid #000000;
 border-collapse: collapse;
}

.projecttable th {
  text-align: center;
  border: 1px solid #000000;
  border-collapse: collapse;
  padding: 5px;
  background: #F0EADD;
  
}
.projecttable td{
 border-collapse: collapse;
 padding: 5px;
 border: 1px solid #000000;
 vertical-align: top;
}

input, select, textarea {
 border: 1px solid #000000;
}

.login {
 padding: 10px;
}

.login th, td {
 padding: 5px;
}

#footer { 
 width: 780px;
 color: #000000;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 text-align: center;
 font-weight: bold;
 
}
.footerblue {
 background-image: url(images/bgdown.gif);
 background-repeat: repeat-x;
 height: 32px;
 line-height: 32px;
 font-weight: bold;
 color: #ffffff;
 text-align: center;
 font-size: 0.9em;
}
.footerblue a:link {
 color: #ffffff;
 text-decoration: none;
}
.footerblue a:hover {
 color: #ffffff;
 text-decoration: none;
}
.footerblue a:active {
 color: #ffffff;
 text-decoration: none;
}
.footerblue a:visited {
 color: #ffffff;
 text-decoration: none;
}

a img {
    border:none;
}


.heading {
    font-weight:bold;
}
.title {
    font-size:15pt; font-weight:bold;
}
.subtitle {
    font-size:12pt; font-weight:bold;
}

.right {
    text-align:right;
}

.bordered {
    border:1px solid grey;
}

textarea.medium { width:3in; height:0.5in; }
input[type="text"].long { width:4in; }
input[type="text"].medium { width:3in; }
input[type="text"].short { width:1in; }
input[type="password"].medium { width:3in; }
input[type="submit"].medium { width:3in; }
input[type="text"].money { width:4em; text-align:right; }

.photo {
    border:4px double black;
}

