﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #939598;
    font-size: 0.7em;
}

#body
{
    width: 900px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* 2 column layout */
#columnleft
{
	padding: 25px 0px 0px 15px;
    float: left;
    width: 450px;
    /*position: relative; */
}

#columnright

{
	padding: 10px 0px 0px 0px;
    margin-left: 450px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
    

/* A full width block on the page */

.fullwidth, #loginbanner
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

a:link
{
	color: #000000;
}
a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

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
{
    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;
}
.membercard h3
{
    font-size: 1em;
}

 #loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

#poster h2
{
    font-size: 13px;
    font-weight: bold;
    color: #50700E;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

/* Picture at the top of the site */
#poster
{
    height: 145px;
    background-color: #ffffff;
}

/* 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: 900px;
    height: 45px;
}
#navbottom
{
    margin-top: 15px;
}

#footer
{
	position:fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
    text-align: left;
}
#rightfooter
{
	position:fixed;
	bottom:0px;
	right: 0px;
    text-align: right;
}
.hidden
{
    visibility: hidden;
}
.none
{
    display: none;
}

.firstLevel
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-size: large;
}

.secondLevel
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
		text-decoration: none;
}

.thirdLevel
{
	font-weight: lighter;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
		text-decoration: none;
}