div.container
{
	width: 100%;
	margin: 0px;
	border: 2px solid #B596C4;
}

div.header
{
	color: #666666;
	background-color: #B596C4;
	clear: left;
	text-indent: 1cm;
}

div.menu
{
	float: left;
	width: 192px;
	margin: 0;
	padding: 0;
	background-color: #B596C4;
	font-family: Arial;
	font-size: 100%;
}

div.content
{
	margin-left: 190px;
	border-left: 2px solid #B596C4;
	padding: 2em;
}


h1.header
{
	padding: 0;
	margin: 0;
}

ul.menu
{
	float: left;
	background-color: #B596C4;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

li
{
float: left;
width: 80%;
}


a.menu
{
	float: left;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #B596C4;
	padding: 0;
	text-indent: 10px;
	line-height: 200%;
}

a.menu:hover
{
	color: #B596C4;
	background-color: #666666;
}

p.center
{
	text-align: center;
}

span.center
{
	text-align: center;
}

h1.title
{
	text-align: left;
	font-family: Arial;
	font-size: 150%;
	font-style:bold;
	color:#333333;
}

h2.title2
{
	text-align: left;
	font-family: Arial;
	font-size: 100%;
	font-style:bold;
	color:#B596C4;
}

h3.title3
{
	text-align:center;
	font-family: Arial;
	font-size: 100%;
	font-style:bold;
	color:#B596C4;
}

h4.title4
{
	width:75%;
	text-align:center;
	font-family: Arial;
	font-size: 100%;
	font-style:bold;
	color:#B596C4;
}

.frontbody
{
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	text-align:justify;
}

.body
{
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	width:75%;
	text-align:justify;
}
.bodycntr
{
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	width:100%;
	text-align:center;
	padding-left: 90px;
}

.bodycntr2
{
	font-family: Arial;
	font-size: 100%;
	color: #333333;
	width:75%;
	text-align:center;
	padding-left: 0px;
}
p.copy
{
	font-family: Arial;
	font-size: 75%;
	color: #B596C4;
	width:75%;
	text-align:left;
}
p.smallfont
{
	font-family: Arial;
	font-size: 75%;
	text-align:right;
	color:#333333;
}

.smallfront
{
	font-family: Arial;
	font-size: 75%;
	text-align:right;
	color:#333333;
}

.highlight
{
	font-family: Arial;
	font-size:105%;
	color:#B596C4;
}


.italic
{
	font-style: italic;
}

img.centerimg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.rightlogo
{
	display: block;
	margin-top:auto;
	float:right;
	size:100%;	
}

.footbar
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}

.balloon
{
	display: block;
	margin-top:auto;
	float:right;
	size:100%;	
}