@charset "iso-8859-1";
/* CSS Document */


html, body {
	margin:0;
	padding:0;
	border: 0;
	height: 100%;
}
body {
	background: #F4F1E7;
	font: 12px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #646462;
	text-align: center;
}

/**************************************
	Global               
***************************************/

/*	Headers  */

/*	Elements  */

a {
	color: #889DAA;
}
a:hover {
	color: #93007A;
}
td {
	vertical-align: top;
	font-size: 13px;
}

img, fieldset, form { 
	border: 0 solid;
	margin: 0;
	padding: 0;
}
input, select, textarea {
	color: #2E516A;
	font: normal 11px Arial;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	color: #889DAA;
	margin: 0;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #93007A;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}


/**************************************
	Containers
***************************************/

#main {
	width: 774px;
	border: 0px solid;
	text-align: left;
	margin: 0px auto;
	background: #fff url(../images/bg-middle.gif) repeat-y;
}

#bg-top {
	background: url(../images/bg-top.gif) no-repeat;
}
.regular #bg-top {
	background: url(../images/bg-regular-01.jpg) no-repeat;
}

#bg-bottom {
	background: url(../images/bg-bottom.gif) 0 100% no-repeat;
	padding: 64px 7px 7px;
	padding: 124px 7px 7px;
}

/**************************************
	Middle Pane
***************************************/

#MiddlePane {
	position: relative;
	height: 600px;
	min-height: 600px;
}
html>body #MiddlePane {
	height: auto;
}
.index #MiddlePane {
	background: url(../images/bg-main.jpg) 0 100% no-repeat;
	height: 600px;
}


/**************************************
	Top Pane
***************************************/

#TopPane .logo {
	position: absolute;
	top: -10px;
	left: 60px;
}

#TopPane .languages {
	position: absolute;
	top: -57px;
	right: 67px;
	font-size: 11px;
}
html>body #TopPane .languages {
	right: 60px;
}
#TopPane .languages ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#TopPane .languages ul li {
	padding: 2px 0;
}

h1.title ul {
	displau: inline;
	margin: 0;
	padding: 0;
}
h1.title li {
	display: inline;
	padding: 0;
	padding-right: 20px;
}
h1.title a {
	color: #889DAA;
	text-decoration: none;
}
h1.title a:hover {
	color: #93007A;
}

.index h1.title {
	position: absolute;
	top: 406px;
	left: 60px;
	margin: 0;
}
.regular h1.title {
	position: absolute;
	top: 108px;
	left: 60px;
	margin: 0;
}


/**************************************
	Content Pane
***************************************/

#ContentPane {
	clear: both;
}

.index #ContentPane {
	position: absolute;
	clear: both;
	margin: 0;
	left: 60px;	
	top: 480px;	
	width: 270px;
	height: 100px;
	border: 0px solid;
	overflow: auto;
}
.index #ContentPane p {
	margin: 0;
}

.regular #ContentPane {
	margin: 0 60px 0px 230px;
	line-height: 140%;
	border: 0px solid;
	padding: 175px 0 0 0;
	text-align: justify;
}

.regular #ContentPane p {
	margin: 0;
	padding: 0 0 10px 0;
}


/**************************************
	Left Pane
***************************************/

.left-nav {
	position: absolute;
	top: 170px;
	left: 60px;
}
.left-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left-nav ul li {
	padding: 5px 0;
}
.left-nav ul li.current, .left-nav ul li.current a {
	font-weight: bold;
	color: #93007A;
}



/**************************************
	Bottom Pane
***************************************/

#BottomPane {
	background: #F5F4F0;
	padding: 20px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

#BottomPane p {
	margin: 0;
	text-align: center;
	color: #B90045
}
#BottomPane a {
	text-decoration: underline;
	color: #B90045
}

.bottom {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	width: 760px;
	
}
.bottom .right, .bottom .right a {
	color: #aaa;
}


/**************************************
	Forms, buttons
***************************************/

#ContentPane form {
	padding-left: 50%;
}
#ContentPane fieldset {
	width: 500px;
	margin-left: -250px;
}
.form {
}
.form-half {
	float: left;
	width: 50%;
}
.input {
	width: 100%;
	border: 1px solid #7F9DB9;
}
.label {
	font-weight: bold;
}
.field {
	padding-right: 8px;
	margin-bottom: 10px;
}
.mandatory {
	color: #D63333;
	margin-bottom: -2px;;
}

/**************************************
	Stuff Things
***************************************/

.spacer {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size:1px;
	width: 1px;
}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.bottom {vertical-align: bottom; }
.clear { clear: both; }
.hide { display: none; }
.smaller { font-size: 85%; }





