/* -------------------- FORMATING -------------------- */

h1 {
	font-size: medium;
	display:inline;
}

h2 {
	font-size: small;
}

h3 {
	font-size: small;
	line-height: 150%;
}

p {
	font-size: small
}

li {
	font-size: small;
	padding-bottom: 1em;
}

hr {
	border: none 0;
	border-top: 1px dotted #9D85AE;
	height: 1px;	
}

td {
	padding: 0 0 15px 0;
}

form {
	font-size: 0.7em;;
	padding: 20px 20px 20px 20px;
	margin-right: 10px;
	background-color: #DDECF6;
	line-height: 250%;
}


/* -------------------- BODY -------------------- */

body {

	margin: 0 0 0 0;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* -------------------- WRAPPER -------------------- */

#wrapper {

	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------- LANGUAGE BAR -------------------- */

#langBarContainer {

	width: 790px;
	height: 30px;
	background-position: center;
	padding: 0;
	margin: 0;
}

.langText {

	width: 570px;
	float: left;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
	padding: 8px 0 8px 0;
	margin: 0;
}

.langFlags {

	width: 55px;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
}

/* -------------------- BANNER -------------------- */

#banner {

	width: 790px;
	height: 170px;
}

/* -------------------- MAIN NAV -------------------- */

#mainNavContainer {

	width: 790px;
	background-image: url(../images/main_nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #5B3478;
	padding: 4px 0 4px 0;
	margin: 0 0 15px 0;
}

.mainNavLinks {

	text-align: center;
	line-height: 150%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainNavLinks li {

	display:inline;
	font-size: smaller;
	font-weight: bold;
	padding: 0 0.5em 0 1em;
	margin: 0;
}

.mainNavLinks li a {

	color: #FFF;
	text-decoration: none;
}

.mainNavLinks li a:hover {

	text-decoration: underline;
}

.mainNavLinks li a:active {

	text-decoration: underline;
}

.mainNavSpacer {

	border-left: 1px solid #9EC8E4;
}

/* -------------------- PROJECT NAV -------------------- */

#projectNavContainer {

	width: 220px;
	float: left;
}

#projectNavTitleBar {

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B3478;
	padding: 5px 5px 5px 0;
	margin: 0;
}

.projectNavTitle {

	color: #FFF;
	background-color: #5B3478;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: small;

}

.projectNavLinks {

	background-color: #DDECF6;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.projectNavLinks li {

	display:block;
	font-size: small;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B3478;
	padding: 5px 0 5px 10px;
	margin: 0;
}

.projectNavLinks li a {

	color: #522F6C;
	text-decoration: none;
}

.projectNavLinks li a:hover {

	text-decoration: underline;
}

.projectNavLinks li a:active {

	text-decoration: underline;
}

/* -------------------- PAGE TITLE -------------------- */

#contentTitle {

	float: right;
	width: 540px;
	background-image: url(../images/page_title_bg.gif);
	background-repeat: repeat-y;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B3478;
	color: #522F6C;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	line-height: 98%;
}

/* -------------------- CONTENT -------------------- */

#content {

	float: right;
	width: 524px;
	padding: 0px 0 0 15px;
	margin: 0 10px 0 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5B3478;
}

#contentSide {

	font-size: small;
	font-weight: bold;
	float: right;
	width: 170px;
	text-align: center;
	background-color: #9EC8E4;
	padding: 5px 5px 10px 5px;
	margin: 0 0 0px 20px;
	line-height: 200%;
	color: #5B3478;
}

/* -------------------- FOOTER -------------------- */

#footer {

	width: 790px;
	float: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5B3478;
	padding: 0;
	margin: 20px 0 10px 0;
}

#footerContact {

	width: 580px;
	float: left;
	line-height: 150%;
	text-align: left;
	font-size: x-small;
	line-height: 175%;
	padding: 13px 0 0 5px;
	margin: 0;
	
}

#footerValidation {

	float: right;
	padding: 15px 0 15px 10px;
	margin: 10px 0 10px 0;
}

/* -------------------- MISC -------------------- */

#current {
	text-decoration: underline;
}

.tableStyles
{
	border-bottom: 1px dotted #9D85AE;
	font-size: 0.70em;
	margin: 0 0 20px 0;
	line-height: 125%;
}


.formHr {
	border: none 0;
	border-top: 1px Solid #FFF;
	height: 1px;
}

