﻿@charset "utf-8";
/* all page */

img, div, input, ul, p, body { behavior: url("iepngfix.htc") }
img, div, input, ul, p, body { behavior: url("../iepngfix.htc") }

body{
	margin:0px;
	width:100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background: url(../images/background.jpg) #66a1c3;
	background-repeat:repeat-x;
}

#center{
	width:905px;
	padding-left:1px;
	padding-right:1px;
	background-color:#FFF;
	text-align:justify;
	font-size: 85%;
	height:auto;
}
#topimage{	
	width:905px;
	height:123px;
	background-repeat: no-repeat;
	background: url(../images/images_top.jpg) #FFF;
}
#topimage .link{
	width:150px;
	height:120px;
	float:left;

}
#topimage .menu{
	width:717px;
	padding-right:9px;
	height:120px;
	float:right;
}
#topimage .menu .flash{
	width:500px;
	padding-left:30px;
	padding-top:24px;
	height:40px;
	float:left;
}
#topimage .menu .links{
	width:718px;
	height:20px;
	margin-top:17px;
	float:left;
	text-align:right;
	text-transform: uppercase;
	color:#FFF;
	font-size:100%;
	padding-top:12px;
	padding-bottom:10px;
}
#topimage .menu .links a{
	padding-top:12px; padding-bottom:10px; padding-left:9px; padding-right:9px; color:#FFF; text-decoration:none; display:inline; 
}
#topimage .menu .links a:hover{
	color:#FFF; background-image: url(../images/menu_over.jpg);
}
h2{
	color:#006699;
	font-size:120%;
}
p{
	text-align:justify;
}

.leftlinks a{
	text-decoration:none;
	color:#000;
	}
.leftlinks a:hover{
	text-decoration:none;
	color:#999;
	}

.leftlinks2 a{
	text-decoration:none;
	color: #333;
	}
.leftlinks2 a:hover{
	text-decoration:none;
	color: #06C;
	}
.contact {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
}

.main a{
	text-decoration:none;
	color: #00F;
	}
.main a:hover{
	text-decoration:none;
	color: #06C;
	}
.main .head{
	color: #990000;
	}
	
.imagepad{
	padding-left:5px;
	}
.footer{
	color:#c5c3c3;
	font-weight:bold;
	font-size:80%;
	letter-spacing:0.1em;
	text-align: left;
	}
img {
	border: 0px none #FFF;
}

.footer .copy {
	font-weight: normal;
	text-align: center;
	background-image: url(../images/footer-copy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
}

.footer a{
	text-decoration:none;
	color:#9a9898;
	font-weight:normal;
	}
.footer a:hover{
	text-decoration: underline;
	color:#CCC;
	}
.error{ color:#F00;}
