* {
margin:0px;
padding:0px;
}

#outer {
width:750px;
background:#fff;
border:thin black solid;
margin:20px auto 0px auto;
padding:10px 15px 0px 15px;
}

#customsearchengine {
float:right;
}

#header {
position:relative;
height:80px;
background-color:#464566;
}

#sitename {
position:absolute;
bottom:10px;
font-size:26px;
padding-left:26px;
color:#fff;
}

#inner h2 {
font-size:20px;
background-image:url('images/headermarker2.png');
background-repeat:no-repeat;
height:50px;
padding-left:20px;
}

#menu {
position:absolute;
right:0px;
padding-right:25px;
bottom:15px;
}

#menu ul {
list-style:none;
}

#menu a {
color:#fff;
text-decoration:underline;
}

#inner {
position:relative;
padding:30px 10px 20px 20px;
float:left;
background-color:#fff;
}

#footer {
width:700px;
padding:20px 0 20px 0;
text-align:center;
background-color:#eeeeee;
}

body {
background:#fff url('images/stripe4.png');
font-size:12px;
font-family:"trebuchet ms", helvetica, sans-serif;
color:#312F59;
}

a {
color:#7B79B3;
text-decoration:underline;
}

a:hover {
text-decoration:underline;
background-color:#7B79B3;
color:#FFFFFF;
font-weight:bold;
}

h1 {
font-family:georgia, "times new roman", serif;
font-weight:normal;
}

h2 {
font-family:georgia, "times new roman", serif;
font-weight:normal;
}

table {
border-collapse:collapse;
width:100%;
}

td {
border-left:solid 1px #eeeeee;
}

