﻿
*
{
	margin:0px;
	padding:0px;
}


ul
{
	margin-left:25px;
}

p
{
	margin-bottom:10px;
}

.quote
{
	padding-top:0px;
	border:1px solid #694321;
	text-align:center;
}

.quote a
{
	color:#aaa;
}

.underline
{
	border-bottom:2px solid #fff;
	font-size:10pt;
	font-weight:bold;
	color:#fff
}

.center
{
	text-align:center
}

.title
{
	font-weight:bold;
}

a
{
	text-decoration:underline;
	color:#fff;
}

h1
{
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}

h2
{
	color:#fff;
	background-color:#ac2800;
	font-size:10pt;
	font-weight:bold;
	margin:0px;
}

h6
{
	font-size:7pt;
	text-align:center;
	font-style:italic;
	font-weight:normal;
}

body
{
	font-family: verdana,tahoma,arial;
	font-size: 10pt;
	color: #1B2641;
	background: #a8c4fb url('images/bg.jpg') repeat-x top;
	text-align: justify;
}

#page
{
	width: 780px;
	margin: 0px auto 20px auto;
}

#header
{
	background-image: url('images/header.jpg');
	width: 780px;
	height: 220px;
}

#menu
{
	background-image: url('images/menu.jpg');
	background-repeat: repeat-x;
	background-color: #a89ba0;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
}

#menu ul
{
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
}

#menu li
{
	display:inline;
}

#menu li a
{
	margin-right:20px;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	color:#552f03;
}


#text
{
	margin: 0px 20px 20px 20px;
	padding-top:10px;
}

#text ol
{
	margin-left:35px;
}

#text table tr td
{
	padding:5px;
	vertical-align:top;
}

.pic
{
	text-align:center;
	margin-top:25px;
}


#footer
{
	font-size:8pt;
	background-color:#a89ba0;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}














