	body {
        margin: 0;
		padding: 10px;
		
		font-size: 1em;
		background-color: #EBF2D5;
		text-align: center;
    }	
	a,
    a:link{
        text-decoration: none;
		font-weight: bold;
		color:#590038;
    }
    a:active {
        text-decoration: underline;
		font-weight: bold;		
        color:#590038;
    }
    a:visited {
        color:#AECEB6;
		font-weight: bold;		
    }
    a:hover {
        text-decoration: underline;
        color: #AECEB6;
		font-weight: bold;		
        /*background-color: #99CC99;*/
    } 
	
	a.header,
    a.header:link{
        text-decoration: none;
		font-weight: bold;
		color:#590038;
    }
    a.header:active {
        text-decoration: underline;
		font-weight: bold;		
        color:#590038;
    }
    a.header:visited {
        color:#590038;
		font-weight: bold;		
    }
    a.header:hover {
        text-decoration: underline;
        color: #590038;
		font-weight: bold;		
        /*background-color: #99CC99;*/
    } 	
	
	a.footer,
    a.footer:link{
        text-decoration: none;
		font-weight: bold;
		color:#590038;
    }
    a.footer:active {
        text-decoration: underline;
		font-weight: bold;		
        color:#590038;
    }
    a.footer:visited {
        color:#590038;
		font-weight: bold;		
    }
    a.footer:hover {
        text-decoration: underline;
        color: #590038;
		font-weight: bold;		
        /*background-color: #99CC99;*/
    } 
	
	img.framed {
		border: 1px solid #590038;
		padding: 3px;
		}	
	
div#container
{
width:930px;
/*margin:0px;*/
margin-left:auto;
margin-right:auto;
border:1px solid #590038;

background-color: #F1F9FB;
color: #333333;
/*text-align: left;*/

}
div#header
{
padding:0.5em;
color: #590038;
background-color: #AECEB6;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
height:140px;
}
h1#header
{
font-size: 1em;

padding:0;
margin:0;
}
div#footer
{
padding:0.5em;
font-family:Arial, Helvetica, sans-serif;
font-size:0.7em;
color: #F1F9FB;
background-color: #AECEB6;
text-align:left;
}
div#left
{
float:left;
width:270px;
margin:0;
padding:1em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 0.8em;
line-height: 140%;
text-align:left;
}
div#content
{
margin-left:300px;
border-left:1px solid #590038;
padding:1em;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 140%;
text-align:left;
white-space: wrap;
}

div#board {
	}
	
div#board_data {
	display: inline-block;
	margin-left: 600px;
	font-size: 0.8;
	}	
	
td.small {
	font-size: 0.8em;
	}
	
p.small {
	font-size: 0.8em;
	}

h2 {
	font-weight: bold;
	font-size:18px;
	line-height: 1.5em;
	}

h4 {
	margin-bottom:-12px;
	border-bottom: 1 solid #CCCC99;	
	font-weight: bold;	
	}
	
/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

/* accessibility */
     span.accesskey {
         text-decoration: none;
     }
     .accessibility {
         position: absolute;
         top: -999em;
         left: -999em;
     }
/* end accessibility */


/* NAV */
    div#nav {
/*        font-size: 0.8em;*/
        font-size: 16px;
		/*text-align:center;*/
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper {
        position: absolute;
        top: 140px;
		/*left: 10px;
        bottom: 0;*/
        width: 930px;
    }
    div#nav ul {
        /*width: 930px; */
        margin: 0;
        padding: 0;
        line-height: 1em;
        list-style: none;
		
    }
    div#nav li {
        float: left;
        display: inline;
        /*width: 103px;*/
        margin: 2px;
        padding: 0;
        
        list-style: none;
        
        line-height: 1em;
        /*border-right: 1px solid #aaa;*/
		/*border-right: 1px solid #333333;*/
    }
    div#nav li.last {
        border-right: none;
    }
    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        margin: 2px;
        padding: 5px 10px 5px 10px;
        /*font-weight: bold;*/
        text-decoration: none;
        
        /*color: black;*/
		color: #590038;
        /*background: #ddd;*/
		/*background: #ccccff;*/
		/*background: #CCCC99;*/
    }
    div#nav a:hover {
        background: #F1F9FB;
    }
    div#nav strong {
        display: inline-block;
        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
        color: #590038;
        /*background: black;*/
		/*background:#999933*/
		background: #F1F9FB;
    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {
       color: #590038;
       /*background-color: black;*/
	   background: #F1F9FB;
	   font-weight: bold;

    }
/* END NAV */

