/*----- Main Section -----*/
body {
	background-image: url(../images/BG.png);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.red {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 0px 5px;

}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

.toRight {
	text-align: right;
}

.WFont {
	color: #FFFFFF;
}
/*----- Main Section -----*/

.THide {
	visibility: hidden;
}


.UnderConstruct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color: #FFFF99;
	color: #666666;
}


.bgGrey {
	background-color: #E5E5E5;
}


.bgCyan {
	background-color: #7DE6FF;
}

.bgRed {
	background-color: #FFCC99;
}

.bgGrn {
	background-color: #66CC99;
}

#SideMenu {

}


#SideMenu ul {
	width: 145px;
	list-style-type: none;
	margin: 3px;
	padding: 0px 0px;

	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#DFDFDF);
	background-color: #FFFFFF;
}

#SideMenu ul li {
	text-indent: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: "Segoe UI", Arial, Tahoma;
	font-size: 12px;
}
#SideMenu   ul   li a {
	display: block;
	cursor: Pointer;
	text-decoration: none;
	color: #000000;
	text-align: left;
	padding: 0.5em 0.5em;

}
#SideMenu  ul  li a:hover {
	color: #FFFFFF;
	background-color: #003366;

}
