﻿/************************************************************************
* Base Controls 
************************************************************************/
html 
{
	height: 100%;
}
body 
{
	background: #c6e8f4; 
	padding: 0px; 
	margin: 0px; 
	color: #4f4d4d; 
	font: 8pt Verdana;
	text-align: center;
	height: 100%;
}
fieldset
{
	border: solid 1px white;
	padding: 10px;
}
legend
{
	font: bold 11pt Verdana;
	color:White;
}
a, a:link, a:visited, a:hover
{
	color: white; 
	text-decoration: underline
}
/**/
.Title 
{
	font-size: 16pt; 
	color: #17407e;
}
.AboutVOSSTitle
{
	font: 15pt Verdana;
	color: #17407e; 
}
.AboutVOSSContent
{
	color: #17407e;
	font: 8pt;
	line-height: 22pt;
}
.LeftTopContent 
{
	background: #c6e8f4; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 5px;
	padding-top: 15px;
	width: 60%;
}
.LeftBottomContent 
{
	background: #c6e8f4; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: #d6eef7 10px solid; 
	width: 60%;
}
.TitleBackground
{
	background-image:url('/Images/TopBanner.jpg'); 
	background-repeat:repeat-x;
}
.FooterDescription 
{
	color: #17407e;
	font: 8pt;
	padding-right: 40px;   
	float: left; 
	text-align:left;
}
.RightTopContent 
{
	background: #0099cc; 
	padding-right: 15px; 
	padding-left: 15px; 
	padding-bottom: 5px;
	padding-top: 15px;
	margin-right: 4px; 
	color: white;
	font: 8pt;
	width: 40%;
}
td.RightBottomContent 
{
	background: #0099cc; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 5px;
	padding-top: 15px;
	margin-right: 4px; 
	border-bottom: #47b5da 10px solid; 
	color: white;
	font: 8pt;
	width: 40%;
}
