* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #1555B5;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #1555B5;
}

body {
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 60px;
}

#back {
	width: 796px;
	background: #ffffff;
	margin: 0 auto;
}

#header {
	height: 448px;
	text-align: left;
}

#menu {
	width: 706px;
	height: 44px;
	padding-left: 90px;
	background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 29px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover, #menu a.current {
	width: 120px;
	height: 29px;
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}

#logo {
	background: url(images/header.jpg) no-repeat;
	width: 766px;
	height: 304px;
	text-align: left;
	padding-top: 100px;
	padding-left: 30px;
}

#logo a {
	text-decoration: none;
}

#logo img {
	margin: -40px 0 0 100px;
	border: none;
}

#main {
	padding: 10px;
}

#left {
	width: 236px;
}

#left p {
	width: 216px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x}#left ul {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

#left li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

#left a, #left a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #993333;
}

#right {
	float: right;
	width: 500px;
	padding-right: 10px;
}

#right a {
	color: #1555B5;
	text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ul, #right ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

#right h1 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	color: #1555B5;
	font-size: 24px;
}

#right h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	color: #1555B5;
	font-size: 16px;
}

#right img {
	margin: 10px;
	border: none;
}

#right img.iright {
	float: right;
}

#right table {
	margin-bottom: 10px;
	text-align: center;
	border-collapse: collapse;
}

#right td {
	width: 50%;
	padding: 5px;
	border: 0;
}

#footer {
	height: 50px;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 5px solid #1555B5;
	background: url(images/footer.gif) repeat-x bottom;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #1555B5;
}

/* FAdv */#fadv {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
	width: 796px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 240px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a:hover, #fadv li a:visited {
	color: #993333;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

