a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
blockquote {
	margin-bottom: 0px;
}
blockquote p {
	margin-bottom: 2px;
}
hr {
	color: #ACBCCD;
	height: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
}
ul {
	margin-top: 4px;
	margin-bottom: 0px;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 2.7ex;
	font-weight: normal;
	color: #3E733A;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
}

h2 {
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	text-align: left;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	color: #3E733A;
	margin-bottom: 9px;
	letter-spacing: 3px;
	font-size: 1.7ex;
	margin-top: 0px;
}
h4 {
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #000000;
	font-size: 2ex;
	margin-bottom: 10px;
}

.container {
	width: 85%;
	min-height: 100%;
	min-width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../_images/top_bg-cont.jpg);
	background-repeat: repeat-x;
}

* html .container {
	height: 100%;
	min-width: 900px;
}

.incontainer {
	background-image: url(../_images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.incontainer2 {
	background-image: url(../_images/logo-shadow.png);
	background-repeat: no-repeat;
	background-position: left 23px;
}

.incontainerL {
	background-image: url(../_images/left-shadow_cont.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
}
.incontainerR {
	background-image: url(../_images/right-shadow_cont.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 12px;
}

.shadowL {
	background-image: url(../_images/left-shadow_cont.jpg);
	background-repeat: repeat-y;
	width: 12px;
	height: 100%;
	float: left;

}
.shadowR {
	background-image: url(../_images/right-shadow_cont.jpg);
	background-repeat: repeat-y;
	width: 12px;
	height: 100%;
	float: right;


}

/* TopSide CSS 
----------------------------------------------- */
.logo {
	margin-top: 45px;
	text-align: center;
}

.lang {
	float:right;
	position: relative;
	top: -67px;
	display: block;
	padding-top: 40px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.documentation {
	margin-top: 20px;
	padding-right: 9px;
	color: #000000;
	text-align: right;
	font-family:  Courier New, Courier, monospace;
	font-size: 0.8em;
	font-weight: normal;
	float: right;
	display: table;
}
.documentation a {
	color: #597A9B;
	text-decoration: none;
	font-size: 11px;
}

.documentation a:hover {
	color: #003366;
	text-decoration: underline;
}

/* LeftSide CSS 
----------------------------------------------- */
.leftcolumn {
	float: left;
	width: 180px;
	height: 100%;
	margin-right: 20px;
	text-align: left;

}
.leftMenu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.6em;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	width: 180px;
	/*background-image: url(../_images/menu-bg_cont.jpg);
	background-repeat: repeat-y;*/

}
.leftMenu li {
	color: #525252;
	display: block;
	
}
.leftMenu li a {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-indent: 28px;
	background-image: url(../_images/arrow_off.png);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACBCCD;
	
}
* html .leftMenu li a {
	height: 100%;
}
.leftMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AF1500;
	background-image: url(../_images/arrow_on.png);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}

.leftMenu ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;

}
.leftMenu ul li{
	border-bottom-style: none;

}
.leftMenu ul li a {
	font-size: 1.1em;
	font-weight: normal;
	text-indent: 42px;
	border-bottom-style: none;
	background-image: url(../_images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 28px 8px;

}
.leftMenu ul li a:hover {
	background-image: url(../_images/arrow_off.gif);
	background-repeat: no-repeat;
	background-position: 28px 8px;
	text-decoration: underline;
	color: #000000;
	background-color: #ACBCCD;
}


.orgTitle {
	float: left;
	width: 180px;
	margin-top: 20px;
	color: #666666;
	padding-left: 10px;
	padding-right: 0px;
	font-family:  "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: normal;
}

.organizers {
	margin-top: 10px;
	float: left;
}


/* Content CSS 
----------------------------------------------- */
.header {
	text-align: right;
	padding-left: 14px;
	margin-top: 47px;
	padding-top: 42px;
	padding-bottom: 32px;
	font-family:  Optima, Lucida, "MgOpen Cosmetica", "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	
}


.headerTitle {
	text-align: left;
	color: #556A80;
	font-family: Optima, Lucida, MgOpen Cosmetica, Lucida Sans Unicode, sans-serif;
	font-size: 0.8em;
}
.headerSubtitle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.mainContent {
	margin-right: 50px;
	margin-left: 200px;
	clear: none;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
* html .mainContent {
	width: 100%;
	margin-left: 0px;
}

.contenTitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.95em;
	font-weight: bold;
	color: #AF1500;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

}
.content {
	line-height: 1.5em;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 40px;
	text-align: left;
}
.partners {
	font-family: Tahoma, Verdana, Arial;
	line-height: 1em;
}
.partners td{
	font-size: 0.75em;
	font-weight: normal;
	/*border-bottom: 1px solid #000000;*/
}

.program {
	display: table;
	width: 95%;
	position: relative;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.9em;
	font-weight: normal;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
}
.program td{
	font-weight: normal;
	border-left: 0px solid #000000;
	border-bottom: 1px solid #999999;
}
.text{
	padding-left: 20px;
}

/* BottomSide CSS 
----------------------------------------------- */

.footer {
	text-align: right;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACBCCD;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 100px;
	padding-top: 10px;
	padding-left: 15px;
}

 .footerL {
	float: left;
	padding-top: 10px;

}
.footerR {	float: right;
} 
.bottomLinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	float: right;
}
.bottomLinks a {
	color: #666666;
	text-decoration: none;
}
.bottomLinks a:hover {
	text-decoration: underline;
}
.listNumeric {
	margin-bottom: 8px;
}
.listNumeric li {

	list-style-type: square;

}
.listNumeric ul li {
	margin-left: -10px;
	margin-bottom: 4px;
	list-style-image: url(../_images/dash.gif);
	line-height: 17px;
}
/* IMAGES CSS
----------------------------------------------- */
.pictureL {
	float: left;
	margin-right: 20px;
}
.pictureR {
	float: right;
	margin-left: 15px;
}
/* JOBS CSS
----------------------------------------------- */
.jobs {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.6em;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	width: 170px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACBCCD;
}
.jobs li {
	margin-top: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 4px;
	text-decoration: none;
}
.jobs li a {
	margin-top: 0px;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #003366;
	text-decoration: none;
}

.jobs li a:hover {
	text-decoration: underline;
}
