﻿html 
{
	overflow: auto;
}

body
{
	margin: 0px;
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url('/web/images/background_strikes.gif'); 
	background-repeat: repeat-x;
	/*
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	*/
}

a:active, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

#all
{
	position: absolute; /* Needed for Safari */
	margin: 0px auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 1000px;
	height: 100%;/**/
	top: 0px;
	left: 50%;
	margin-left: -500px;
	text-align: left;
}

.iMenu
{
	position: absolute; 
	left: 130px; 
	top: 110px; 
	color: #000000; 
	font-size: 14px; 
	font-weight: normal;
}

#topmenu
{
	color: #000000; 
	font-size: 13px; 
	font-weight: normal;
	position: absolute; 
	top: 123px; 
	left: 270px; 
	height: 25px; 
	width: 680px;
}

#topmenu_new
{
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    margin-top: 135px;
    margin-left: 270px; 
    height: 25px;
    width: 680px;
}

.iBorderedContents
{
	position: absolute; 
	left: 10px; 
	width: 900px; 
	padding: 0px; 
	border: solid 0px rgb(156,156,156);
	color: #000000;
	
}

#sidebar
{
    position: absolute; 
    left: 1000px; 
    top: 280px;
}

#footer
{
    position: relative;
}