/*
SaToSS layout

*/

/* 
The general site structure:
 - A wrapper containing the header, the content and a special "Push" div
 - The footer div
*/

/*layout for the main site components */
body {
	text-align: center;
	margin: 0;
	padding:0;
	font-family:arial,sans-serif;
	font: 12px/1.5 arial,  sans-serif;
	background-color:#D9D9D9;	
	height:100%; 
}

.wrapper {
	width: 1000px;
	text-align: left;
	background-color:white;
}

.header {
	width: 1000px;
/* 	height: 30px; */
	vertical-align: bottom;
}

.footer {
	width: 1000px;
	margin: 0 auto;
	background-position: bottom;
}

/*layout for the header */

#headertext {
	text-align: center;
	padding: 0px 0px 20px 0px;
}

#headertext p {
    color: #848484;
    font-style: italic;
    font-weight: bold;
    font-size: large;
    padding-top: 0.5em;
}

#headertable {
    width: 70%; 
    margin-left: 15%; 
    margin-right: 15%;
    padding: 0px;
}

#headertable td {
    text-align: center;
    vertical-align: middle;
}
#textrtable {
    width: 90%; 
    margin-left: 5%; 
    margin-right: 5%;
}

#texttable td {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    border-left:solid 40px transparent;   
}
/*layout for the navigation bar (the gray horizontal bar)*/
#bar {
    background-color: #848484;
    padding: 5px 0px 3px 0 ;
    margin-bottom: 30px;
}

#nav {
    color: white;
    padding: 0px 0px 0px 210px ;
    font-size: 7pt;
}

#nav a {
        color:white;
        text-decoration:underline;
}

#nav a:hover {
	text-decoration: underline overline;
}


/*layout for the left menu */
li.menuitem:hover{
	text-decoration: underline;
}

div#menu {
    float: left;
    width: 210px;
    padding: 20px 0px 0px 0px;
}

div#leftpic{
    float: left;
    width: 210px;
    margin-top: 10px;
    clear: left;
	padding-left: 0px;
    font-size: x-small;
}

div#leftpic a:hover{
    text-decoration: none;
}
div#leftpic p {
    text-align: center;
}
div#leftpicheader{
    color:#848484;
    font-weight:bold;
    text-align: center; 
    font-size: 14px;
}

.menuitem a {
        color:#848484;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

.menumainpage a {
        color: #01A8DC;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        width:150px;
        font-size: 14px;
}

/* a special class for the menu item which is the active page */
.nodecomenu{
        color:black;
        font-weight:bold;
        font-size: 14px;
}
li.nodecomenu{
        color:black;
}


/* layout for the real content of the page */
div#textcontent {
    width: 720px;
    margin-left: 220px;
}

#content {
    height: 100%;
}

p {
    padding: 0px 20px 10px 0px;
}

/*markup for links header and img elements */
a {
        color: #01A8DC;
        text-decoration:none;
}

#textcontent a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6,h7,h8{
        color:		#848484;
        font-weight:	bold;
	padding-top:	1em;
}

#headersub h1 {
	font-size: x-large;
}

h1.first,h2.first,h3.first,h4.first,h5.first,h6.first,h7.first,h8.first{
	padding-top:	0em;
}


img{    border: 0px;}

ul{
        padding: 0px 0px 10px 0px;
        margin-left: 20px;
}

td {
	vertical-align:	top;
}




/*layout for the footer */
.footer p {
	padding: 10px 0 0 0px;
	color: #848484;
        font: 0.8em arial,sans-serif;
}

.footer a{
        color: #848484;
	text-decoration:none
}


/* some special CSS rules for the member page with the images...*/
div.member{
	width: 200px;
	text-align: center;
}

.member img{
	border:0.5mm solid #848484;
}

.member img:hover {
	border: 0.5mm solid #01A8DC;
}

.floatleft, .startleft {
	float:	left;
	margin-right:	40pt;
}

.startleft {
	clear:	left;
}


/*special class for emailaddress obfuscation */
.removeme {
  display: none; 
}


h2,h3 {
        border-bottom-color: #01A8DC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.no {
	text-decoration: line-through;
}

.yes {
	font-weight: bold;
}

.maybe {
	font-style: italic;
}

.updated {
	color: red;
}
