body {
	background: #FFFFFF url(img/bg.jpg) repeat-x;
   margin: 0; /* to avoid margins */
   text-align: center; /* to correct the centering IE bug*/
   font-size: 0.90em !important;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#IntroVideo {
	position: fixed;
	bottom: 0px;
	right: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	width: 780px;
	text-align: left;
	height: 100%;
}

.hnav {
	font-family: arial, verdana;
	text-align: right;
	color: #FFFFFF;
	font-size: 15px;
	word-spacing: 15px;
	margin-top: 10px;
	font-weight: bold;
	
}

.hnav a {
	font-family: arial, verdana;
	text-align: right;
	word-spacing: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

.hnav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#headleft {
	float: left;
	width: 160px;
	background: url(img/logo.jpg) no-repeat;
	height: 140px;
	margin-top: 15px;
	padding-left: 50px;
}

#headlogo {
	float: left;
	width: 160px;
	height: 167px;
	margin-top: 15px;
	padding-left: 0px;
}

#headright {
	float: right;
	width: 620px;
	height: 120px;
	font-size: 28px;
	font-family: arial, verdana;
	color: #494949;
	text-align: right;
	padding-top: 0px;
	margin-top: 15px;

}

#whitebar {
	background: url(img/whitebar.jpg) no-repeat;
	width: 784px;
	height: 113px;
	margin-top: 17px;
	padding-top: 15px;
	padding-left: 12px;
	word-spacing: 4px;
}

#pgleft {
	margin-top: 15px;
	float: left;
	width: 125px;
	display: inline;
	padding-left: 12px;
}

#pgcenter {
	margin-top: 15px;
	float: left;
	width: 480px;
	display: inline;
	margin-left: 13px;
	font-family: arial, verdana;
	color: #000000;
}

#pgright {
	margin-top: 15px;
	float: right;
	width: 125px;
	display: inline;
	text-align: right;
	padding-right: 8px;
}

#footer {
	background: url(img/footbg.jpg) no-repeat;
	width: 786px;
	height: 113px;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: arial, verdana;
}

#footer .okicisco {
	padding-top: 30px;
	padding-left: 270px;
}

#footer .partners {
	padding-top: 20px;
	padding-left: 15px;
	float: left;
	margin-bottom: 20px;
}

#footer .links {
	padding-top: 20px;
	font-size: 10px;
}


#footer a {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}



.title {
	font-family: arial, verdana;
	color: #000000;
	font-weight: bold;
	font-size: 15px
}


.text {
	font-size: 13px;
	font-family: arial, verdana;
}

.block { 
	border: 1px solid #FFA8A8;
	background: #FFF0F0;
	padding: 10px 10px 0px 10px;
	margin: 0 0 15px 0
}

.block p { 
	margin: 0;
	padding: 0 0 10px 0;
}

.block strong { 
		color: #CC0000;
}
	
.red {
	color: #FF0000;
	display: inline;
}

/* Header elements */

	h1 {
		overflow: hidden;
		text-indent:-3000px;
		margin:0;
		padding:0;
		height: 40px;
		}
	   
	h2 {
		font-size: 1.5em;
		color: #EA404D;
		margin: 0px 0;
		padding: 0;
		}
		
	h3 {
		font-size: 1em;
		color: #000;
		margin: 0 0 15px 0;
		padding: 0;
		}
		
	h4 {
		color: #EA404D;
		font-size: 1.5em;
		margin: 0 0 15px 0;
		padding: 0;
		}
		
	h2, h3, h4, h5 {
		line-height: 1.2em;
		}
	
/* End header elements */