﻿body 
{
	font-size: small;
	font-family: Verdana;
}

H1
{
	font-size: 160%;
}

H2
{
	font-size: 130%;
}

H3
{
	font-size: 110%;
}

#outer
{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	color: #162850;
}

#header
{
	width: 100%;
}

#content
{
	width: 95%;
	text-align: center;
	margin: 25px auto 0 auto;
}

#text
{
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 0 0;
	text-align: justify;
}

#text ul
{
	margin: 20px 0 30px 50px;
	font-size: 85%;
}

#text ul li
{
	list-style: square;
	margin: 7px 0 0 0;
}

#footer
{
	width: 95%;
	font-size: 80%;
	margin: 0 0 25px 0;
}

#bottom_devider
{
	color: #162850;
	height: 1px;
}