
/* ============================== */
/* BOTTOM */
/* ============================== */


#bottomPos {
	clear: both;
	height: 20px;
	width: 99%;
	min-width: 800px;	
	padding: 4px 0px 0px 0px;
	margin: 0px auto 5px auto;
	background: #0070ba url('../media/bottom/bg_bottomRight.gif') no-repeat right bottom;
	text-align: center;
	color: #c8d7e4;
	border-top: 1px solid #c8d7e4;
	
}

/*IE6*/
* html #bottomPos {
	width: expression(document.body.clientWidth < 772? "770px" : "auto"); 
}

#bottom0{
	float: left;
	width: 4px;
	height: 7px;
	margin-top: 13px;
}

/* ============================== */
/* BODY */
/* ============================== */


html {
	overflow-y: scroll;
}



body {

	width: 99%;
	margin: 5px auto 0px auto;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	text-align: center;
	
	scrollbar-base-color:#c8d7e4; 
	scrollbar-face-color:#f0f0f0; 
	scrollbar-track-color:#f0f0f0; 

	scrollbar-darkshadow-color:#c8d7e4; 
	scrollbar-3dlight-color:#c8d7e4; 

	scrollbar-arrow-color:#0070ba; 
	scrollbar-highlight-color:#0070ba; 
	scrollbar-shadow-color:#0070ba; 	
	
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}







/* ============================== */
/* TOP */
/* ============================== */

#top0 {
	position: static;
	height: 20px;
	width: 99%;
	min-width: 800px;
	margin: 0px auto 0px auto;
	background: #0070ba url('../media/top/bg_topRight.gif') no-repeat right top;
	border-top: 2px solid #fff;
	text-align: left;
}

/*IE6*/
* html #top0 {
	width: expression(document.body.clientWidth < 772? "770px" : "auto"); 
}

#topPos {
	position: static;
	width: 99%;
	min-width: 800px;
	margin: 0px auto 0px auto;
	background: #ffffff;
	border-top: 2px solid #0070ba;	
	text-align: left;
}

/*IE6*/
* html #topPos {
	width: expression(document.body.clientWidth < 772? "770px" : "auto"); 
}

#topA1 {
	float: left;
	width: 2px;
	height: 82px;
	background: #0070ba;
	font-size: 1px;
}

#topA2 {
	float: left;
	width: 8px;
	height: 82px;
	font-size: 1px;
}



#topA3 {
	float: left;
	width: 185px;
	height: 82px;
}

#logo {
	width: 148px;
	height: 57px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}

#topA4 {
	float: left;
	width: auto;
	height: 82px;
}

#slogan1 {
	position: static;
	margin: 21px 0px 0px auto; 
}
	
#slogan2 {
	text-align: right;
	position: static;
	margin: 4px 0px 0px auto; 
}

#topA5 {
	float: right;
	width: auto;
	text-align: right;
}

#searchHdl{
	width: 146px;
	margin-top: 8px;
	text-align: left;
	color: #0070ba;
	font-weight: bold;
}

#inputSearchA {
	display: block;
	width: 146px;
	border: 1px solid #0070ba;
	height: 17px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#inputSearchB {
	border: 1px solid #0070ba;
	text-align: right;
}


#topA6 {
	float: right;
	width: 9px;
	height: 82px;
	border-right: 2px solid #0070ba;
	
}


#topBPos {
	clear: both;
	width: 100%;
	height: 20px;
	background: #0070ba;
	border-top: 1px solid #0070ba;
	border-bottom: 2px solid #5699cc;
	text-align: left;
}

#topB1 {
	float: left;
	width: 10px;
	height: 20px;
}

#topB2 {
	float: left;
	width: auto;
	height: 20px;
}


#topB3 {
	float: right;
	width: 28px;
	height: 20px;
	text-align: right;
}


a.language {
	margin: 0px;
	padding: 0px;
}

#language1 {
	float: left;
	width: 17px;
	height: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#language2 {
	float: left;
	width: 17px;
	height: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#topCPos {
	clear: both;
	width: 100%;
	background: #c8d7e4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #0070ba;
}

#topC1 {
	float: left;
	width: 12px;
	height: 20px;
}

#topC2 {
	float: left;
	width: auto;
	margin-top: 4px;
	margin-bottom: 3px;
	font-size: 10px;
}

/* ============================== */
/* MAIN */
/* ============================== */

#mainPos {
	position: static;
	width: 99%;
	min-width: 800px;	
	margin: 3px auto 0px auto;
	background: #fff;
	text-align: left;
	padding: 0;
}
/*IE6*/
* html #mainPos {
	width: expression(document.body.clientWidth < 772? "770px" : "auto"); 
}

/* ============================== */
/* MAIN LEFT */
/* ============================== */

#mainLeft{
	float: left;
	width: 168px;
}

/* ============================== */
/* MAIN CENTER */
/* ============================== */


#mainCenter {
	width: auto;
	margin-right: 0px;
	padding: 16px 180px 16px 180px;
}

#contentPos,
#contentIndexPos {
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

#contentIndexPos {
	background: url('../media/background_otti2Cols.gif') center repeat-y;
}

#contentBox1Col {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#contentBoxLeftCol {
	float: left;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 0px 3% 0px 0;
}


#contentBoxRightCol {
	float: right;
	width: 47%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 3%;
}



/* ============================== */
/* MAIN RIGHT */
/* ============================== */

#mainRight {
	float: right;
	width: 161px;
	text-align: right;
	margin-right: -2px;
	border: 0;
}




/* ============================== */
/* SPECIAL BOXES */
/* ============================== */


.specialBoxHdl {
	width: 161px;
	background: url('../media/bg_specialBoxHdl2.png') no-repeat;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: left;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.specialBoxContent {
	width: 161px;
	background: url('../media/bg_specialBoxContentBlue.png') repeat-y;
	color: #ffffff;
	margin-bottom: 5px;
	border-left: 0px solid #fff;
	text-align: left;
	margin-left: 0px;
	font-size: 10px;
	text-decoration: none;
}

.specialBoxSearch {
	width: 161px;
	height: 80px;
	background: url('../media/bg_specialBoxContentBlue.png') repeat-y;
	color: #ffffff;
	margin-bottom: 5px;
	border-left: 0px solid #fff;
	margin-left: 0px;
	text-align: right;
}



#inputSearch1 {
	width: 149px;
	border: 1px solid #0070ba;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
}

#inputSearch2 {
	border: 1px solid #0070ba;
	margin-right: 5px;
}

h1.frameHdl {
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

