body {
	background-color: #9AAED3;
	margin: 0px;
	font-family:arial, helvetica;

}
#container {
	width: 765px;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	background-color:#ffffff;
	margin-top: 0px;
	padding: 0px;
	background-image: url(../template3_img/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	border: none;
}
#top {
	height: 135px;
}
#topImg{
	float: left;
	height: 135px;
	width: 750px;
	z-index: 2;	
}
#topCorner{
	background-image: url(../template3_img/borderTopRight.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 20px;
	width: 15px;
	z-index: 1;	
}
#bottom{
	color: #490075;
	width:735px;
	height:30px;
	background-image: url(../template3_img/borderBottom.jpg);
	background-repeat: no-repeat;
	font-size:9px;
	text-align:center;
	padding-top:10px;
	padding-right:30px;
}
#bottom a{
	color: #490075;
	text-decoration:none;
}
#bottom a:visited{
	color: #490075;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#menu{
	width:200px;
	float:left;
	background-color:#cdccc4;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

#menu h3{
	margin:0px;
	padding:0px;
	padding-top:7px;
	margin-left:0px;
	padding-left:10px;
	
	height:23px;
	font-size:11px;
	vertical-align:middle;
	font-weight:bold;
}
.h3on{
	background-color:#999999;
}
.h4on{
	background-color:#E4E4E4;
}
.h3off{
	background-color:#7b7a78;
}
.h4off{
	background-color:#cdccc4;
}
#menu h3 a{
	color:white;
	text-decoration:none;
}
#menu h4{
	margin:0px;  
	padding:0px;
	padding-top:7px;
	margin-left:0px;
	padding-left:20px;
	border-bottom:solid 1px #eeeeee;
	height:21px;
	font-size:11px;
	vertical-align:middle;
	font-weight:normal;
}
#menu h4 a{
	color:#666666;
	text-decoration:none;
}

#path{
	float:left;
	width:533px;
	padding-left:15px;
	font-size:11px;
	color:#666666;
	padding-top:8px;
	padding-bottom:2px;
	color:#999999;
	background-image: url(../template3_img/separation.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:20px;
}
#path a{
	text-decoration:underline;
	color:#999999;
}
#language{
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666666;
	background-image: url(../template3_img/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#language a{
	text-decoration:none;
	color:#666666;
}
h1{
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
	font-size:14px;
	color:#345C9A;
	padding-left:15px;
	
}
.object{
	margin-bottom:20px;
	margin-left:10px;
	clear:both;
}
.object h1{
	margin-top:0px;
	margin-bottom:10px;
	font-size:12px;
	color:#888888;	
	margin-left:0px;
	padding-left:0px;
}
.object h2{
	margin-top:0px;
	margin-bottom:10px;
	font-size:13px;
	color:#BBBBBB;	
	margin-left:0px;
	padding-left:0px;
}
.object h3{
	margin-top:0px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:normal;
	color:#345C9A;	
	margin-left:0px;
	padding-left:0px;
}
.object p, table{
	margin:0px;
	padding:0px;
}
.object p{
	margin-bottom:0px;
	margin-top:0px;
}
.object p,th,td{
	color:#666666;	
}
.object table th{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	border-bottom:dotted 1px #dddddd;
}
.object table td{
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	border-bottom:dotted 1px #dddddd;
}
.object p{
	margin-bottom:0px;
	margin-top:0px;
}
.object ul{
	color:#666666;
	list-style-type: disc;
	margin-left:18px;

}
.object ol{
	color:#666666;
	margin-left:22px;
}
.object li{
	
}

.object ol{
	color:#666666;
}
.object a{
	color:#3965A4;
	text-decoration:underline;
}
.object a:hover{
	text-decoration:none;
}
.object a:visited{
	color:#9AAED3;
	
}
.object label{
	float:left;
	text-align:right;
	margin-right:10px;
	width:120px;
	display:block;
	font-size:12px;
	font-color:#999999;
	padding-top:3px;
}
.object textarea, select{
	float:left;
	width:200px;
	display:block;
	font-size:10px;
	font-family:verdana,arial,helvetaica;
	font-size:12px;
	margin-bottom:15px;
}
.object textarea{
	width:300px;
	height:100px;
}
.separation{
	background-image: url(../template3_img/separation.gif);
	background-repeat: repeat-x;
	width:100%;
	height:1px;
	margin-bottom:13px;
	margin-left:10px;
}
.object input{
	margin-bottom:15px;
}
input#text {
	float:left;
	width:200px;
	display:block;
	font-size:12px;
	font-family:verdana,arial,helvetaica;
	margin-bottom:15px;
}


input#submit { 
  width: auto;
  top:20px;
  margin-top:10px;
  font-size:12px;
}
.formSeparation{
	border-botom:solid 1px #999999;
}
.object form br { 
  clear: left;
  floa:none;
}

#z1{
	float:left;
	width:380px;
	padding:5px;
	font-size:11px;
}
#z2{
	padding:0px;
	padding-top:7px;
	font-size:11px;
}
#z2 h1{
	margin-top:10px;
	margin-bottom:0px;
	height:22px;
	background-color:#345C9A;
	font-size:14px;
	color:white;
	padding-top:4px;
	padding-left:7px;
	padding-right:5px;
}
#z2 img, p, table{
	margin-right:20px;
	margin-left:7px;
}

#bottom{
	clear:both;
}
.browser{
	text-align:center;
	font-size:10px;
	padding-top:5px;
}
.browser a{
	text-decoration : none;
	color:#000000;
}
#group{
	height:22px;
	color:#065097;
	vertical-align:middle;
	margin-left:10px;
}
#group a{
	text-decoration:none;
	color:#065097;
}