﻿body
{
	font-family: Verdana;
	font-size: 10pt;
	background-attachment: scroll;
	background-image: url(Images/back.gif);
	background-repeat: repeat;
}

.Content
{
	font-family: Verdana;
}

.BoxHeader
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 12pt ;
	background-color: #dfe9fa;
}

.NewsBoxHeader
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 12pt ;
	background-color: #dfe9fa;
}

.BoxContent
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}

.NewsBoxContent
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
}

.NewsDateTime
{
	font-size: 8pt;
}

.imageLineEditor
{
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	position: static;
	border-style:none;
	border-top-style: none;
	border-right-style:	none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
}

.imageLink
{
	border-width:0px;
}

.outlineDiv
{
	margin-left:auto;
	margin-right:auto;
	width:1050px;	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-width:1px;	
	background-color: #dfe9fa;
}

.logo
{
	text-align:left;
	background-color: #333D56;
}

.left
{
	width: 200px;
	height: 300px;
	float: left;
	position: relative;
	background-color: #dfe9fa;
}

.scrolling
{
	background-color: #dfe9fa;
	border-bottom-color: white;
	border-bottom-style: solid;
}

.right
{
	width:200px;
	height:50px;
	float:right;
	position:relative;
	background-color: #dfe9fa;
}

.content
{
	position:relative;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:3px;
	margin-top:0px;
	background-color:Yellow;
	min-height:300px;
	background-color: #ffffff;
	padding:5px;
	font-size: 10pt;
}

.footer
{
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	width:1050px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #cccccc;	
}


