@charset "utf-8";
/* CSS Document */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #272727;
	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 */
	color: #000000;
}

#container {
	width: 1002px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #272727;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #00FF33;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
background: #FFFFFF;
	padding: 0px;
	margin:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.t1
{
font-size:16px;
font-family:Arial;
color:#d02617;
font-weight:bold;
}
.maillinks
{
font-weight:bold;
text-decoration:none;
color:#d02617;
}
.maillinks:hover
{
text-decoration:underline;
color:#000000;
}
.whiteheader
{
height:70px;
width:auto;
background-color:#FFFFFF;
}
.logo
{
padding: 10px 10px 10px 50px;
}
.superhand
{
padding:10px 200px 0px 0px;
}
.texttopbutbox
{
float:right;
text-align:right;
padding-right:20px;
}
.texttop7
{
float:right;
text-align:right;
padding-right:20px;
}
.texttopbut
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.textque
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.textbuthead
{
font-family:Arial;
font-size:16px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.texttopbut:hover
{
color:#333333;
text-decoration:underline;
}
.blue
{
background:url(images/midblue.jpg) left top repeat-x;
height:200px;
}
.testbox
{
width:380px;
height:150px;
padding:0px;
padding-top:10px;
padding-left:20px;
}
.testbox12
{
width:100px;
height:150px;
padding:0px;
padding-top:10px;
padding-left:20px;
}
.sup2
{
padding-left:95px;
}
.butbg
{
width:1000px;
background:url(images/butbg.jpg) repeat-x top left;
height:39px;
}
.butbg td
{padding: 10px 0px 10px 0px;
}
.butbg td a
{
text-decoration:none;
font-size:16px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
padding: 10px 30px 10px 30px;
height:39px;
}
.butbg td a:hover 
{
height:40px;
background:url(images/butbghover.jpg) repeat-x left top;
padding: 11px 30px 10px 30px;
}
.divid
{
width:3px;
background:url(images/divid.jpg) no-repeat top center;
}
.testi
{
text-decoration:none;
font-size:18px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
padding: 0px 0px 0px 0px;
}
.login
{
line-height:20px;
padding:0px;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
font-family:Arial;
}
.testibox
{
font-size:11px;
color:#FFFFFF;
padding:5px;
border:1px solid #000000;
}
.testext
{
font-size:11px;
color:#FFFFFF;
}
.whitesmall
{
text-decoration:none;
font-size:12px;
font-family:Arial;
color:#FFFFFF;
padding: 5px 5px 5px 5px;
}
.whitesmall:hover
{
color:#0099FF;
}
.blackbg
{
background: url(images/black1.jpg) repeat-x top left;
height:40px;
width:700px;
}
.blackwhite
{
width:650px;
text-decoration:none;
font-size:16px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
background:url(images/thumbsup.jpg) no-repeat  left;
padding:8px 10px 5px 40px ;
margin-left:5px;
}
.spacer1
{
width:10px;
width:100%;
}
#boxmi
{
float:right;
width:335px;
height:255px;
}
.boxmin
{
border-left:1px solid #333333;
border-right:1px solid #333333;
padding:5px;
margin:0px;
text-align:justify;
}
.borderbot
{
height:auto;
width:335px;
}
.topalinm
{
background:url(images/topalinm.jpg) repeat-x top left;
width:315px;
}
.topalinmtext
{
width:200px;
text-decoration:none;
font-size:16px;
font-family:Arial;
font-weight:bold;
color:#FFFFFF;
background:url(images/autoalin.jpg) no-repeat  left;
padding:8px 10px 5px 40px ;
margin-left:5px;
}
.rightmenu
{
width:240px;
border:1px solid #04a4a4;
height:auto;
padding:10px 5px 10px 5px;
}

.rightmenutd
{
padding-top:0px;
text-decoration:none;
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#000000;

padding-bottom:5px;
}
.rightmenu td a:hover
{
color:#333333;
}
.testidiv
{
height:140px;
}
.fore
{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}
strong
{
color:#d02617;
}
li
{
list-style: none;
margin-top:5px;


