@charset "utf-8";
/* Site CSS Document */

#page-top{
	width: 100%;
	height: auto;
	border-top: 1px solid #878e63;
	border-bottom: none;
	background: linear-gradient(to bottom, #eeeeee,  #ffffff);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
}

#page-top-right p{
	text-align: right;
	font-size: 13px;
	padding: 0.1% 5% 0 0;
	color: #01509d;
}

#page-top p a{
	color: #01509d;
	text-decoration: none;	
}

header {
    width: 96%;
	margin-left: 2%;
	background-image: no-repeat url(/images/header1.png) 50% / 100%;
    background-repeat: no-repeat;
}

header img{
    vertical-align: top;
    width: 100%; /* max width */
/*    opacity: 0;  /* make it transparent */
}

.box1 {
    width:80%;
    height:auto;
    float:left;
/*    margin-bottom:2%;
    border:1px solid #888; */
	margin-left: 0%;
}

.box2 {
    width:20%;
    height:auto;
    float:left;
/*    margin-bottom:2%;
    border:1px solid #888; */
	margin-left: 0%;
}

.box1 {
    clear:left;
}

.clear {
    clear:both;
}

