/** BASIC */

body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #293189;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #293189;
}

a {
	text-decoration: none;
	color: #66CCFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #EBA45E;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 720px;
	/**margin-top: 20; */
	margin-right: auto;
	margin-left: auto;
	height: 150px;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	text-transform: lowercase;
	font-size: 36px;
	letter-spacing: -0.05em;
	color: #0000CC;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
}

#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: #000099;
}

#menu a:hover {
	color: #0099FF;
}

#menu a:active {
	color: #FFFFFF;
	background-color: #0033CC;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: #EFEBDF url(images/img01.gif) repeat-y left top;
}

#content * {
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url(images/img02.gif) no-repeat left top;
	z-index: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(images/img03.gif) no-repeat left top;
	position: relative;
	z-index: auto;
}

#columnB * {
	color: #97D7E1;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #FFCCCC;
	color: #FFFFFF;
}

/** 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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#header img {
	margin: 5px;
	padding: 5px;
}
.logo {
	float: inherit;
	width: 200px;
	list-style-position: outside;
	list-style-type: disc;
}
.FFF_text {
	float: inherit;
	width: 400px;
}
.image_floatRT {
	float: right;
}
.bullets {
	list-style-position: outside;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 20px;
}
