body 									{ font:12px/16px Arial; color:#333333; text-align:center; background:#3f444a; }

h1,
h2,
h3,
h4 										{ font-weight:normal; }

h1 { font-size: 1.4em; margin-bottom:1.3em; border-bottom:1px solid #e0e0e0; padding-bottom:0.4em; }
h2 { font-weight:bold; margin-bottom:1.3em; }
h3 { font-weight:bold; margin-bottom:1.3em; color:#ffffff; background-color:#ab2524; padding:5px; }

#wrapper 							{ margin:60px auto; margin-top:0; width:720px; text-align:left; min-height:500px; background:#ffffff url(../images/sidebar.png) repeat-y top left; }

#header { position:relative; margin:50px auto; margin-bottom:0; width:720px; }

#sidebar { float:left; width:230px; background-color:#eeeeee; }
#content { margin-left:240px; text-align:left; padding:30px 20px 20px 20px; } 							
#content p { margin:10px 0; white-space: pre-wrap; }

#content a:link											{ color:#ab2524; text-decoration:underline; }
#content a:visited									{ color:#ab2524; text-decoration:underline; }
#content a:active										{ color:#000000; text-decoration:none; }
#content a:hover										{ color:#000000; text-decoration:none; }


#menu 								{ width:190px; margin:20px; background:#ffffff; padding:10px 0; }
#menu li { padding:0 10px; }
#menu a 							{	display:block; text-decoration:none; color:#333333; border-bottom:1px solid #e0e0e0; padding:5px; }
#menu a.active 				{ color:#ffffff; background-color:#ab2524; }
#menu a:hover.active 	{ color:#ffffff; }
#menu a:hover 				{	color:#ab2524; }


img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}



#supersized{
	    position:fixed;
	    
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:100%;
	    width:100%;
	    position:absolute;
	    z-index: -1;
	}
	
	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}

.list th { text-align:left; font-weight:bold; font-size:11px; padding:5px 10px 0 0 }
.list td { text-align:left; font-size:11px; padding:5px 10px 0 0; }

