body {
    	font-family: "Trebuchet MS", /*Verdana,*/ Arial, Helvetica, sans-serif;
	    font-size: 14px;
	    text-align: center;
	    line-height: 18px;
	    color:#333333;
	    background: #FFFFFF;
}       
h1 {
        font-size: 16px;
        font-weight: bold;
        display: inline;
}
h2 {
        font-size: 24px;
        font-weight: bold;
        display: inline;
}
a:link {
        color:#333333;
        text-decoration: none;
}
a:visited { 
        color:#333333;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: none;
}
a:active { 
        color:#333333;
        text-decoration: none;
}
#pagecontainer {
        width: 760px;
        text-align: left;
        margin: auto;
		/*border: thin solid #FF0000; for debugging*/
}
#header {
        /*font-size: 24px;
		font-weight: bold;*/
        /*border: thin solid #FF0000; for debugging*/
}
#content {
        height: auto;
        margin-top: 12px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: 0px;
        padding: 10px;  
        /*border: thin solid #0000FF; for debugging*/
}
#indexcontent {
        font-size: 12px;
}
#footer {
        font-size: 10px;
        color: #666666;
        text-align: center;
        padding: 8px 0px;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto; 
        /*border: thin solid #FF00FF; for debugging*/
}
