body   {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/jca-bg-logo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
td,tr   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1   { font-size: 36px; color: #50506F; }
h2   { font-size: 24px; color: #969EC7; }
h3   { font-size: 18px; color: #969EC7; }
h4   { font-size: 16px; color: #50506F; }
h5   { font-size: 12px; color: #50506F; }
h6   { font-size: 9px; color: #50506F; }
.small_font   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
a:active   { }
a:visited   {
	color: #303498;
	text-decoration: none;
}
a:link   {
	color: #50506F;
	text-decoration: none;
}
a:hover   {
	text-decoration: underline;
}
p,li,ul   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
#header {
	top: 0;
	height: 120px;
	text-align: center;
	padding-bottom: 20px;
}
#nav {
	top: 150px;
	height: 40px;
	text-align: center;
}
#title {
	text-align: center;
}
#index {
	margin-right: 20%;
	margin-left: 20%;
}
#content-main {
	top: 160px;
	margin-right: 20%;
	margin-left: 20%;
}
#content-home {
	top: 160px;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#address {

}
#footer {
	text-align: center;
	clear: both;
}

