﻿H1
{
	font-size: 120%;
	margin-bottom: 25px;
}

p
{
	font-size: 80%;
	text-align: justify;
	margin-bottom: 15px;
	height: 1%;
}

#outer
{
	width: 90%;
	padding: 15px 5%;
	text-align: center;
}

#left
{
	float: left;
	width: 30%;
	background-color: #24458B;
}

#right
{
	float: right;
	width: 69%;
	margin: -15px 0 0 0;
}

#left_c
{
	color: #091123;
	width: 90%;
	padding: 10px 5%;
}

#right_c
{
	width: 80%;
	padding: 0 10%;
}

.title
{
	font-weight: bold;
	font-size: 80%;
}

.comment
{
	font-style: italic;
	font-size: 75%;
	text-align: justify;
	margin: 15px 0 0 0;
}

.sig
{
	font-style: italic;
	font-size: 75%;
	text-align: right;
}

.nomove
{
	height: 1%;
}