﻿body
{
	margin-top: 0px;
	margin-left: 103px;
	background-image: url('images/background.gif');
	background-repeat: repeat;
	background-color: #cc9900;
	color: #000000;
	/*font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;*/
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: medium;
}
img
{
	border: none;
}
a img
{
	border: none;
}
a:link, a:active, a:visited
{
	color: #993300;
	text-decoration: underline;
}
a:hover
{
	color: #993300;
	text-decoration: none;
}
.error
{
	color: Red;
}
p.topnavtext
{
	font-size: smaller;
	width: 650px;
	margin-top: 0px;
}
table
{
	background-color: #cc9900;
}
table.main
{
	width: 658px;
}
td.leftedge
{
	background-image: url('images/leftedge.gif');
	background-repeat: repeat-y;
	width:9px;
}
td.rightedge
{
	background-image: url('images/rightedge.gif');
	background-repeat: repeat-y;
	width:8px;
}
td.nav, tr.nav
{
	background-image: url('images/nav/navspacer.gif');
	background-repeat: repeat-x;
}
table.body
{
	width: 630px;
}
table.rightfloat
{
	width: 308px !IMPORTANT;
	float: right;
}
ul.contact
{
	margin-top: -7px;
	margin-bottom: 0px;
}
ul.contact li
{
	list-style-type:none;
	margin-left: 30px;
}
div.form
{
	text-align:center;	
}
table.form
{
	background-color: #ffffff;
}
table.form td.label
{
	font-weight:bold;
	text-align: right;
}
table.form td.field, td.fieldcheckbox, td.button
{
	text-align: left;
}
table.form td.field input
{
	border-color: #cc9900;
	border-style: solid;
	border-width: 1px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: medium;
}
table.form td.button input
{
	border-color: #993300;
	background-color: #cc9900;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: medium;
}
td.padd0
{
	height:0px;
}
td.padd1
{
	height:1px;
}
td.padd2
{
	height:2px;
}
td.bottompadding
{
	height:15px;
}
p.logout
{
	margin-top: 1px;
	margin-right: 10px;
	text-align: right;
}

/* Footer */
p.footer
{
	margin-top: 2px;
	margin-left: 110px;
	color: #cc9900;
	font-size: small;
	font-weight:bold;
}
a.footer
{
	color: #cc9900;
	font-weight:bold;
}

/* Photo Frame */
table.photo
{
	background-color: #ffffff;
}
td.phototopleft
{
	background-image: url('images/photoborder/topleft.gif');
	background-repeat:no-repeat;
	width: 11px;
	height: 9px;
}
td.phototop
{
	background-image: url('images/photoborder/top.gif');
	background-repeat: repeat-x;
	height: 9px;
}
td.phototopright
{
	background-image: url('images/photoborder/topright.gif');
	background-repeat:no-repeat;
	width: 10px;
	height: 9px;
}
td.photoleft
{
	background-image: url('images/photoborder/left.gif');
	background-repeat: repeat-y;
	width: 11px;
}
td.photoright
{
	background-image: url('images/photoborder/right.gif');
	background-repeat: repeat-y;
	width: 10px;
}
td.photobottomleft
{
	background-image: url('images/photoborder/bottomleft.gif');
	background-repeat: no-repeat;
	width: 11px;
	height: 12px;
}
td.photobottom
{
	background-image: url('images/photoborder/bottom.gif');
	background-repeat: repeat-x;
	height: 12px;
}
td.photobottomright
{
	background-image: url('images/photoborder/bottomright.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 12px;
}