body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.container1 {
	position: relative;
	background-color: #0661AA;
	width: 1001px;
	border-right: 1px solid #0661AA;
	border-bottom: 1px solid #0661AA;
	margin: 0px auto;
}

div.background_image {
	position: relative;
	left: 1px;
	top: 1px;
}

div.logo {
	position: absolute;
	top: 0px;
}

div.links_above {
	position: absolute;
	top: 106px;
	right: 0px;
	text-align: right;
}

a.link_above {
	min-width: 200px;
	color: #0661AA;
	text-decoration: none;
	font-weight: bold;
	padding: 7px;
}

a.link_above:hover {
	color: white;
	background-color: #4780B7;
}

div.you_are_here {
	color: white;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 35px;
}

a.link_yah {
	color: white;
}

a.link_yah:hover {
	background-color: black;
	text-decoration: none;
}

div.container2 {
	position: relative;
	margin-left: 11px;
	border-left: 1px solid white;
	min-height: 400px;
	background-color: #4780B7;
}

td.menu {
	font-size: 13px;
	vertical-align: top;
}

a.menu {
	display: block;
	width: 190px;
	color: white;
	border: 1px solid white;
	margin-left: -12px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-decoration: none;
}

a.menu:hover {
	background-color: #0661AA;
}

a.menu_actual {
	display: block;
	width: 190px;
	color: white;
	border: 1px solid white;
	margin-left: -12px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	text-decoration: none;
	
	font-weight: bold;
}

a.menu_actual:hover {
	background-color: #0661AA;
}

td.body {
	vertical-align: top;
	font-size: 13px;
	width: 100%;
	background-color: white;
}

div.menu {
	position: relative;
	top: 20px;
}

div.body {
	min-height: 400px;
	padding: 15px;
	padding-top: 5px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 13px;
	border: 0;
}

table.border_frame {
	outline-width: 1px;
	outline-style: solid;
	outline-color: #0661aa;
	text-align: justify;
	padding: 10px;
	border-collapse: collapse;
}

table.border_inside {
	padding: 10px;
	text-align: justify;
}

table.no_border {}

td {
	vertical-align: top;
}

td.border {
	outline-width: 1px;
	outline-style: solid;
	outline-color: #0661aa;
	padding: 10px;
	text-align: justify;
}

div.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
}

div.subtitle {
	font-size: 1.05em;
	font-weight:200;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
}

h1 {
	font-size: 1.6em;
	font-weight:100;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
	text-transform:uppercase;
	margin-top: 10px;
}

h2 {
	font-size: 1.5em;
	font-weight:200;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
}

h3 {
	font-size: 1.3em;
	font-weight:200;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
}

h4 {
	font-size: 1.1em;
	font-weight:200;
	color: #0661aa;
	font-family:trebuchet MS, sans-serif;
}

div.copyright {
	text-align: center;
	font-size: 80%;
	color: white;
}

div.chc {
	float: right;
}