body {
font: 12px Verdana, Arial, Sans-Serif;
color: #000000;
background: #ffffff;
}

/*--------------------------------------*/

.btn {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
	border: 1px solid silver;
	background-color: #0178B5;
}

a:link, a:visited {
    text-decoration: none;
    color: #666666;
}

#active {
    font-weight: bold;
    text-decoration: none;
    color: #0178B5;
}

a:active {
    font-weight: bold;
    text-decoration: none;
    color: #0178B5;
}

a:hover {
    font-weight: bold;
    color: #0178B5;
}

/*--------------------------------------*/

#main {
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
}

#menu li {
	display: inline;
}

#menu {
    list-style-type: none;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
}

#banner {
    width: *;
    height: 130px;
    margin-left: 0;
    text-align: center;
    overflow: hidden;
}

#enlargementContainer {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    display: none;
    z-index: +1;
}

#enlargementText {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 1px solid #000;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
}

#enlargementLoader {
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#banner img {
    cursor: pointer;
}

#container {
    width: 760px;
    text-align: center;
}

#content2 {
    margin-left: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 332px;
    float: left;
    text-align: left;
    line-height: 24px;
}

#content3 {
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 210px;
    float: left;
    text-align: left;
    line-height: 24px;
}

#headline {
    color: #0178B5;
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
}

#menu2 {
    text-align: right;
    width: 260px;
    height: auto;
    float: right;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    list-style-type: none;
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
}






