/* standard elements */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Times New Roman', serif;
	font-size: 16px;
}
body {
    background: #fff;
    color: #001D59;
}

#container {
    width: 750px;
    margin: 10px auto;
}

#logo {
    float: left;
}
#head {
}
#contact {
    text-align: right;
    height: 91px;
}
#contact a {
    text-decoration: none;
    color: #001D59;
    font-weight: bold;
}

#contact a:hover {
    background: #001D59;
    color: #fff;
}

#menuwrap {
   float: right;
   width: 560px;
  border-bottom: 19px solid #001D57;
}

#menu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}

#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#menu ul li a {
   display:block;
   margin:0 2px;
   height: 20px;
   padding:10px;
	background: #E4BF8B;
	color: #001D57;
   text-decoration:none;
	font-weight: bold;
}

#menu a:hover {
	background: #001D57;
	color: #fff;
}

#content {
  clear: both;
  padding-bottom: 10px;
}

#text {
    float: right;
    width: 560px;
    margin-bottom: 10px;
}

h1 {
   text-align:center;
   font-size: 1.4em;
   padding: 20px 0 20px 30px;

}

#text p {
   padding: 5px 0 5px 30px;
}

#text a {
    text-decoration: none;
    color: #001D57;
    font-weight: bold;
}

#text a:hover {
    background: #001D57;
    color: #fff;

}
img.list {
    float: left;
    margin: 4px 20px 5px 0;
    clear: left;
}

#sidebar {
    float: left;
    width: 190px;
    margin-bottom: 10px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
#sidebar ul li {
        display: inline;
}

#sidebar ul a {
	display: block;
	color: #E4BF8B;
	background: #001D57;
	text-decoration: none;
	padding: 12px;
	font-weight: bold;
	border-top: solid 8px #E4BF8B;
	margin-bottom: 8px;
}
/* hack for IE 6 < to make entire block clickable */
* html #sidebar ul a {
	height: 1px;
}

#sidebar ul a:hover {
	background: #E4BF8B;
	color: #001D57;
}

#footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dotted 1px #001D59;
  clear: both;
  text-align: center;
  font-size: 12px;
}
#footer p {
    text-decoration: none;
    color: #001D59;
  font-size: 12px;
}
#footer a {
    text-decoration: none;
    color: #001D59;
  font-size: 12px;
}

#footer a:hover {
    background: #001D59;
    color: #fff;
}

