﻿html, body
{
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: White;
}

form
{
	margin-left: auto;
	margin-right: auto;
}

br
{
	clear: both;
}

.seperator
{
	height: 1px;
	background-color: Navy;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

#top
{
	height: 100px;
	background-color: navy;
	color: White;
	line-height: 100px;
	text-align: center;
	margin-bottom: 5px;
}

#leftNav
{
	width: 18%;
	float: left;
	font-size: 12px;
}

#navPath
{
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: solid 2px navy;
	color: Navy;
}

#content
{
	padding-left: 10px;
	width: 80%;
	float: right;
}

#leftNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftNavCon
{
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.leftNavTit
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: White;
	font-size: 14px;
	background-color: Navy;
}

#leftNav ul li a
{
	color: Navy;
	text-decoration: none;
}

#leftNav ul li a:hover
{
	color: Navy;
	text-decoration: underline;
}

#bottom
{
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-top: solid 1px navy;
}

.gvHead a
{
	color: White;
}

.frame
{
	border:solid Navy 1px;
	margin-bottom:5px;
}

.title
{
	line-height:25px;
	padding-left:20px;
	font-size:16px;
	color:white;
	background-color:Navy;
}

.content
{
	padding:5px;
}
