A:link { color: black; font-weight: bold; }
A:visited { color: black; font-weight: bold }
A:hover { color: gray; font-weight: bold }

body { 
background-color: white; 
text-align: center; 
margin: 0; 
font-size: 12px; 
font-family: 'Trebuchet MS', arial, helvetica, sans-serif; }

form {
margin-top: 20px; }

input, textarea {
font-size: 12px;
font-family: 'Trebuchet MS', arial, helvetica, sans-serif; }

img.photo{
float: right;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
border: 0;
}

p {
margin: 8px 0 0 0;}

#container { 
width: 780px; 
text-align: left; 
margin-left: auto; 
margin-right: auto; }

#container2 {
position: relative;
background-image: url(images/bkg.gif);
width:100%; }

#container3 {
position: relative;
float: left;
width: 600px; 
margin-top: 10px;
margin-left: 10px;}

#header {
position: relative;
height: 75px;
width:780px;
border-bottom: 5px solid black;
}

#bar {
position: relative;
float: left;
width: 20px;
background-color: black;
}

#menu {
position: relative;
float: left;
background-color: white;
width: 150px; 
font-size: 12px; }

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
height: 20px;
background-color: #00008B; 
/*Height and color required for Mac compatibility due to font size discrepancy*/
margin-bottom: 2px; 
}

#menu a {
display: block;
width:145px;
padding: 1px 0px 1px 5px;
background: #00008B;
text-decoration: none; }

#menu a:link, #menu a:active, #menu a:visited {
color: white;
}

#menu a:hover {
background: gray;
color: white;
}

.title {
margin: 0;
font-size: 20px;
font-weight: bold; }

.section {
font-size: 14px;
font-style: italic;
border-bottom: 1px solid black;}

.square1 {
position: relative;
margin-top: 2px;
width: 20px;
height: 20px;
background-color: #00008B; }

.square2 {
position: relative;
float: left;
border: 1px solid black;
margin-right: 5px;
width: 15px;
height: 15px;
background-color: #00008B; }

.content {
font-size: 12px; }

.box{
position: relative;
float: left;
margin: 0;
width: 193px;
font-size: 15px;}

.clear {
  position: relative;
	clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 1px;
}