﻿body
{
	background-image: url(/Misc/body-background.jpg);
	background-repeat: repeat-x;
	font-family: tahoma, sans, sans-serif, arial;
    font-size: 11px;
    text-align: justify;
    color: #06105b;
    height: 702px;
    top: 50px;
    margin-top: 8px;
}

h1                                  
{
    font-size: 20px;
    color: #06105b;
    padding: 0;
    margin: 0;
}

h2
{
    font-size: 11px;
    font-weight: bold;
    color: #212121;
    padding: 0;
    margin: 0;
}

a
{
    text-decoration: none;
    color: #06105b;
}

a:hover
{
    text-decoration: underline;
    color: #06105b;
}

input, textarea, select
{
    font-family: tahoma, sans, sans-serif, arial;
    font-size: 11px;
    color: #06105b;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
}

.introSection
{
    float:left;
	text-align: center;
	height: 20px;
	width: 915px;
	margin: 10px 0 10px 0;
	padding-top: 4px;
	background-image: url(/Misc/marked-background.jpg);
}

.contentSection
{
	padding: 0 10px 0 10px;
}