body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: tahoma, sans-serif;
	letter-spacing: 1px;
	line-height: 160%;
	color: #454545;
	/* background: #cdcdcd; */
	background-image: url("../graphs/background.png");
	background-repeat: repeat-x;
}

div {
	text-align: left;
}

#topOfPage {
	display: none;
}

#container {
	width: 85%;
	padding: 15px 25px 25px 25px;
	background: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#header {
	height: 82px;
}

#logo {
	float: left;
}

#language {
	font-size: 6px;
	float: right;
}

#search {
	float: right;
	padding-top: 26px;
	text-align: right;
}

#search a {
	margin-left: 20px;
}

#top {
	height: 130px;
	clear: both;
}

#body {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

#references {
	border:	1px solid rgb(120, 172, 255);
	background-image: url("../graphs/references.png") 100% 100%;
	background-repeat: norepeat;
}

#footer {
	clear: both;
	padding-top: 5px;
	background-image: url("../graphs/footer.gif");
	background-repeat: repeat-x;
	text-align: right;
	font-size: 8px;
}

div.block,div.blockDistinct {
	padding: 10px;
	padding-bottom: 3px;
	padding-top: 8px;
}

div.blockDistinct {
	background: url("../graphs/corner.gif") no-repeat 100% 100% #f5f5f5;
}

h1,h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
	font-size: 25px;
}

#top h1 {
	color: #fff;
	padding-left: 25px;
	padding-top: 65px;
	line-height: 110%;
	background-image: url("../graphs/header.gif");
	background-repeat: repeat-x;
}

h2 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
}

p {
 	font-size: 120%;
	margin: 0;
	margin-bottom: 5px;
	text-align: justify;
}

p.right {
	text-align: right;
	clear: both;
}

#footer p {
	clear: both;
	color: #c0c0c0;
	font-size: 11px;
}

form {
	margin: 0;
}

fieldset {
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input {
	border: 1px solid #c0c0c0;
	color: #454545;
	font-size: 11px;
	letter-spacing: 1px;
}

input.searchText {
	width: 150px;
	height: 13px;
}

input.searchSubmit {
	color: #0080c0;
	background: #fff;
	letter-spacing: 1px;
	border: 1px solid #fff;
	font-size: 12px;
	width: 45px;
	height: 19px;
	margin: 0;
	padding: 0;
}

div.menu {
	margin: 0;
	padding: 0;
}

div.menuitem, div.activeMenuitem {
	display: block;
	float: left;
}

div.menuitem a,div.menuitem a:link,div.menuitem a:active,div.menuitem a:visited, div.menuitem div {
	color: #000;
	display: block;
	margin: 0;
	padding: 3px 10px 4px 10px;
	border-right: 1px solid #fff;
	/*background-color: #cdcdcd;*/
}

div.activeMenuitem a,div.activeMenuitem a:link,div.activeMenuitem a:active,div.activeMenuitem a:visited, div.activeMenuitem div {
	display: block;
	background-color: #505050;
	color: #D9D9D9;
	padding: 3px 10px 4px 10px;
	border-right: 1px solid #fff;
}

div.menu table.subitem {
	border-collapse: collapse;
}

div.menu table.subitem td {
	border: 1px solid white;
	white-space: nowrap;
	padding: 0;
}

div.menu table.subitem td a {
	color: #000;
	background-color: #cdcdcd;
	border: 0;
	padding: 3px 10px;
}

div.menu table.subitem td.active a {
	color: #fff;
	background-color: #505050;
}

#footer li {
	float: left;
	padding: 0;
	height: 15px;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 11px;
}

a:link,a:active,a:visited {
	text-decoration: none;
}

a:link,a:active {
	color: #0080c0;
}

a:visited {
	color: #0080c0;
}


a img {
	border: 0;
}

a img:active {
	border: 0;
}

span.highlight {
	/* highlight company name */
	font-style: italic;
	color: #D4D4D4;
}

span.hide {
	display: none;
}

span.underline {
	text-decoration: underline;
}

/* additional styles */
span.motto {
	display: block;
	float: right;
	margin: 0 0 8px 8px;
	padding: 2px 6px;
	border: 1px dotted #cdcdcd;
	font-style: italic;
	color: #808080;
	clear: both;
	/* -moz-border-radius-bottomright: 12px; */
}

table.text {
	border-collapse: collapse;
}

td {
	font-size: 12px;
	font-family: tahoma, sans-serif;
	letter-spacing: 1px;
	line-height: 160%;
}

td.courses_left {
	vertical-align: top;
	width: 150px;
	border-right: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	border-top: 1px dotted #cdcdcd;
}

td.courses_right {
	vertical-align: top;
	padding-left: 8px;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
}

img.reflogo {
	float: right;
	margin: 0 0 8px 8px;
}

div.hr {
	border-top: 1px dotted #cdcdcd;
	height: 8px;
	margin: 8px 0;
}

span.sectionTitle,.highlight {
	color: #000;
}

.reg_errors {
	color: red;
}

.error {
	display: block;
	color: red;
}

h3 {
 border-bottom: 1px dashed;
 font-size: 100%;
}

.inputText {
	background: white;
}

.inputTextReqd {
	background: #C4C4C4;
}

.inputTextError {
	background: #C4C4C4;
}

.tabFaceLeft {
	width: 338px;
	height: 112px;
}

.tabFaceCenter {
	width: 100%;
	height: 112px;
}

.tabFaceRight {
	width: 446px;
	height: 112px;
}

.alignTop {
	vertical-align: top;
}

