﻿/* Set the site defaults */
*
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"arial narrow";
	font-size:12pt;
	color:white;
	border-width:0px;
	list-style-position:inside;
	list-style-type:none;
	text-decoration:none;
}
a:hover
{
	color:Red;
}
body
{
	width:800px;
	margin:0px auto;
}

/* Page background */
div.content
{
	background-image:url("images/background.jpg");
	background-repeat:repeat;
}

/* Headers */
div.header
{
	background-image:url("images/header.gif");
	width:800px;
	height:112px;
}
div.headercontent
{
	text-align:left;
	line-height:30px;
	background-image:url("images/bar.jpg");
	font-size:16pt;
	font-family:"ARIAL NARROW";
	width:800px;
	height:30px;
	overflow:hidden;
}

/* Menus */
div.menu
{
	padding-top:10px;
	width:800px;
	background-color:white;
}
table.menu
{
	width:800px;
	margin:0px auto;
	text-align:center;
}
tr.menu
{
	width:800px;
}
td.menu
{
	width:100px;
}
img.menu
{
	width:98px;
}
img.menu:hover
{
	width:98px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity:.7;
}
a.menu
{
	font-size:8pt;
	color:black;
}
a.menu:hover
{
	color:Red;
}

/* Page layouts */
div.title
{
	text-align:center;
	color:white;
	font-size:14pt;
	font-weight:bold;
	font-family:"ARIAL NARROW";
}
div.body
{
	margin:0px 10px 0px 10px;
	text-align:justify;
	color:silver;
	font-size:12pt;
	font-family:"ARIAL NARROW";
}
span.highlight
{
	font-weight:bold;
}

/* Footer */
div.footer
{
	clear:both;
	border-top:solid 1px silver;
}
a.copyright
{
	color:silver;
	font-size:7pt;
	text-align:right;
}
a.copyright:hover
{
	color:Red;
	font-size:16pt;
}
div.left
{
	float:left;
}
div.right
{
	float:right;
}
div.notice
{
	color:black;
	font-size:24pt;
	margin:0px auto;
	width:600px;
	text-align:center;
}
