body {
    	font-family: /*Helvetica, "Trebuchet MS", *//* Verdana,*/ Arial, 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;
}
h3 {
        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: #0000FF;
        text-decoration: none;
}
a:active { 
        color:#333333;
        text-decoration: none;
}
#pagecontainer {
        width: 960px;
        text-align: left;
        margin: auto;
		/*border: thin solid #FF0000; for debugging*/
}
#header {
        /*font-size: 24px;
		font-weight: bold;*/
        /*border: thin solid #FF0000; for debugging*/
		padding:15px;
		padding-bottom:15px;
		margin: 20px;
		color:#000000;
		background: url("images/headerbackground-grey.png");
		}
#content {
        width: 760px;  
        height: auto;
        margin-top: 12px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: 100px;
        padding: 10px; 
		/*border: thin solid #0000FF; for debugging*/
}
#indexcontent {
        font-size: 18px;
		font-weight: bold;
		line-height: 150%;
}
#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*/
}


