*
{
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
}

body
{
	background: #333;
}

h1
{
    text-indent: -9999px;
    height: 1px;
    width: 1px;
}

#container
{
    width: 770px;
    margin: 10px auto;
    background: #071A66 url(background.jpg) bottom no-repeat;
}

#header
{
    height: 151px;
    background: url(logo.png) no-repeat;
    width: 770px;
}

#top
{
	height: 14px;
	width: 770px;
	background: url(top.png) no-repeat;
}

#content
{
    padding: 0 40px 90px 40px;
    width: 690px;
    background: url(middle.png) repeat-y;
}

#bottom
{
	height: 14px;
	width: 770px;
	background: url(bottom.png) no-repeat;
	padding-bottom: 30px;
}

#navigation ul
{
    width: 770px;
    background: url(navigation.png) no-repeat;
    height: 34px;
    text-align: center;
}

#navigation ul li
{
    display: inline;
    line-height: 30px;
    margin: 0 6px;
}

#navigation ul li a:link, #navigation ul li a:visited
{
    color: #081C6D;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 34px;
}

#navigation ul li a:hover, #navigation ul li a:active
{
    color: #081C6D;
    text-decoration: underline;
}

h2
{
    text-indent: 10px;
    color: #010823;
    font-size: 1.4em;
    padding: 20px 0 10px 0;
}

p
{
    padding: 5px 30px;
    text-align: justify;
    font-size: 0.9em;
    color: #030F40;
    line-height: 1.3em;
}

h3
{
    text-indent: 20px;
    color: #010823;
    font-size: 1em;
    padding: 0px 0 5px 0;
}

h4
{
    text-indent: 20px;
    color: #010823;
    font-size: 0.9em;
    padding: 15px 0 5px 0;
}

#footer
{
    padding-bottom: 10px;
    text-align: center;
}

small
{
    font-size: 0.7em;
    color: #999;
}

small a:link, small a:visited
{
    color: #999;
    text-decoration: none;
}

small a:hover, small a:active
{
    text-decoration: underline;
}

#content ul
{
    color: #030F40;
    margin: 10px 50px;
}

#content ul li
{
    list-style-type: circle;
    list-style-position: inside;
    line-height: 1.3em;
    font-size: 0.9em;
}

#content ul li a:link, #content ul li a:visited
{
    color: #030F40;
    text-decoration: none;
}

#content ul li a:hover, #content ul li a:active
{
    color: #030F40;
    text-decoration: underline;
}

#content a:link, #content a:visited
{
    text-decoration: underline;
    color: #030F40;
}

#content a:hover, #content a:active
{
    text-decoration: none;
    color: #030F40;
}

blockquote
{
	margin: 10px 0;
    width: 630px;
    padding: 0 30px;
    color: #FFF;
}

#first_quote
{
	height: 100px;
	background: url(quote_one.png) no-repeat center;
}

#second_quote
{
	height: 60px;
	margin-bottom: -90px;
	background: url(quote_two.png) no-repeat center;
}

blockquote .quote
{
    padding-top: 10px;
    color: #FFF;
    font-style: italic;
}

blockquote .author
{
    font-size: 0.8em;
    color: #FFF;
    text-align: right;
}

dl
{
    margin: 20px 0 20px 40px;
    font-size: 0.9em;
}

dl dt
{
    margin: 20px 0 10px 0;
    font-weight: bold;
    color: #010823;
}

dl dd
{
    margin-left: 10px;
    color: #030F40;
    line-height: 1.3em;
}

#drop
{
    margin-top: 104px;
}

#content img
{
    margin: 20px auto;
    display: block;
    border: 1px solid #030F40;
}

#back
{
    text-align: right;
    padding-right: 20px;
    margin: 10px 0;
}

#back a:link, #back a:visited
{
    text-align: right;
    font-size: 0.9em;
    color: #081C6D;
    text-decoration: none;
}

#back a:hover, #back a:active
{
    text-decoration: underline;
}

.sub
{
	font-style: italic;
	font-size: 0.8em;
	margin-bottom: 15px;
}

table
{
    width: 600px;
    margin: 20px auto;
    font-size: 0.8em;
    border-collapse: collapse;
    border: #ACB8D7 1px solid;
}

table thead tr th, table tbody tr th
{
    border: #ACB8D7 1px solid;
    background-color: #2450BD;
    padding: 5px;
    color: #FFF;
}

table tbody tr td
{
    border: #ACB8D7 1px solid;
    background-color: #5572C2;
    padding: 5px;
    text-align: center;
}