body {
	margin :  0px;
	padding:  0px;
	background-image   : url(../images/bgBody.gif);
	background-position: center 125px;
	background-repeat  : repeat-y;
}
img {
	border :  0px;
}
.clear {
	clear: both;
}



/*
 * Header
 */
#header {
	position: relative;
	width : 978px;
	height: 125px;
	margin :   0px auto;
	background-image: url(../images/bgHeader.gif);
	border-bottom: 2px solid #FFFFFF;
}
#logo {
	position: absolute;
	top  : 42px;
	left : 15px;
	z-index: 10;
}
#headerbanner {
	position: absolute;
	top  : 27px;
	right: 10px;
	z-index: 10;
}
#contactar {
	position: absolute;
	top  :  0px;
	right:  0px;
	padding:  8px 25px  0px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/icoContactar.gif) top right no-repeat;
}



/*
 * Menu
 */
#menu {
	position: absolute;
	top : 100px;
	left:   0px;
	width : 978px;
	height: 25px;
	background: #7F7FCC;
}
#menu img {
	float: left;
	display: block;
	position: relative;
}
#menu img.br {
	border-right :  2px solid #FFFFFF;
}
#menu img.bb {
	border-left  :  2px solid #FFFFFF;
	border-right :  2px solid #FFFFFF;
}
#menu a {
	float: left;
	display: block;
	position: relative;
	width : 75px;
	height: 25px;
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a.mr {
	margin:  0px  4px  0px  0px;
}
#menu a:hover span {
	background: #000099;
}
#menu span {
	display: block;
	position: absolute;
	top  :  0px;
	width : 75px;
	height: 20px;
	padding-top:  5px;
	color: #FFFFFF;
	text-align : center;
	background: #9F9FD9;
}


/*
 * Content
 */
#contentwide {
	position: relative;
	width :  978px;
	margin :  0px auto;
	padding:  0px  0px 10px  0px;
	background: url(../images/bgContent.gif) repeat-y;
}
#content {
	position: relative;
	width: 948px;
	padding:  0px 10px 10px 20px;
}
#colL {
	float: left;
	position: relative;
	width: 680px;
}
#colR {
	float: right;
	position: relative;
	width : 188px;
	margin :  0px;
	padding:  0px;
}
#content h1 {
	position: relative;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 18px;
	z-index: 10;
}
#content h2 {
	position: relative;
	margin : 18px  0px -6px  0px;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 16px;
	z-index: 10;
}
#content p {
	margin :  6px  0px  6px  0px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
}
#content p a {
	color: #000099;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}



#colR h3,
#colR h6 {
	position: relative;
	margin : 12px  0px -6px  0px;
	color: #000099;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 16px;
	z-index: 10;
}
#colR .box {
	position: relative;
	padding:  5px  5px;
	background: #FFFFFF;
}
#colR ul {
	position: relative;
	margin :  0px  0px  0px  0px;
	padding:  0px  5px;
	font-family: Verdana;
	font-size  : 11px;
	list-style : none;
}
#colR ul li {
	position: relative;
	padding-left: 12px;
	background : url(../images/icoBulletMetacont3.gif) no-repeat 5px 6px;
	line-height: 150%;
}
#colR ul li a {
	color: #000099;
	text-decoration: none;
}
#colR ul li a:hover {
	color: #000099;
	text-decoration: underline;
}
#colR form {
	position: relative;
	margin :  0px  0px;
	padding:  0px;
	font-family: Verdana;
	font-size  : 11px;
}
#colR form label {
	display: inline-block;
	width :  60px;
}
#colR form input {
	display: inline-block;
	width : 100px;
	margin :  0px  0px  5px  0px;
	border : 1px solid #7F7FCC;
}
#colR form a.search {
	display: block;
	color : #000099;

	text-align: center;
}



/*
 * Footer
 */
#footerwider {
}
#footer {
	position: relative;
	width :  982px;
	margin :   0px auto;
	border-top   : 2px solid #FFFFFF;
	background-color: #6060BF;
}
#footer p {
	margin :  0px;

	padding:  3px  0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size  : 11px;
	text-align : center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}