body{
	background: url(images/background.png) repeat-x #D9EFFC;
	color: #7B7B7B;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
a:link, a:visited{
	color: #7B7B7B;
	font-weight: bold;
}
a:hover{
	background: #AEDDF9;
}
div#site{
	margin: 210px auto 0 auto;
	text-align: left;
}
div#top{
	background: url(images/top.png);
	height: 110px;
}
div#top_left{
	background: url(images/top_left.png) no-repeat;
	float: left;
	height: 110px;
	width: 210px;
}
div#top_right{
	background: url(images/top_right.png) top right no-repeat;
	float: right;
	height: 60px;
	padding: 50px 30px 0 0;
	text-align: right;
	width: 200px;
}
div#top_right ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#top_right ul li{
	float: right;
	margin-left: 10px;
}
div#cont{
	background: url(images/cont_background_left.png) left repeat-y;
}
div#cont2{
	background: url(images/cont_background_right.png) right repeat-y;
	padding: 0 20px 0 6px;
}
div#content{
	background: #FFFFFF;
	text-align: center;
}
div#bottom{
	background: url(images/bottom_left.png) left no-repeat;
	height: 133px;
}
div#bottom2{
	background: url(images/bottom_right.png) right no-repeat;
	height: 133px;
}
div#bottom3{
	background: url(images/bottom_background.png) repeat-x;
	height: 133px;
	margin: 0 166px 0 20px;
}
div#bottom4{
	margin-left: -14px;
	padding-top: 15px;
	font-size: 9px;
	text-align:center;
}
div#footer{
	text-align: center;
	font-size:10px;
}

input.optional{
     font-size:9px;
     color: #666666;
     border: thin #666666 dashed;
}