/* #5B1E1E url(images/background_main.jpg) */

#front
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FF0000 url(images/background_tiles.gif) repeat center top;
    font-size: 0.7em;
    height:100%;
    text-align:center; /* IE6 Fix */ 
}
#main
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #FFFFFF url(images/background_main.gif) repeat-y center top;
    font-size: 0.7em;
    text-align:center; /* IE6 Fix */
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
    margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

h2
{
    color: #003399;
    font-size: 18px;
}

.leftblock h2, .rightblock h2, .allblock h2
{
    font-size: 1.6em;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/
/*Front Page Panel*/
#fpage a:link
{
    color: #FF0033;
}
#fpage a:visited
{
    color: #FF0033;
}
#fpage a:hover
{
    text-decoration: none;
    color: #006699;
}
#fpage a:active
{
    text-decoration: none;
    color: #000000;
}

#fpage
{
    
    /*width:350px;*/
    width:880px;
    text-align: center;
    position: relative;
    /*border: 8px solid #0033CC*/
}

/* Website Contents*/
#textarea
{
    /*background: #FFFFFF none repeat scroll;*/
    margin-right: auto;
    margin-left: auto;
    width: 725px;
    text-align:left; /* IE6 Fix */
}

/* Picture at the top of the site */
#poster
{
    background: url(images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 155px;
    margin-top: 17px;
}

/* Navigation strips */
#navtop, #navbottom
{
    background: url(images/background_nav_main.gif) repeat-x;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #0033CC;
}



/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
}

#columnall
{
    float: left;
    width: 724px;
}

#columnright
{
    margin-left: 245px;
}

.leftblock
{
    border: 1px solid #4167B1;
    padding: 15px;
    margin-bottom: 10px;
    background: #6DCFF6;
    vertical-align: top;
    font-size: 12px;
}

.leftblock b
{
	font-size: 15px;	
}

.allblock
{
    border: 1px solid #4167B1;
    padding: 15px;
    margin-bottom: 10px;
    background: #6DCFF6;
    vertical-align: top;
}

.allblock table
{
  width:700px;
}

 .rightblock
{
    border: 1px solid #4167B1;
    padding: 15px;
    margin-bottom: 10px;
    background: #6DCFF6;
    position: relative;
    width:446px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #3366CC;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

#sponsor td
{
	padding:5px;
	vertical-align:middle;
	text-align:center;
}

.transON
{
	background-color: #33CCFF;
}

.transOFF
{
	background-color: #6DCFF6;
}

.reportHeader
{
	text-align:center;
	font-size: 20px;
	padding-top: 10px;
}

.reportText
{
	font-size: 15px;
	padding: 10px;
	text-indent: 20px;
	line-height: 20px;
}

/************************************************************************
* 
* Global formatting
*
************************************************************************/

/* apply zero margin to all forms and hide fieldset borders. Keep fieldset borders in the markup for better accessibility */

form
{
    margin: 0px;
}

/* 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;
}

table
{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	
}

td
{
	padding: 2px 2px 2px 2px;
}

td a
{
	font-size:1em;
}

/************************************************************************
* 
* Forms
*
************************************************************************/

/* label column */
.formlabel
{
    width:120px; 
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}


/************************************************************************
* 
* Photo Gallery
*
************************************************************************/

#photo * {
 margin: 0px;
 padding: 0px;
}

#photo h1 {
 font: bold 16px Arial, Helvetica, sans-serif;
 text-align: center;
}

#photo p {
 margin: 15px 0;
 font: 12px Arial, Helvetica, sans-serif;
 text-align: center;
}

#photo a {
 color: #000080;
 font-size: 15px;
 font-family: arial;
 text-decoration: none;
}

#photo a:hover {
 color: #FF0000;
}

#photo hr
{
 margin: 2px;
}

#photo #container {
 margin: 0 auto;
 width: 100%;
}

#photo .pg {
 width: 100%;
 list-style: none none;
}

#photo .pg:after {
 clear: both;
 display: block;
 content: ".";
 height: 0px;
 visibility: hidden;
}

#photo .pg li {
 list-style: none none;
 display: inline;
}

#photo .pg li a:hover {
 font-size: 100%;
 z-index: 2;
}

#photo .pg li a img {
 border: 2px #000 solid;
 position: absolute;
 height: 100px;
}

#photo .pg li.s1 a img{
 width: 133px;
}

#photo .pg li.s2 a img{
 width: 66px;
}

#photo .pg li a:hover img {
 height: 150px;
 left: -30px;
 top: -20px;
 z-index: 1;
}

#photo #IEroot .pg li a:hover img {
 left: 30px;
 top: -25px;
}

#photo .pg li.s1 a:hover img {
 width:200px;
}

#photo .pg li.s2 a:hover img {
 width:100px;
}

#photo .pg li a {
 position: relative;
 float: left;
 display: block;
 height: 100px;
}

#photo .pg li.s1 a {
 width: 133px;
 margin: 24px;
}

#photo .pg li.s2 a {
 width: 66px;
 margin: 28px;
}

#photo #IEroot .pg li.s1 a {
 margin: 15px;
}

#photo #IEroot .pg li.s2 a {
 margin: 15px;
 padding-left: 30px;
}

#photo img
{
  border:0px;
}