/*
====================== standard elements  */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#666;
	background-image: url("../images/common/mainBG.jpg");
	background-repeat: repeat-y;
}

#wrapper {
	margin:0;
	width: 710px;
	text-align: left;
	padding: 0;
	border:1px solid #CCC;
}

form{
	margin:0;
	padding:0;
}


/*
====================== header elements  */
#header{
	padding:5px 0 0 0;
	text-align: left;
	height: 95px;
	background-repeat: no-repeat;
	background-color:#333;
	font-size:90%;
	color:#FFF;
	background-image: url("../images/common/headerBG2.jpg");
	background-repeat:no-repeat;
}

#header img{
	float:left;
	margin-bottom:15px;
}

#header h1{
	margin:2px 0 5px 5px;
	font-size:12px;
	font-weight:bold;
}


/*
====================== headNavi elements  */
#headNavi{
	margin:0;
	clear:both;
	padding:5px;	
	text-align:right;
	background-color:#474747;
	height:20px;

}

#headNavi a,#subSection a{
	color: #FFF;

}

#headNavi a:hover ,#subSection a:hover{/**/
	color: #C00;
}


#headNavi img{
	float:none;
	display:inline;
	margin:0 2px 0 10px;
	vertical-align:middle;
}


/*
====================== breadCrumbs elements  */
#breadCrumbs{
/*	clear:both; */
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
/*	border-top:1px solid #E1E1E1; */
	border-bottom:1px solid #E1E1E1;

}

#breadCrumbs a:link, #breadCrumbs a:visited {
	text-decoration:underline;
	color: #999;
	} 

#breadCrumbs a:hover {
	color: #c30;
	} 


/*
====================== footer elements  */
#footer{
	clear:both;
	margin:0;
	padding:0 5px;
	text-align: left;
	height: 106px;
	clear: both;
	
	background-color	: #EBEBEB !important;
	border-top:1px solid #C7C7C7;
	background-image:url();
/*	
	background-image:url("../images/common/footerBG.gif");
	background-repeat:repeat-x;
	background-position:bottom;
*/


}

address{
	font-weight:normal;
	font-style:normal;
	
	display:block;
	text-align:right;
	background-color	: #EBEBEB;
	background-image:url();
}

#footNavi{
	margin-top:25px;
	margin-bottom:35px;
	clear:both;
	background-color	: #EBEBEB;
	background-image:url();

}
#headNavi img,#footNavi img{
	float:none;
	display:inline;
	margin:0 2px 0;
	vertical-align:middle;
}
#footNavi a:link,#footNavi a:visited{
	color:#333;
	margin-right:10px;
}
#footNavi a:hover{
	color: #C00;
	margin-right:10px;
}
#footer #portal
{
	background-color	: #EBEBEB;
	background-image:url();
}


.toTop, .toPage{
/*	margin:5px 0;
	float: right;
*/
	display:block;
	clear:both;
	text-align:right;
	margin-right:5px;
}




/*
====================== standards styles  */
.skipElement{
/*	visibility:hidden;*/
	position: absolute;
	left: -100em;
	top: -100em;
}


a:link {
	text-decoration:underline;
	color: #C00;
	background: transparent;
}

a:visited {
	text-decoration:underline;
	color: #C00;
	background: transparent; 
}

a:hover {
	text-decoration : underline;
	color: #F90;
	background: transparent; 
}

a:active {
	text-decoration:underline;
	color: #C00;
	background: transparent;  
}
	

th {
	font-weight:normal;
}

html p{
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	line-height: 150%;
}




/* for Positioning */
.rightImg{	float:right;}
.leftImg{	float:left;}
.leftPOSI{	float:left;}
.centerPOSI{	margin:0 auto 5px auto;}
.rightPOSI{	float:right;}

/* for Images */
img {	display: block;border: 0;margin:0;}
.inline{	display:inline;}

/* for NavigationSkip */
.hide	{	display: none;}

/* for Icon */
.icon_img{	float:left; padding : 1px 3px; }