/*BODY*/
body {
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
}

a {
text-decoration: none;
color: #CC0001;
}
a:hover {
text-decoration: underline;
color: #fff;
}
ul { list-style-type: none; margin: 0; padding-left: 0px; }
ul li { padding: 0 0 3px 0; border-bottom: 0px dotted #000; }
ul li a { }
ul li a:hover { text-decoration: none; color: #000; }
img { border: none; }

#wrap {
margin: 0px auto;
width: 955px;
background: #fff;
padding: 0px;
height: auto;
}

/*HEADER*/
#header {
width: 948px;
height: 67px;
margin-left: 0px;
margin-bottom: 0px;
}

/*MAIN*/
#main {
float: left;
margin-top: 8px;
height: 405px;
width: 758px;

}

#mainHead {
background-image: url(images/contactus-head.png);
height: 34px;
}

#mainText {
margin-top: 30px;
width: 680px;
margin-left: 2em;
}



/*RIGHTBAR*/
#rightBar {
float: right;
margin-top: 0px;
margin-right: 0px;
}

#rightBar li{
margin-bottom: 10px;	
margin-top: 8px;
margin-right: 6px;
}


/*FOOTER*/
#footer {
height: 30px;
width: 950px;
color: #666;
float: left;
text-align: left;
border-top: 1px solid #CCC;
font-size: 10px;
margin-top: 20px;
}



