html, body{
	background-color: #e7eff7;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
}

a{
	font-weight: bold;
	color: #13138C;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #13138C;
}

#Page{
	margin: 0 auto;
	background-color: transparent;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 870px;
	position:static;
}

#Page div{
	margin: 0px;
}

#Head{
	background:  #fff8d9 url(res/head.png) no-repeat top center;
	padding:0;
	margin:5px;
	height: 140px;
	width: 870px;
}

#Head img {
	border: none;
}

/********* FOOTER ***********/

#Foot{
	background:  url(res/footer.png) no-repeat transparent top center; /* no bg color here! */
	padding:0;
	margin:0px;
	height: 30px;
	width: 870px;
	float: left;
	display: block;
}

#Foot img {
	border: none;
}

#eid{
	color: #e7eff7;
	font-size: 0.5em; 
}

/********* MENUS GLOBAL ***********/

#Navi1, #Navi2, #Links{
	padding: 5px 0px;
	border: none;
	width: 870px;
	text-align: left;
	margin: 0px 5px;
	float: left;
}

#Navi1 ul, #Navi2 ul, #Links ul{
	font: bold;
	margin:0;
	padding:0px 15px;
}

#Navi1 li, #Navi2 li, #Links li{
	font: 10pt bold;
	float:left;
	margin:0;
	padding:0px;
	list-style-type:none;
	white-space:nowrap;
}

#Navi1 a, #Navi2 a, #Links a {
	text-decoration: none;
	font-family: "Tahoma", "Verdana", "Arial", "sans-serif";
	padding:5px;
	font: bold 0.9em;
	letter-spacing:1px;
}

#Navi1 a:hover, #Navi2 a:hover, #Links a:hover{
	font: bold;
	text-decoration: underline;
}

/********* MAINMENU ***********/

#Navi1{
	background: #FFFFFF url(res/) repeat-y top center;
}

#Navi1 li{
	border-right:1px solid #000000;
}

#Navi1 a {
	color:#000000;
}

#MainSelect a{
	background: #000000;
	color: #FFFFFF;
}

/********* SUBMENU ***********/

#Navi2{
	background: #FFFFFF url(res/) repeat-y top center;
}

#Navi2 li{
	border-right:1px solid #0027CC;
}

#Navi2 a {
	color:#0027CC;
}

#SubSelect a{
	background: #0027CC;
	color: #FFFFFF;
}

/********* LINKS ***********/

#Links{
	background: #FFFFFF url(res/) repeat-y top center;
}

#Links ul{
	margin:0px auto;
}

#Links li{
	border-right:1px solid #13138C;
}

#Links a {
	color:#13138C;
}

/********* CONTENT ***********/

#Content{
	background: #FFFFFF url(res/) repeat-y top center;
	font: 11pt;
	color: #0000000;
	padding: 0px;
	width: 870px;
	margin: 0px;
	text-align: left;
}

#Content p, #Content ul, .box{
	padding: 0px 40px;
}
#Content ul{
	list-style-position:outside;
	margin-left: 40px;
}

#Content h1{
	font: bold 1.5em;
	color: #13138C;
	padding: 10px 40px;
	margin-bottom: -5px;
}

#Content h2{
	font: bold 1.2em;
	color: #13138C;
	padding: 10px 40px;
	margin-bottom: -20px;
}

#Content h2 a, h3 a{
	color: #13138C;
	text-decoration: underline;
}

#Content h2 a:hover, h3 a:hover{
	text-decoration: none;
	color: #13138C;
}

#Content h3{
	font: bold 1em;
	color: #13138C;
	padding: 10px 40px;
	margin-bottom: -20px;
}

#bottomspace{
	margin-bottom: 500px;
}

/************* SUBLIST **************/
#sublist{
	width: 670px;
	border: 1px solid #13138C;
	background: #fffbec;
	padding-bottom: 20px;
	text-align: left;
}

#sublist h2, h3{
	padding-bottom: 10px;
	margin: 5px;
}

#sublist h2 a, h3 a{
	color: #13138C;
	text-decoration: underline;
}

#sublist h2 a:hover, h3 a:hover{
	text-decoration: none;
	color: #13138C;
}

.listbox {
	text-align: center;
}

/********* PICTURE BOXES ***********/

.pix, .picitem{
	margin: 0 auto;
	width: 650px;
	border: 1px #0000000 solid;
}

.largelist {
	margin: 0 auto;
	width: 800px
}


.pix{
	font-size: 8pt;
}

.pix td, .picitem .pic, .largelist .pic{
	color: #1F5950;
	vertical-align:top;
	padding: 5px;
	background: #fffbec;
	text-align: center;
	line-height: 2em;
}

.pic{
	width:200px;
}

.itemtext{
	vertical-align:top;
}

.singlepic{
	float: left;
	border: 1px #0000000 solid;
	padding: 5px;
	font-size: 8pt;
	color: #0000000;
	background: #fffbec;
	margin: 20px;
}

