body {
background : #ffffff;
font : normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #000000;
}
h1 {
color : #ffffff;
font-style : italic;
font-size : 40px;
font-weight : normal;
padding-top : 20px;
padding-bottom : 20px;
padding-left : 100px;
margin-left : 20px;
background : #00007E url(images/logo-small.png) no-repeat;
}
h2 {
color : #00007E;
font-size : 20px;
font-weight : normal;
padding-bottom : 0px;
padding-left : 20px;
}
h3 {
color : #00007E;
font-weight : bold;
padding-top : 10px;
padding-bottom : 5px;
padding-left : 20px;
}
h4 {
color : #00007E;
font-weight : bold;
padding-top : 10px;
padding-bottom : 5px;
padding-left : 20px;
}

p{
color : #000000;
background-color : #ffffff; #A7A9FF;
font-weight : normal;
padding-top : 0px;
padding-bottom : 0px;
padding-left : 10px;
padding-right : 10px;
margin-left : 10px;
margin-right : 10px;
}
ul{
color : #000000;
background-color : #A7A9FF;
font-weight : normal;
padding-top : 10px;
padding-bottom : 10px;
padding-left : 30px;
padding-right : 10px;
margin-left : 10px;
margin-right : 10px;
}
a {
color : #000000;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
footer {
color : #a0a0a0;
font-size : 10px;
font-weight : normal;
padding-top : 5px;
padding-bottom : 0px;
align : right;
}
footer p{
color : #a0a0a0;
font-weight : normal;
padding-top : 10px;
padding-bottom : 10px;
padding-right : 10px;
}
footer a {
color : #a0a0a0;
text-decoration : none;
}
footer a:hover {
text-decoration : underline;
}
#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 12px Arial;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: white; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
color: #00007E;
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #00007E; /*Brown color theme*/ 
border-color: #00007E; /*Brown color theme*/ 
color: #ffffff;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #00007E; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}
