﻿body 
{
    margin: 0;
    line-height: 1.4;
    background-image: url(images/BackgroundTile.jpg); 	background-repeat: repeat-x;/**/
	background-color: #767676; /* 2b231f 66D5AE background-image: url(../images/header_one.jpg); 	background-repeat: repeat-x;*/
	color: #595959;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 12px;
	text-align: center;
}
h1, h2
{
    font-size: 18px;
}
.img
{
    border: none;
}
#contentwrap, #footer, #header, #headerwrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	min-width: 900px;
	text-align: left;
}
#header
{
    /*width: 100%;*/
	background-color: #fff;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	text-align: left; 
	/*height: 100px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;*/
	margin-bottom: 5px;
	margin-top: 2px;
}
#footer
{
    display: block;
    position: relative;
    clear: both;
    color: Silver;
}
#contentwrap
{
    background:#c7e6f1; /*url(images/lowfadesmall.jpg) repeat-x -1px 0*/
	padding-top: 10px;
}
#content
{
    background-color: #c7e6f1; /* d7edf4; */
    display: block;
	position: relative; /*padding-left: 20px; */
	padding: 0px 50px 0 50px;
	width: 800px; 
	min-height: 500px; /* sets min height for modern browsers */
	height: auto !important; /* lets the browser grow the block */
	height: 500px; /* IE6 and earlier fix */
	clear:both;
}
#innercontentwrap
{
    display:block;
}
#contentleft
{
    display:block;
    position: relative;
    float:left;
}
#contentright
{
    float:right;
    display:block;
    position: relative;
    padding: 10px;
    width: 700px;
    text-align: right;
}
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.column
{
	position: relative;
	float: left;
	display: block;
}
#menutop
{
	background-color: #c7e6f1;
	padding: 10px 0 10px 0;
	display: block;
	position: relative; /*margin: 2px 20px 0px 20px;     page-break-after:always; */
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	/*width: 900px;
	min-width: 900px;*/
	text-align: left; /*min-width: 600px;*/
}
#menutop div
{
	width: 75px;
	text-align: center;
}

.pictureContainer
{
    /*height:600px;*/
    margin-top:20px; 
    margin-left:auto; 
    margin-right:auto; 
    border: solid 8px black; 
    width:468px; 
    height:701px; 
    background:#000000;
}
div.menutop_on
{
	display: block;
	margin: 0 0 0 10px;
	background: #9e0f09; /* bf8b51 c89b6a 58ad25 708b52 */  
	position: relative;
	float: left;
}
div.menutop_off
{
	display: block;
	background: #F2F2F2; /* e6f8da F2F2F2 */
	margin: 0 0 0 10px;
	position: relative;
	float: left;
	/*border: solid 2px #9e0f09;*/
}
div.menutop_on a
{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
div.menutop_off a
{
	display: block;
	color: #9e0f09; /*708b52 */
	text-decoration: none;
}
div.menutop_off a:hover
{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #9e0f09;
}
div.menutop_on b.btop, div.menutop_on b.btop b, div.menutop_on b.bbot, div.menutop_on b.bbot b
{
	display: block;
	height: 4px;
	font-size: 1px;
	background-image: url(images/nav_2L_on.png);
	background-repeat: no-repeat;/**/
}
div.menutop_off b.btop, div.menutop_off b.btop b, div.menutop_off b.bbot, div.menutop_off b.bbot b
{
	display: block;
	height: 4px;
	font-size: 1px;
	background-image: url(images/nav_2L_off.png);
	background-repeat: no-repeat;/**/
}
div.menutop_off a:hover b.btop, div.menutop_off a:hover b.btop b, div.menutop_off a:hover b.bbot, div.menutop_off a:hover b.bbot b
{
	display: block;
	height: 4px;
	font-size: 1px;
	background-image: url(images/nav_2L_on.png);
	background-repeat: no-repeat;/**/
}

b.btop b
{
	background-position: 100% -4px;/**/
}
b.bbot
{
	background-position: 0 -8px;/**/
}
b.bbot b
{
	background-position: 100% -12px;/**/
}
.menutop_off .t, .menutop_off .b, .menutop_off .l, .menutop_off .r, .menutop_off .t, .menutop_off .b, .menutop_off .l, .menutop_off .r
{
	display: block;
	background-image: url(images/edit_off_outlinetile_r2.png);
}
.menutop_off:hover .t, .menutop_off:hover .b, .menutop_off:hover .l, .menutop_off:hover .r
{
	display: block;
	background-image: url(images/edit_on_outlinetile.png);
}
.t
{
	background-position: 0 0;
	background-repeat: repeat-x;
}

.b
{
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.l
{
	background-position: 0 0;
	background-repeat: repeat-y;
}

.r
{
	background-position: 100% 0;
	background-repeat: repeat-y;
}
span.menutopspan
{
	padding: 4px 4px 4px 4px;
}
.watermark
{
	color: Gray;
	font-style: italic;
}

.bottom_pad
{
    margin-bottom:10px;
}
div.validationsum
{
}