/* Global Elements

=====================================================================*/

body {

	line-height: 1.6em;

	font:62.5% arial, verdana, serif;

	background-color: #00579A;

	background-image: url(../images/layout/ocmis-bg.jpg);

	background-repeat: no-repeat;

	background-position: left top;	

}



/*----------------------------------------------*/





h1 {

font-family: Arial,Helvetica,Sans-Serif;

font-size: 26px;

line-height: 1.5em;

letter-spacing: -1px;

color: #222222;

}



h2 {

	font-family: Arial,Helvetica,Sans-Serif;

	font-size: 18px;

	line-height: 1.5em;

	letter-spacing: -1px;

	color: #666666;

}





#bgcontainer {

	clear: both;

	width: 1050px;

	margin-right: auto;

	margin-left: auto;

	overflow: auto;

	background-image: url(../images/layout/bgcontainer.png);

	background-repeat: no-repeat;

	background-position: center top;

}



#container {

	clear: both;

	width: 980px;

	margin-right: auto;

	margin-left: auto;

	overflow: auto;

}



#header {

	clear: both;

	margin-top:20px;

	height: 108px;

	overflow: hidden;

	background-image: url(../images/layout/header.jpg);

	background-repeat: no-repeat;

	background-position: left top;	/*background-color: #1B5790;	*/



}





#frontpage_ads {

	height:240px;

	background-color: #F7F7F7;

	padding:10px;

	/*background-image: url(../images/layout/front-ads-bg.png);

	background-repeat: no-repeat;

	background-position: center center;*/

}





#contentcontainer {

	clear: both;

	overflow:auto;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #e2e2e2;

	background-color: #FFFFFF;

	background-image: url(../images/layout/sidebar-bg2.jpg);

	background-repeat: repeat-y;

	background-position: right top;

}





#sidebar {

    width:200px;

	float:right;

	overflow:auto;

}



#content {

	width:759px;

	float:left;

	overflow:auto;

	padding:10px;

	background-image: url(../images/layout/content_topbg.gif);

	background-repeat: repeat-x;

	background-position: left top;

	font-family: Arial,Helvetica,Sans-Serif;

	font-size: 12px;

	line-height: 1.5em;

	border-bottom:solid 1px #E4E4E4;

	color: #555555;

	background-color: #FFFFFF;

}



#content p{

padding:10px;

}



#content h1 {

padding:10px;

}



#content img {

	border: 1px solid #EEEEEE;

}


#content a:link img, #content a:visited img, #content a:hover img, #content a:active img { border:none; }


#footerads {

height:30px;

background-color: #F7F7F7;

}





#footer {

	clear: both;

	height: 110px;

	margin-top:0px;

	padding-top:70px;

	margin-bottom:40px;

	/*padding:10px;*/

	/*background-color: #93b72b;*/

	background-image: url(../images/layout/footer.png);

	background-repeat: no-repeat;

	background-position: left top;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #000000;

}



#footer_box {

	clear: both;

	height: 110px;

	background-image: url(../images/layout/ib_logo.jpg);

	background-repeat: no-repeat;

	background-position: right top;	

	margin-right:20px;

	/*background-color:#758F23;*/

}



.footer_address {

	display:block;

	float:left;

	font-size:12px;

	margin-left:30px;

	margin-right:30px;

	color: #333333;

	line-height:20px;

}



.footer_address h3 {

	font-size:14px;

	line-height:22px;

	color: #000000;

	font-family:Geneva, Arial, Helvetica, sans-serif;

}









