/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #677595;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #DB7C1D;
}

a {
	text-decoration: none;
	color: #DB7C1D;
	border-bottom: 1px solid #EBA45E;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
display:none
}

#header h2 {
display:none
}
#header h3 {
	background: #FFFFFF url(images/logo.gif) no-repeat left top;
		width: 205px;
		height:90px;
			margin-left: 10px;
}

/** MENU */

#menu {
	width: 700px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #83895C;
	color: #677595;
}

#menu a:hover {
	border-bottom: 1px solid #677595;

}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: #EFEBDF url(images/img01.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 190px;
	padding: 15px 20px 0 20px;
	background: url(images/img03.gif) no-repeat left top;
	color: #EFEBDF;
	}

#columnB {
	float: right;
  width: 440px;
	padding: 20px 20px 0 30px;
	background: url(images/img02.gif) no-repeat left top;

}

#columnA ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnA a {
	border-bottom-color: #677595;
	color: #677595;
	text-transform: lowercase;
}

#columnA h2 {
font-size:16px;
text-align: center;
color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.lt {
		background: #EBEAEF url(images/iedtop.gif) no-repeat;
		color: #677595;
		height: 10px;
		width:198px;
	}
		
.iedic {
		font-size: 0.85em;
		background: #EBEAEF url(images/iedic.gif) no-repeat bottom;
		color: #677595;
		padding: 4px 8px 10px;	
		margin: 0 0 10px 0;		
		width:182px;
		text-align:center;
		font-weight:bold;
		text-transform: uppercase;
	}
/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}