﻿body
{
	margin: 0px auto; 
	background-image:url('../images/background.gif');
	color:#006666;
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
}

img
{
	border: none;
}

LI.MenuItem a  {
	color: White;
	text-decoration : none;
}


LI.MenuItem a:visited  {
	color: white;
	text-decoration : none;
}


LI.MenuItem a:active  {
	color: orange;
	text-decoration : none;
}


LI.MenuItem a:hover  {
	color : orange;
}

P
{
	font-size:x-small;
	text-align:justify;
}

P.VisitorInfo
{
	text-align:center;
	font-size:xx-small;
	color:#000080;
	font-family:Tahoma
}

P.CompanyInfo
{
	padding:0px 0px 0px 10px; 
	margin: 2px 2px 10px 2px;
	text-align:Left;
	font-size:xx-small;
	color:#000080;
	font-family:Tahoma
}

P.W3Validators
{
	padding:0px 0px 0px 10px; 
	margin: 2px 2px 10px 2px;
}

SPAN
{
	font-size:x-small;
	font-family:Tahoma
}

P.PageTitle
{
	font-size:20px;
	color:#006666;
	font-family:Tahoma;
	font-weight:bold;
}

UL
{
	list-style-type:none ;
	padding:0;
	margin:0;
}

UL LI
{
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal;
	height:19px;
	padding:4px;
	margin: 2px;
}

UL.Menu
{
	width:180px;
}

UL.Menu LI
{
	font-size:small;
	color:#000080;
	font-family:Tahoma;
	font-weight:bold;
	height:19px;
	padding:4px;
	margin: 2px;
	text-align: center;
}

UL.Menu LI.Divider
{
	background-image:url('../images/scotsman.gif');
	background-position:center 0%;
	background-repeat:no-repeat;
}

UL.Menu LI.MenuItem
{
	background-image:url('../images/tartan.gif');
}

HR.Divider
{
	padding: 0; 
	margin: 0;
	height:1px;
}

hr.breakfast
{
	width:50%; 
	color:#006666; 
	height:1px;
}

p.breakfast
{
	text-align:center; 
	margin-top: 0; 
	margin-bottom: 0;
}

div.header
{
	clear:both;
	/*width:1020px;*/
}

.outer_section
{
	width:1020px; 
	min-height:600px;
	text-align:Left;
}

div.Main
{
	float:left;
	clear:both;
	margin:0 auto;
}

div.Menu
{
	position:relative;
	float:left;
	padding: 0 10px 10px 10px;
	height: 100%;
	width: 200px;
}

div.Content
{	
	position:relative;
	float:left;
	width:790px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.Links
{
	float: right;
	border: solid 1px #006666;
	padding: 0;
	margin: 10px;
}

div.LinkHeader
{
	clear:right; 
	text-align:center; 
	padding:5px;
	background-color:#006666;
	color: White;
}

div.LinkItem
{
	clear:right; 
	text-align:center; 
	padding:5px
}

div.footer
{
	clear:both;
}

a  {
	color: blue;
	text-decoration : none;
}


a:visited  {
	color: blue;
	text-decoration : none;
}


a:active  {
	color: blue;
	text-decoration : none;
}


a:hover  {
	color : blue;
	text-decoration : underline;
}