/* Redefine default tags */
html body
{
height:100%;
width:100%;
margin:0px;
padding:0px;
font-family:Gill Sans, Gill Sans MT, trebuchet ms, Arial, Verdana, sans-serif;
font-size: 16px/26px;
color: #A2A7C2;
line-height: 1.5em;
letter-spacing: .09em;
background-color:#2f3744;
}

a
{
color:#a1acc4;
}


fieldset
{
border: 1px solid #454c58;
width:50%;
}

legend
{
color: #a1acc4;
font-weight: bold;
}

table
{
border: 1px solid #a1acc4;
border-collapse: collapse;
margin-top: 1em;
}

th
{
background-color: #454c58;
padding: .25em;
border: 1px solid #a1acc4;
vertical-align: top;
}


td
{
padding: .25em;
border: 1px solid #a1acc4;
vertical-align: top;
}


/* Custom CSS */
#header
{
text-align:center;
}

#nav
{
width:300px;
float: left;
height: 500px;
color: #454c58;
font-size: 2em;
line-height: 1.5em;
margin-right: 1em;
}

#nav ul
{
list-style-type: square;
}

#content
{
display: block;
padding-right: 2em;
}

#contactInfo
{
margin-top: 2em;
}

.contactType
{
background-color: #454c58;
margin-top: 1.5em;
}

#footer
{
clear: both;
width: 96.5%;
text-align: right;
border-top: 1px solid #454c58;
margin-top: 2em;
padding-right: 2em;
}

