body{
	margin:0px;
	background:#f2f2f2;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.banner{
	background:url(../images/header.jpg) no-repeat;
	width:780px;
	height:208px;
}

a{
	color:#FFF;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

h1{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2{
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.header{
	background:url(../images/top.gif) repeat-x top;
	height:100px;
}


.top_menu{
	background:url(../images/top_menu.gif) repeat-x;
	height:64px;
}

.top_left{
	background:url(../images/top_left.gif) left no-repeat #125d7d;
}
.top_right{
	background:url(../images/top_right.gif) right no-repeat #125d7d;
}
.bottom_right{
	background:url(../images/bottom_right.gif) right no-repeat #125d7d;
}
.bottom_left{
	background:url(../images/bottom_left.gif) left no-repeat #125d7d;
}

.info{
	background:#125d7d;
	padding-left:10px;
	padding-right:10px;
}

p{margin:5px;}
.footer{
	background:url(../images/footer.gif) repeat-x;
	height:88px;
}