﻿/* ............................................................................ */
/* CSS design and positioning by Sonel & Martin studio - www.sonelandmartin.com */
/* ............................................................................ */


body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	line-height:18px;
	color:#144266;
	font-weight:normal;
	text-align:left;
	background:url(images/bgr.png) repeat-x top #99ccff;
}

img { border:none }
a { color:#144266; font-weight:bold; text-decoration:none; outline:none }
a:hover { color:#144266; text-decoration:underline }

.l { float:left }
.r { float:right }

.main { width:800px; background:#FFF; margin-left:auto; margin-right:auto }

.header { width:800px; height:210px; background:url(images/header.jpg) no-repeat top center #FFF; float:left }

.content { width:740px; padding:0 30px; background:#FFF; float:left }

/* .line { width:740px; height:13px; margin:25px 0 } */
.line { width:740px; height:13px; margin:10px 0 }

/* .box { padding:0 20px; font-family:Arial; font-size:20px; line-height:25px; color:#144266 } */
.box { padding:0 20px; font-family:Arial; font-size:16px; font-weight:bold; line-height :20px; text-align:center; color:#144266 }
.box1 { padding:0 20px; font-family:Arial; font-size:16px; font-weight:bold; line-height:25px; color:#144266 }

/* .link1 { width:422px; height:59px; font-family:Arial; font-size:22px; font-weight:normal; text-align:center; line-height:59px; color:#FFF; background:url(images/link1.png) no-repeat left top; display:block; text-decoration:underline } */
.link1 { width:422px; height:59px; font-family:Arial; font-size:16px; font-weight:bold; text-align:center; line-height:59px; color:#FFF; background:url(images/link1.png) no-repeat left top; display:block; text-decoration:underline }
.link1:hover { color:#FFF; text-decoration:none }

/* .link2 { width:660px; height:59px; padding:0 20px; margin-top:4px; font-family:Arial; font-size:20px; font-weight:normal; text-align:left; line-height:59px; color:#336699; background:url(images/link2.png) no-repeat left top; display:block; text-decoration:none } */
.link2 { width:660px; height:40px; padding:0 20px; margin-top:4px; font-family:Arial; font-size:16px; font-weight:normal; text-align:left; line-height:40px; color:#336699; background:url(images/link2a1.png) no-repeat left top; display:block; text-decoration:none }
.link2:hover { color:#144266; text-decoration:none }

/* .link3 { font-family:Arial; font-size:20px; line-height:35px; font-weight:normal; color:#144266; text-decoration:underline } */
.link3 {
	font-family: Arial;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #144266;
	text-align: left;
	text-decoration: underline;
}
.link3:hover { color:#144266; text-decoration:none }

/* .link4 { width:660px; height:59px; padding:0 20px; margin-top:4px; font-family:Arial; font-size:20px; font-weight:normal; text-align:left; line-height:59px; color:#336699; background:url(images/link4.png) no-repeat left top; display:block; text-decoration:none } */
.link4 { width:660px; height:40px; padding:0 20px; margin-top:4px; font-family:Arial; font-size:16px; font-weight:bold; text-align:left; line-height:40px; color:#336699; background:url(images/link4.png) no-repeat left top; display:block; text-decoration:none }
.link4:hover { color:#144266; text-decoration:none }

.footer { width:740px; padding:0 30px 40px 30px; background:url(images/footer.png) no-repeat bottom left #FFF; float:left }
.footspace { width:800px; height:50px; background:#99ccff; clear:both }