body
{
	margin: 15px 0px 5px 0px;
	background-image: url(images/background.jpg);
	background-position: center top;
}

body, p, textarea, input, select, option, td, span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

hr, h1, hr
{
	color: #013070;
}

h1 {font-size: 17px;}
h2 {font-size: 14px;}

hr
{
	border-style: solid;
	border-width: 1px;
}

a:link, a:visited {color: #013070;}
a:hover, a:active {color: #0251BD;}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}
a.edit_item:hover, a.edit_item:active {color: #FF6060;}

.page
{
	width: 900px;
	text-align: left;
	background-color: #F1E0C2;
}

div.topNav, div.bottomNav
{
	background-color: #013070;
	padding: 10px;
	text-align: center;
}

table.navRow
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
	
td.topNavCell, td.bottomNavCell
{
	font-weight: bold;
	color: #A9C6EE;
	white-space: nowrap;
}
	
td.topNavSpacer, td.bottomNavSpacer
{
	width: 25px;
}
	
td.topNavSeparator, td.bottomNavSeparator
{
	width: 2px;
	min-width: 2px;
	background-color: #A9C6EE;
}

a.navLink
{
	text-decoration: none;
}

a.navLink:link, a.navLink:visited
{
	color: #FFFFFF;
}

a.navLink:hover, a.navLink:active
{
	color: #A9C6EE;
}

img.topArrow, img.bottomArrow
{
	width: 100%;
	height: 18px;
}

div.leftImage
{
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding: 3px;
	margin: 14px 0px 5px 0px;
}

img.leftImage
{
	border: 1px solid black;
}


div.caption
{
	margin-top: 0px;
	margin-bottom: 10px;
}

div.text
{
	margin: 10px;
}

div.textInclude
{
	margin: 10px 0px 10px 0px;
}

td.photos
{
	width: 173px;
	text-align: center;
}

td.telegram
{
	width: 170px;
	background-color: #FFFAE8;
	border-left: 2px solid #013070;
}

.itemPhoto
{
	border: solid 1px #796B57;
}

.noPhoto
{
	width: 150px;
	height: 150px;
	border-width: 0px;
}

table.contactTable
{
	border: solid 1px black;
	background-color: #C1D4ED;
}

td.contactHeader
{
	border-bottom: solid 1px black;
	background-color: #7094C6;
	padding: 5px 10px;
}

p.copyright
{
	font-size: 10px;
	color: #FFFFFF;
}

a.copyright:link, a.copyright:visited {color: #B6D2F8;}
a.copyright:hover, a.copyright:active {color: #DFE8F5;}

ul {margin-top: 0px;}

li {margin-top: 5px;}

.formFormat
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.labelFormat
{
	text-align: right;
	width: 32%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.slidebutton
{
	background-color: #CCCCCC;
	width: 100px;
	text-align: center;
}

.slidebuttonover
{
	background-color: #FFFFFF;
}
	
/*iframe.rte style for iframe used in WYSIWYG HTML editor */
body.rteIframe /* style for iframe used in WYSIWYG HTML editor */
{
	background-image: none; /* overrides background image for body for website */
	background-color: white; /* covers background image for html for website */
}

