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

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
hr {
	color: #999999;
	height: 0px;
	margin-top: 7px;
	margin-bottom: 2px;

}
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: 1.8ex;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #597A9B;
	margin-bottom: 9px;
	font-size: 1.8ex;
	margin-top: 0px;
}
h4 {
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	color: #006699;
	font-size: 2ex;
	margin-bottom: 14px;
}

.container {
	width: 80%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../_images/top_bg.jpg);
	background-repeat: no-repeat;

}
* html .container {
	height: 100%;
}
.incontainer {
	background-image: url(../_images/logo-shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 66px;
}
.incontainerL {
	background-image: url(../_images/left-shadow_cont.jpg);
	background-repeat: repeat-y;

}
.incontainerR {
	background-image: url(../_images/right-shadow_cont.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-repeat: repeat-y;
}
.shadowL {
	background-image: url(../_images/left-shadow_cont.jpg);
	background-repeat: repeat-y;
	width: 27px;
	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 {
	width: 154px;
	margin-top: 23px;
	margin-bottom: 30px;
}


.topLinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	padding-top: 15px;
	padding-right: 35px;
}
.topLinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.topLinks a:hover {
	text-decoration: underline;
}
.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: 154px;
	height: 100%;
	margin-right: 40px;
	text-align: left;

}
.leftMenu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.6em;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	list-style-type: none;
	width: 154px;
}
.leftMenu li {
	color: #000899;
	display: block;
}
.leftMenu li a {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #003366;
	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 a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #597A9B;
	background-image: url(../_images/arrow_on.png);
	background-repeat: no-repeat;
	background-position: 9px 7px;
}

.sponsorTitle {
	width: 157px;
	float: left;
	color: #57AADC;
	padding-left: 10px;
	font-family:  Courier New, Courier, monospace;
	font-size: 0.7em;
	font-weight: normal;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

.sponsors {
	margin-top: 15px;
	float: left;
	padding-left: 20px;
}

/* Content CSS 
----------------------------------------------- */
.mainContent {
	display: table;
	/* border: 1px solid #0000FF;*/
	margin-right: 40px;
	clear: none;
	position: relative;

}
* html .mainContent {
	width: 100%;
}
.header {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 60px;
	font-family:  Courier New, Courier, monospace;
	font-size: 0.95em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.contenTitle {
	font-family: Courier, Courier New, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #597A9B;
}
.content {
	line-height: 21px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #597A9B;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.pic {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.righttpic {
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.tentativeProgram {
	font-family: Tahoma, Verdana, Arial;
	line-height: 21px;
}
.tentativeProgram td{
	font-size: 0.8em;
	font-weight: normal;
	/*border-bottom: 1px solid #000000;*/
}

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

.footer {
	width: 100%;
	height: 30px;
	border: 1px solid #FF0000;
}
/* .footerL {
	background-image: url(../_images/left-shadow.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 12px;
	float: left;
}
.footerR {
	background-image: url(../_images/right-shadow.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 12px;
	float: right;
} */
.bottomLinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	width: 150px;
	padding-top: 10px;
	margin-right: 100px;
	margin-top: -70px;
	border-top: 1px solid #999999;
	float: right;
	display: table;
}
.bottomLinks a {
	color: #666666;
	text-decoration: none;
}
.bottomLinks a:hover {
	text-decoration: underline;
}
.listNumeric {

}
.listNumeric li {
	margin-bottom: 8px;
	list-style-type: decimal;
}
.listNumeric ul li {
	margin-left: -10px;
	margin-bottom: 4px;
	list-style-image: url(../_images/dash.gif);
	line-height: 17px;
}
