/************* GENERAL CSS ************/

body {
    text-align: justify;
    font-family: Optima, Verdanna, Arial, sans-serif;
/*    font-size: 14px;*/
    background-color:#f4f4f4;
    max-width: 43em;
}
#canvas {
    width:600px;
    margin:20px auto;
}
#header {
    position:relative;
    width: 598px;
    height: 120px;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    color:#ffffff;
}

#name {
    position:absolute;
    bottom:2px;
    left:10px;
    color:#ffffff;
}
#content {
    width: 538px;
    background-color:#ffffff;
    padding:10px 30px;        
    border:1px solid #999999;
}
#menu {
	width: 598px;
	margin: 0px auto;
	padding: 5px 0px;
	background-color:#00144c;
        border:1px solid #444444;
        border-bottom:0px;
}
#menu a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    background-color:#6d9fb4;
    cursor:pointer;
}

/************* HEADER STUFF ************/

#header h1 {
    margin:0px;
    padding:0px;
    font-size: 2.75em;
}

#content h1 {
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:28px;
    font-weight:bold;
    color:#00144c;
    text-align:center;
}

#content h2 {
    font-size:1.5em;
    font-weight:bold;
    color:#00144c
}

#background img {
  margin-bottom:10px;
}

/************* MENU ************/

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}


#a {
    font-weight: bold;	
    text-decoration: none;
    color:#00144c;
}

#a img {
  border:none;
}

#a:hover {
    text-decoration: underline;
    color:#6d9fb4;
    cursor:pointer;
}

#contact {
  width:390px;
  float:left;
  font:13px/22px Optima, Arial, Helvetica, sans-serif;
}

#dd { 
   font-size:12px;
   margin:0px; 
   padding:0px;
}

#.hideable {
    display:none;
}