body  {
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666666;
	background-image: url(new/background.gif);
	margin: 0;
	font-family: Tahoma, Geneva, Arial;
	font-size: 14px;
}

A:visited  {
	color: #3333FF;
	text-decoration: underline
}
A:link  {
	color: #000099;
	text-decoration: underline
}
A:active  {
	color: #000099;
	text-decoration: underline
}
A:hover   {
	color: #660099;
	text-decoration: none
}

#container {
	width: 965px;
	background: #FFFFFF;
	border: 0px;
	text-align: left;
	margin: 0;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 

#header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  
} 

#sidebar1 {
	float: left;
	width: 200px;
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: normal;
	background-color: #CCCCCC;
}

#mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 10px; 
} 
#mainContent  h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000099;
	text-decoration: underline;
	text-align: center;
}
#mainContent  h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#mainContent  h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}


#mainContent td.big{ 
	font-size:16px;
	line-height:19px;
} 

#footer { 
	padding: 20px 20px 0 20px; 
}
#footer .success {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3300FF;
}

#footer p {
	font-family: Tahoma, Geneva, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #3300FF;
	text-align: center;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
