a:link { 
	color: #384385;
	text-decoration: none;
}
a:visited {
	color: #384385;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}

#main{
	width:880px;
}

h1{
	font-size:14px;
	font-weight:bold;
}

#head {
	width: 862px;
	height: 167px;
	background-image: URL(img/head.jpg);
	background-repeat: no-repeat;
}

#head h2{
	font-size:35px;
	font-weight:bold;
	margin-left:40px;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#foot h3 a{
	color:#FFFFFF;
}

#left{
	margin: 0px 0px 0px 0px;
	width: 437px;
	height: 650px;
	float: left;
}

#right{
	margin-left: 0px;
	padding:20px;
	width: 402px;
	height:630px;
	float: right;
	background-image:url(img/form_bg.gif);
	background-repeat:no-repeat;
}

#frame{
	width: 270px;
	height:400px;
	margin-top:60px;
}

#dscr{
	padding: 10px 20px;
	font-size:12px;
	text-align:left;
}

#foot {
	width: 862px;
	height: 30px;
	clear: both;
	background-image: URL(img/foot.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:2px;
}