﻿body 
{
	background-color: #1E90FF;	
	font-family: Verdana, Arial;
}  

div.tagline
{
	padding: 5px;
	font-weight: bold;
}

div.container
{
	width: 702px;
	margin-left: auto;
	margin-right: auto;
}

div.header
{
	border-left: solid 1px black;
	border-right: solid 1px black;
}

div.clearer
{
	clear: both;
	font-size: 0pt;
}

div.footer 
{
	
}

div.main 
{
	border: solid 1px black;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/* min-height hack for IE support */
}

div.fleft
{
	float: left;
}

div.fright
{
	float: right;
}

img.logo
{
	width: 400px;
}

div.logo
{
	text-align: center;
	vertical-align: middle;
}

div.buttons
{
}

div.button
{
	border: solid 1px black;	
	border-collapse: collapse;
	width: 173px;
	float: left;
	text-align: center;
}

div.button a
{
	background-color: #1E90FF;
	text-decoration: none;
	color: White;
	display: block;
	width: 100%;
}

div.button a:hover
{
	background-color: #9999FF;
}

div.maininfo
{
	float: left;
	width: 150px;		
	height: 100%;
	text-align: center;
}

div.maininfo div.title
{
	font-weight: bold;
	padding-top: 15px;	
}

h1
{
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}

div.mainmain
{
	border-left: solid 1px black;
	margin-left: 150px;
	padding: 10px;
	background-color: #3EA0FF;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	/* min-height hack for IE support */
}

.sitemapnodes
{
	font-size: 80%;
	margin: 5px;
}

div.editcontrols
{
	border: solid 1px black;
	margin: 5px;
	padding: 2px;	
}

div.galleryitem
{
	float: left;
	margin: 5px;
	text-align: center;
}