body {
background-color: #666666;
}

h3 {margin:0;padding:5px 0;}

table, tr, td {border-width:0;}

.itinerary{
padding: 0px 20px 10px 10px;
font: normal 12px Arial, Helvetica, sans-serif;
color: #000;
}

#content {
margin:0;
padding:0;
background:#fff url(images/boxcorner/bottomright-white.gif) bottom right no-repeat;
}

#bottomleft {
margin:0;
padding:0;
background: url(images/boxcorner/bottomleft-white.gif) bottom left no-repeat;
/*height:375px;*/
}

#newsletter {
margin:0;
padding:0;
background:#000 url(images/boxcorner/bottomright-black.gif) bottom right no-repeat;
}

#topleft {
margin:0;
padding:0;
height:178px;
width:281px;
background:#000 url(images/universal/uperleftlogo.gif) top left no-repeat;
}

#topright {
margin:0;
padding:0;
height:178px;
width:281px;
background:#000 url(images/universal/uperrightlogo.gif) top right no-repeat;
}

img.corner {
margin:0;
padding:0;
border:none;
}

p {
padding: 0px 20px 0 10px;
font: normal 13px Arial, Helvetica, sans-serif;
line-height:16px;
*line-height:13px;
color: #000;
}

.rightmargin {
padding: 10px 10px 0px 10px;
font: normal 11px Arial, Helvetica, sans-serif;
color: #000;
align: center;
}

.newsticker {
padding: 0px 0px 0px 0px;
font: normal 11px Arial, Helvetica, sans-serif;
color: #fff;
align: left;
}

.newsletter {
padding: 0px 0px 0px 0px;
font: normal 13px Arial, Helvetica, sans-serif;
color: #fff;
align: left;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}

h3 {
padding: 20px 20px 0px 10px;
font: normal 16px Arial, Helvetica, sans-serif;
color: #000;
font-weight: bold;
}

#submenu {
margin:0;
padding:0;
}

#submenu ul {
margin:0;
padding:0;
list-style:none;
}

#submenu li {
margin:0;
padding:0;
list-style:none;
float:left;
}

#submenu a {
margin: 0;
padding: 0 29px; /* << no padding on top or bottom, 29px on left and right */
font: normal 11px Arial, Helvetica, sans-serif;
color: #E40204;
border-right:1px solid #E40204; /* << this is adds the dividers */
}

#submenu a:hover {
text-decoration:none; /* makes underline disapear from link... this can do other things as well */
}

/*these get rid of the divider after the last sublink*/
/*selects the link in the last LI tag in the list--works in most everything except IE*/
#submenu li:last-child a {border:none;}

/*selects the link with "last" as it's class--"*" makes it so that only IE sees it*/
#submenu a.last  {*border:none;}