/********************* START OF GENERAL FORMATTING *********************/
body
{
	font-size: 70%;
	color:#333333;
	background-color:#B7BCC3;
	margin:30px 0px 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family: verdana,helvetica,arial,sans-serif;
}
a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
h1
{
	font-size:14px;
	font-weight:bold;	
}

.greyback
{
}

.logo
{
	background-color:#ffffff;
	text-align: center;
	border: 1px solid #666666;
}
.strap
{
	background-color:#808B98;
	width:289px;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #3A3C45;
	padding: 8px;
}

h1
{
	font-size:16px;
	font-weight:bold;
	color: #E99A0A;
}

h2
{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;	
}
h3
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
.pageheader
{
	padding-right:20px;
	padding-top:20px;
	padding-bottom:5px;
}
.strapheader
{
	padding-top:5px;
	padding-left:5px;
}

.centrecol
{
	background-color:#1CACFB;
	width:18px;
}
.menu
{
	width:190px;
	margin:0px;
	background-color:#64676B;
	font-size:12px;
	font-weight:bold;
	padding:20px 0px;
	list-style-type: square;
	line-height: 25px;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #494B4E;
}
.menupadding
{
	height:20px;
}
.content
{
	width:500px;
	background-color:#2A426E;
	padding:20px;
	font-size:11px;
	line-height:1.5;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #000000;
	color: #CCCCCC;
}

.footermenu
{
	font-size:9px;
	background-color:#2A426E;
	padding-right:20px;
	border: 1px solid #000000;
	color: #999999;
}

.mainlink
{
	color:#CCCCCC;
	text-decoration: none;
}
.mainlink:hover
{
	color:#FFFFFF;
}

.imageborder
{	
	border-style: solid;
	border-width: 1px;
	border-color:#999999;
}
.tableback
{
}
.reflectioncell {
	background-image: url(images/reflect.jpg);
	background-repeat: no-repeat;
	height: 92px;
	background-position: center top;
}
.credit {
	background-color:#ffffff;
	text-align: center;
	border: 1px solid #666666;
}
.formcell {
	padding:3px;
	font-size:11px;
	line-height:1.5;
	color: #CCCCCC;
}

