﻿body
{
    background-image: url(images/watzbkgd.gif);
}

#copyright
{
	font-size: xx-small;
	font-family: Arial;
	padding: 10px;
}
A
{
    font-weight: bold;
    color: #ff8c00;
    font-family: Verdana, Georgia, 'Franklin Gothic Medium';
}

.container
{

	text-align: center;
	margin-top: 10px;
}

.container table
{ 
margin-left: auto;
margin-right: auto;
margin-top: 10px;
padding-top: 10px;
text-align: center;
}


/* Main part of the page that holds contents */
#body
{
    width: 720px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 230px;
	margin-left: 8px;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
    font-family: Verdana, Arial;
    font-size: 9pt;
}

 .rightblock
{
	border: 1px solid #DBDB79;
	padding: 20px;
	margin-bottom: 10px;
	background: #ffffff url(images/background_columnright.gif) repeat-y;
	position: relative;
	width:420px;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: left;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}


.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 10pt;
}

.rightblock h3
{
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* all the legend tags use this same style */

legend
{
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
    padding-left: 4px;
    padding-right: 4px;
	padding-top: 4px;
    margin-bottom: 7px;
}

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}

/* sometimes we hide elements from display in visual browsers (but leave them in the source for non visual browsers and for accessibility) */

.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}