@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	
	background-color:#eeeeee;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:black;
	line-height:21px;
	
	overflow-y:scroll;
	
	text-align:center;
}


a {
	color:#00538d;
	text-decoration:none;
}
a.black {
	color:black;
}
a.black:hover {
	color:#00538d;
}
a.hi {
	color:#00538d;
	text-decoration:none;
}
div {
	position:relative;
	background-repeat:no-repeat;
}
img {
	border:none;
}
img.icon {
	padding-right:4px;
}
p {
	margin-top:0px;	
}
p.ul {
	margin-left:8px;
	margin-bottom:0px;
}
p.ul span {
	position:absolute;
	margin-left:-8px;
}
p.titteam {
	position:absolute;
	margin-top:-49px;	
	
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	
	color:#ed9469;
}
table td {
	vertical-align:top;
}
img.spacer {
	height:260px;	
}
input,textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:normal;
	height:auto;
	
	border:1px solid black;
	margin-bottom:5px;
}




.error {
	color:red;
}



/*MAIN*/
div.main {
	width:951px;
	height:auto;
	margin:auto;
	
	text-align:left;
	vertical-align:top;
	
	/*border:1px solid black;*/
}

div.main table td {
	vertical-align:top;
}



/*HEAD*/
div.head {
	width:951px;
	height:140px;
	
}

div.head div.logo {
	position:absolute;
	margin-top:30px;
	margin-left:0px;
}
div.head div.nav {
	position:absolute;
	
	width:750px;
	
	text-align:right;

	margin-left:200px;
	margin-top:86px;
}
div.head div.siteutils {
	position:absolute;
	
	width:400px;

	margin-left:551px;
	margin-top:4px;
	
	text-align:right;
}
div.head div.siteutils a {
	color:black;
	font-weight:normal;
	line-height:13px;
	margin-right:10px;
}




/*BODY*/
div.body {
	width:951px;
	height:329px;
	
	overflow:auto;
	overflow-x:hidden;
	
	padding-top:76px;
	padding-bottom:20px;
	
	background-color:white;
}


div.body div {
	position:relative;
	width:287px;
	padding-right:10px;
}

div.body img.tit {
	position:absolute;
	
	left:-4px;
	top:0px;
	
	margin-top:-53px;
}


div.body div.left {
	margin-left:15px;
}
div.body div.left .top {
	margin-left:-16px;
	margin-top:-77px;
}

div.body div.middle {
	margin-left:15px;
}

div.body div.middle .top {
	margin-left:-15px;
	margin-top:-77px;
}

div.body div.right {
	margin-left:15px;
}

div.body div.rightBig {
	margin-left:4px;
	padding-left:8px;
	width:580px;
}



div.body div.vline {
	margin-left:-8px;
	padding-left:8px;
	
	background-image:url(../_images/_bg/bg_vine.gif);
	background-repeat:repeat-y;
}
div.body div.mask {
	position:absolute;
	
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	
	background-color:white;
	width:1px;
	height:6px;
}
div.body div.rightBig img.tit {
	margin-left:7px;
}
div.body div.rightBig img {
	margin-left:-7px;
}



div.body div.leftBig {
	margin-left:25px;
	width:612px;
}

















/*FOOTER*/
div.footer {
	width:951px;
	height:62px;
	
	margin-top:1px;
	color:white;
	
	background-color:#103356;
}
div.footer a {
	color:white;
}




div.address {
	width:951px;
	height:50px;
	text-align:center;
}
div.address img{
	margin-top:10px;
}

