body {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #848a8e;
	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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
color:#647CBE;

text-decoration:none;
}
a {
color:#888888;

text-decoration:none;
}

.container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#Breadcumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding-top: 5px;
	background-image: url(../Images/header_shadow.gif);
	background-repeat: repeat-x;
	color: #999999;
	padding-left: 35px;
	background-position: 0px -1px;
}
#Breadcumb a:link {
	color: #899AA9;
}
* {
	margin: 0px;
	padding: 0px;
}

#Menu_3level    {
	background-color: #7E826F;
	display: block;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 125px;
	background-image: url(../Images/nav.gif);
	background-repeat: no-repeat;
}
#Menu_3level a {
	color: #F3F3F3;
}
#Menu_3level a:hover {
	color: #FFFFFF;
}

/*---- Header styling ---*/

#Menu_3level .pipe-space {
	position: relative;
	margin-left: 20px;
}
.date {
	color: #004282;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
}

table {

   table-layout:fixed;
}

p {
	color: #515151;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#first {
	background-image: url(../Images/pbk.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #848a8e;
}

#second {
	background-image: url(../Images/main_footer_bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 119px;
}

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../Images/footer_bk.gif);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 23px;
} 
.thrColFixHdr #footer p {
	margin: 0;
	line-height: 23px;
	color: #514926;
	padding: 0px;
}
.thrColFixHdr #footer a {
	margin: 0;
	line-height: 23px;
	color: #514926;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
td.bk_gray {
	background-color: #f3f3f3;
}



.thrColFixHdr #header {
	background-color: #FFFFFF;
	height: 84px;
	background-image: url(../Images/head_hyundai_logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD0D5;
} 
#header .aa_logo {
	background-image: url(../Images/head_aa_logotype.gif);
	margin: 0;
	padding: 0px;
	height: 45px;
	width: 297px;
}
#header .aa_logo a {
	height: 45px;
	display: block;
	text-indent: -9999px;
	background-image: url(../Images/head_aa_logotype.gif);
}
#header .aa_logo a:hover {
	background-position: 0px -45px;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-bottom: 0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
}
h1 {
	margin-top: 20px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	color: #004282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}


.img_left {
	margin-right: 15px;
	float: left;
}
.pipe-space {
padding-left:5px;
padding-right:5px;
color:silver;
}
.bgGrey {
	background-color: #F8F8F8;
}

ul.link_list{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}
ul.link_list a {
	color: #1B588B;
	padding-right: 10px;
	background-image: url(../Images/morearrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 16px;
}
.link_list li {
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.link_list a:hover {
	color: #1B588B;
	line-height: 16px;
	text-decoration: underline;
}
td {
	padding: 5px;
}
