﻿html
{
	height: 100%;
}

body
{
    background-color: #F5F4F3;
    font-family: Verdana, Serif;
    text-align: center;
	margin: 0;
	padding: 0;
    height: 100%;
}

#Splash
{
	height: 100%;
	width: 100%;
}

#Splash img
{
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Splash span
{
	display: none;
	padding: 5px;
}

#Splash a { color: #A8A8A8; text-decoration: none; }
#Splash a:Hover { text-decoration: underline; }

#Splash td
{
	text-align: center;
	vertical-align: middle;
}

#Page
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 790px;
}

h1
{
    background-image: url(Images/Logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    height: 60px;
}

h1 span
{
    display: none;
}

#Content
{
    background-color: White;
    float: right;
    font-size: 0.8em;
}

#Content-Inner
{
    padding: 22px;
    width: 598px;
}

#Footer
{
    clear: both;
}

#Navigation
{
    font-size: 0.9em;
    float: left;
    width: 140px;
}

#Navigation ul
{
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none none outside;
}

#Navigation li
{
    color: #85D7F2;
    margin-bottom: 25px;
}

#Navigation li a 
{ 
    color: #85D7F2; 
    text-decoration: none;
}

#Navigation li li
{
    padding-left: 5px;
    margin-bottom: 5px;
}

#Navigation li a    { color: #85D7F2; }
#Navigation li li a { color: #A8A8A8; }
#Navigation a:Hover { text-decoration: underline; }

.Image
{
    background-repeat: no-repeat;
    background-position: center center;
    height: 455px;
}

#Pager
{
    background-color: #F5F4F3;
    padding-top: 15px;
}

#Position
{
    background-color: #F5F4F3;
    color: #727272;
    float: left;
    width: 142px;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: center;
}

#Previous, #Next
{
    background-color: White;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    text-decoration: none;
    width: 250px;
}

#Next { background-image: url(Images/Next.png); }
#Previous { background-image: url(Images/Previous.png); }
#Next span, #Previous span { visibility: hidden; }

#Next.PlaceHolder,
#Previous.PlaceHolder
{
    background-image: none;
    background-color: #F5F4F3;
}

#Content h2
{
    margin: 0;
    margin-bottom: 3px;
    color: #85D7F2;
    font-size: 1.2em;
    font-weight: normal;
}

#Content h3
{
    color: #727272;
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
}

#Content dl
{
    color: #727272;
    margin-top: 0;
}

#Content dt
{
    float: left;
    width: 100px;
}

#Content dd
{
    margin-left: 100px;
    display: block;
}

#Content ul
{
    color: #727272;
    list-style: none none outside;
    margin-top: 0;
    padding: 0;
}

#Content img
{
    float: left;
    margin-right: 20px;
}

#Content p
{
    color: #727272;
}