* {
cursor: default;
}

a, a *, map, area {
cursor: pointer;
}

a *, a img, map, img {
border: none;
}

a {
text-decoration: none;
color: rgb(50,50,200);
}

a:hover {
text-decoration: underline;
color: rgb(255,0,0);
}

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
font: normal normal normal 66% 'Trebuchet MS','Helvetica','Verdana','Arial',sans-serif;
color: rgb(51,51,51);
}

#main {
padding: 10px 20px 0;
}

form {
padding: 0;
margin: 0 0 10px;
}

form fieldset {
margin: 0 2% 0 0;
padding: 0;
border: none;
float: left;
width: 46%;
height: 170px;
}

form fieldset legend {
text-indent: 0;
padding: 0;
margin: 0 0 10px;
}

form fieldset p {
border-top: dotted 1px rgb(200,200,200);
padding-top: 10px;
margin-bottom: 10px;
}

form fieldset textarea {
width: 100%;
}

form p label {
float: left;
width: 5em;
}

h1, h2, h3, h4, ol, p, ul {
padding: 0;
margin: 0 0 10px;
}

h2 {
color: rgb(0,51,153);
font: normal normal normal 1.45em 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

h3 {
font-size: 1.18em;
margin: 0 0;
}

h4 {

margin: 0;
}

ul, ol {
list-style-position: inside;
}

/* Header Style */

#header {
text-indent: -10000px;
background: transparent url('../images/logo.gif') no-repeat top center;
height: 125px;
border-bottom: solid 2px rgb(0,51,153);
margin-bottom: 10px;
}

/* Menu Style */

#menu {
float: left;
margin-left: 0;
width: 200px;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#menu li {
padding: 0px 0;
display: block;
border-top: dotted 2px rgb(0,51,153);
}

#menu li:first-child {
border: none;
}

#menu a, #footer a {
color: rgb(0,51,153);
font-weight: normal;
text-decoration: none;
}

#menu a {
padding: 10px 0 10px;
display: block;
}

#menu a:hover {
padding: 10px 0;
font-weight: bold;
}

/* Content Style */

#content {
margin-left: 10px;
margin-right: 0;
padding-top: 5px;
overflow: hidden;
}

#content .deco {
float: right;
clear: right;
}

#content ul.deco {
list-style: none;
margin: 0;
padding: 0 0 0 10px;
}

#content ul.deco li {
display: block;
margin: 0 0 5px;
}

#content ul.across {
list-style: none;
clear: both;
width: 648px;
}

#content ul.across li {
float: left;
width: 33%;
}

#content p {
text-align: justify;
margin-bottom: 10px;
}

#content .blurb {
font-size: 3em;
color: rgb(0,51,153);
line-height: 1;
}

/* Footer Style */

#footer {
margin-top: 10px;
border-top: solid 2px rgb(0,51,153);
padding-top: 10px;
clear: both;
}

#footer strong {
color: rgb(0,51,153);
}

/* Top Menu Style */

#topmenu {
position: absolute;
top: 95px;
right: 20px;
margin-left: 225px;
text-transform: uppercase;
}

#topmenu ul {
list-style: none;
}

#topmenu li {
display: inline;
margin-left: 10px;
}

#topmenu a {
background: transparent url('../images/menu-square.jpg') no-repeat;
padding-left: 20px;
color: rgb(0,0,0);
}

#topmenu a:hover {
color: rgb(0,51,153);
}

/* Misc Styling */
body #sfd, body .sfd, body #sfd *, body .sfd *, html body .skip, html body .hide {
position: absolute;
top: 0;
left: 0;
text-indent: -10000px;
margin: 0;
padding: 0;
border: none;
}
