*
{
padding: 0px;
margin: 0px;
display: relative;
}

a
{
color: #006;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

body
{
margin: 60px 0px 40px;
background: #13317D url('/images/bg.png');
font-family: Arial, Helvetica, sans-serif;
}

fieldset
{
padding: 1em;
width: 70%;
}

h1
{
text-align: right;
margin: 0px 15px 20px 0px;
}

h2
{
font-size: 1.8em;
color: #030;
margin-bottom: 0.3em;
}

h3
{
font-size: 1.2em;
color: #030;
margin: 0em 0em 0.2em;
}

hr
{
width: 80%;
margin: 1em auto;
border: none;
border-bottom: 0.5px solid black;
}

img
{
border: 0px;
text-decoration: none !important;
}

label
{
display: block;
}

label.checkbox
{
display: inline;
}

option
{
padding-right: 10px;
}

p, li
{
margin-bottom: 0.6em;
line-height: 1.3em;
}

p.small, .company_profile p
{
font-size: 0.9em;
}

ul
{
margin-left: 1.8em;
list-style: square;
}

blockquote.error
{
text-align: center;
font-size: 0.9em;
border: 2px solid #900;
margin: 1em;
padding: 0.7em;
background: #EDD;
}

blockquote.success
{
text-align: center;
font-size: 0.9em;
border: 2px solid #030;
margin: 1em;
padding: 0.7em;
background: #DFEEDF;
}

.checkbox_indented
{
margin-left: 22px;
}

.company_profile
{
border: solid 2px #8A8;
padding: 8px;
margin-bottom: 10px;
}

.company_profile img
{
float: right;
position: relative;
top: -15px;
left: 15px;
}

.company_profile th
{
width: 8em;
}

.company_profile th, .company_profile td
{
text-align: left;
vertical-align: top;
}

table.list
{
border-collapse: collapse;
border-spacing: 0px;
}

table.list td, table.list th
{
border: 1px solid;
padding: 3px 5px;
}

table.list th
{
background: #D1D3DE;
}

.embargoed
{
font-style: italic;
}

.indent
{
margin-left: 3em;
}

#main
{
background: #FFF url('/images/top_grad.png') repeat-x;
padding-left: 5%;
}

#content
{
margin-right: 2%;
padding-right: 310px;
}

#footer
{
clear: both;
font-size: 0.7em;
text-align: right;
padding: 20px 50px;
}

#sidebar_container
{
width: 248px;
float: right;
padding-right: 50px;
text-align: center;
}

#sidebar_container p
{
   margin-top: 5px;
}

#sidebar_container p a
{
   vertical-align: middle;
   text-decoration: none;
}

#sidebar_edge
{
border: 1px solid #000;
padding: 13px 0px;
background: #D1D3DE url('/images/sidebar_edge.png');
text-align: left;
}

#sidebar
{
border: solid #000;
border-width: 1px 0px;
background: #D1D3DE;
padding: 5px 20px;
}

#sidebar ul
{
margin: 0px;
}

#sidebar li
{
list-style: none;
margin: 0.3em;
}

#sidebar li a
{
font-size: 1.2em;
font-weight: bold;
color: #030;
text-decoration: none;
}

#sidebar p
{
text-align: right;
font-style: italic;
font-size: 0.8em;
margin-top: 1em;
}

#sidebar table
{
text-align: center;
width: 100%;
}