BODY {
	margin: 15px 0px 15px 0px;

	padding: 0px;
	background-color: #F7F8F8;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

IMG {
	border: 0px;
}

A {
	color: #808080;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

H1 {
	color: #D5403A;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
H2 {
	color: #345189;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
H3 {
	color: #345189;
	font-weight: bold;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#main {
	width: 843px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#top {
	background-image: url(images/arc_top.gif);
	height: 15px;
	overflow: hidden;
}

#bottom {
	background-image: url(images/arc_bottom.gif);
	border-top: 1px solid #E3E3E3;
	height: 50px;
	overflow: hidden;
}
#bottom_links {
	float: left;
	width: 215px;
	padding-top: 7px;
	padding-left: 25px;
}
#bottom_links A {
	font-size: 10px;
	color: #909090;
	text-decoration: none;
}
#bottom_logos {
	float: left;
	margin-top: 6px;
}
#bottom_logos IMG {
	padding-left: 10px;
	padding-right: 10px;
}

#middle {
	background-color: #FFFFFF;
}

#header {
	height: 110px;
	text-align: right;
	margin-right: 15px;
}
#header #today {
	font-size: 11px;
	color: #909090;
}
#header #today B {
	color: #1A579A;
}
#header #languages {
	font-size: 11px;
	color: #909090;
	margin-top: 70px;
}
#header #languages A {
	text-decoration: none;
	color: #D5403A;
}

#menubar {
	width: 100%;
	height: 197px;
	background-color: #D13B30;
}
#menu {
	padding-left: 35px;
	padding-top: 10px;
	width: 175px;
}
#menu A {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(images/bg_menu_item.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#box_plan {
	width: 183px;
	height: 117px;
	background-image: url(images/box_plan.jpg);
	color: #D5403A;
	margin: 10px;
	padding-top: 18px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 14px;
}
#box_plan A {
	color: #D5403A;
	text-decoration: none;
}
#box_plan A:hover {
	text-decoration: underline;
}
#box_map {
	width: 183px;
	height: 162px;
	background-image: url(images/box_map.jpg);
	color: #345189;
	margin: 10px;
	padding-top: 18px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 14px;
}
#box_map A {
	color: #345189;
	text-decoration: none;
}
#box_map A:hover {
	text-decoration: underline;
}
#box_newsletter {
	width: 183px;
	height: 71px;
	background-image: url(images/box_newsletter.jpg);
	color: #D5403A;
	margin: 10px;
	padding-top: 18px;
	padding-left: 35px;
	font-weight: bold;
	font-size: 14px;
}
#box_newsletter .email {
	border: 1px solid #ECEBEA;
	color: #000000;
	width: 100px;
	height: 25px;
	padding: 0px;
	margin-right: 10px;
}
#box_newsletter .submit {
	border: 0px;
	background-color: #D13B30;
	color: #FFFFFF;
	width: 50px;
	height: 25px;
	font-size: 11px;
	padding: 0px;
}

#content {
	float: right;
	width: 570px;
	margin-right: 20px;
	margin-top: 20px;
	color: #565656;
	overflow-x: hidden;
}
#content .li {
	background-image: url(images/bullet_item.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

#tip {
	background-color: #D13B30;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
}
