@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #252525;
	margin: 0px;
	padding: 0px;
	background-color: #f4f2e5;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p,li	{
	line-height: 1.4em;
}

a:link,a:visited {
	text-decoration: underline;
	color: #333333
}

a:hover {
    text-decoration: underline;
}

a img,img {
    border: none:
}

h1,h2,h3	{
	color:#3c7fb1;
}

#table01	{
}

#l_col {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

#l_col h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#l_col h2,#l_col h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#l_col p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 45px;
}


#r_col {
	margin: 0px;
	padding: 0px;
	width: 250px;
}
#r_col h3 {
	font-size: 14px;
	text-align: center;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 850px;
}
#footer p {
	line-height: 88px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#footer p a {
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #252525;
}
