@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	color: #373737;
	margin: 0px;
	padding: 0px;
}
a:active, a:focus{
	outline:0;
}
.text-head{
	font-size:1.1em;
	color: #373737;
	font-weight:bold;
	
	}
.text_bold{
	font-weight:bold;
	}

.italic-small{
	font-size:0.85em;
	font-style: italic;
	line-height: 1.3em;
	}	
.textred {
	font-weight: bold;
	color: #CD1E25;
}
h1{
	font-size:1.3em;
	font-weight: bold;
	color: #204299;
	margin-top:20px;
	margin-bottom:10px;
}
a:link, a:visited{
	color: #3061ab;
	text-decoration: underline;
}
a:hover, a:active{
color: #688cce;
}
#wrapper{
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	width: 710px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header{
	background-image: url(images/header_blue.gif);
	height: 149px;
	width: 728px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#icon{
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	height: 298px;
	width: 270px;
	position: absolute;
	z-index: 4;
	left: 530px;
	top: 0px;
}
#icon_small{
	background-image: url(images/icon_small_blue.png);
	background-repeat: no-repeat;
	height: 207px;
	width: 270px;
	position: absolute;
	z-index: 4;
	left: 523px;
	top: -1px;
}
#right-menu{
	position:absolute;
	top:289px;
	left:552px;
	width:233px;
	}
#right-menu a:link,	#right-menu a:visited{
	font-size: .85em;
	color: #3061ab;
	line-height: 1.3em;
	text-decoration: none;
}	
#right-menu a:hover, #right-menu a:active{
	text-decoration: underline;
}	
#content{
	margin-top: 0px;
	width: 440px;
	margin-left: 85px;
	margin-bottom: 20px;
}
#content_page{
	margin-top: 0px;
	width: 600px;
	margin-left: 140px;
	margin-bottom: 20px;
}
#footer{
	background-repeat: no-repeat;
	height: 72px;
	width: 533px;
	background-image: url(images/footer_blue.gif);
	background-position: left top;
}
#contact{
	color: #FFFFFF;
	position: absolute;
	z-index: 8;
	left: 501px;
	top: 6px;
	width: 190px;
}

#contact a:link, #contact a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover, #contact a:active{
	color: #204299;
} 
#footercontent{
	margin-top: 0px;
	margin-left: 85px;
}
