@charset "ISO-8859-1";

html,body,table,tr,th,td {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	color: #133067;
	background-color: #ffffff;
}

body,textarea,input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
}

a,a:link,a:visited,a:hover,a:active {
	text-decoration: underline;
	color: #133067;
}

p {
	text-align: justify;
}

h1,h2,h3 {
	color: #dfaf21;
	font-weight: normal;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}

img {
	border: 0px;
}

/******* CLASS *********/
.skip {
	display: none;
}

/******* ID ************/
#container {
	width: 100%;
	background-image: url("header-bg.png");
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	height: 157px;
	text-align: center;
	background-image: url("header.png");
	background-repeat: no-repeat;
}

#header p {
	display: none;
}

#sections {
	position: absolute;
	top: 120px;
	left: 100px;
	right: 100px;
	height: 49px;
	background-image: url("sections-bg-left.png");
	background-repeat: no-repeat;
}

#sections ul {
	padding: 3px 50px 0px 50px;
	margin: 0px;
	height: 49px;
	text-align: center;
	background-image: url("sections-bg-right.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#sections li {
	display: inline;
	padding: 0px 10px 0px 10px;
}

#sections a {
	font-size: 90%;
	letter-spacing: 0.1px;
	background-color: #ffffff; /* for zoom */
}

#sections a,#sections a:link,#sections a:visited {
	text-decoration: none;
}

#sections a:hover,#sections a:active {
	text-decoration: underline;
}

#main {
	width: 100%;
	background-image: url("separator-dot-horizontal.png");
	background-repeat: repeat-x;
	background-position: 0px 55px;
}

#breadcrumb {
	position: absolute;
	width: 265px;
	top: 165px;
	left: 0px;
	color: #129dbe;
	text-align: right;
	font-size: 80%;
}

#breadcrumb a {
	color: #129dbe;
}

#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#menu {
	padding-top: 40px;
	padding-bottom: 120px;
	width: 275px;
	float: left;
	background-color: #ffffff;
	background-image: url("character-right.png");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 160px;
}

/* explorer hack */
#menu[id] {
	height: auto;
	min-height: 160px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#menu ul ul {
	margin-top: 3px;
}

#menu li {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	list-style-type: none;
	text-align: right;
}

#menu li li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: none;
}

#menu li {
	background-image: url("separator-dot-horizontal.png");
	background-repeat: repeat-x;
}

#menu li.first {
	background-image: none;
}

#menu a {
	margin-left: 15px;
	font-size: 110%;
	display: block;
}

#menu li li a {
	margin-left: 30px;
	font-size: 90%;
	display: block;
}

#menu a,#menu a:link,#menu a:visited {
	text-decoration: none;
}

#menu a:hover,#menu a:active {
	text-decoration: underline;
}

#menu a:hover,#menu a.selected {
	background-image: url("menu-bullet-active.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#content {
	margin-left: 275px;
	padding: 0px 15% 20px 20px;
	background-image: url("separator-dot-vertical.png");
	background-repeat: repeat-y;
	height: 260px;
}

#content[id] {
	height: auto;
	min-height: 260px;
}

#footer {
	height: 56px;
	background-color: #149abc;
	background-image: url("footer-bg.png");
	background-repeat: repeat-x;
}

#footer p {
	font-size: 90%;
	text-align: center;
	margin: 0px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer img {
	vertical-align: middle;
}

#footer .catch-phrase {
	color: #ffffff;
	padding-top: 11px;
}

#footer .links {
	padding-top: 10px;
	color: #149abc;
}

#footer .links a {
	color: #149abc;
	text-decoration: none;
}