body {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D8F1F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.top-box {
	width:870px;
	height:124px;
	margin-top:23px;
	font-size:11px;
	font-weight:bold;
	position:absolute;
	background-image:url(../images/img-header.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.content {
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
}
.division {
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	height: 8px;
	border-top: solid 2px #D8F1F5;
	border-bottom: solid 2px #D8F1F5;
}
.menu {
	padding:10px;
	padding-bottom:15px;
	width:180px;
	float:left;
}
.menu a {
	font-size:14px;
	color:#CCCCCC;
	text-decoration:none;
	display:block;
	clear:both;
	padding:7px;
	line-height:14px;
}
.menu a:hover {
	color:#FFFFFF;
	font-weight:bold;
}
.item-selected {
	color:#FFF;
	font-weight:bold;
}
.txt-small {
	font-size:11px;
	clear:both;
	font-weight:normal;
}
h1 {
	font-size:25px;
	color:#d7f1f4;
	margin:0px;
	font-weight:normal;
}
.box1 {
	width:310px;
	padding:15px;
	padding-bottom:25px;
	float:left;
	font-size:11px;
	font-weight:bold;
}
.box2 {
	width:200px;
	padding:15px;
	padding-left:28px;
	float:left;
	font-size:11px;
}
.box3 {
	width:540px;
	padding:15px;
	padding-right:25px;
	padding-bottom:25px;
	float:left;
	font-size:11px;
}
.box1 p, .box2 p, .box3 p {
	line-height:16px;
	text-align:justify;
}
.txt-bold {
	font-weight:bold;
}
.links {
	color: #66CCFF;
	
}
a {
	
	color: #66CCFF;
}
.links-box{
	color:#374572;
	text-decoration:none;
}
.links-box:hover{
	color: #66CCFF;
}
.field1{
	background-color:#99CCFF;
	border:solid 1px #D8F1F5;
	width:200px;
	font-size:10px;
}
.but {
	background-color:#0099CC;
	color:#FFFFFF;
	border:solid 1px #D8F1F5;
	font-size:10px;
	font-weight:bold;
}

#popup{
	position:absolute;
	width:100%;
	height:550px;
	z-index:5;
	visibility:visible;
	overflow:hidden;
	top:100px;
}

#popup img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
