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

body { text-align: center; }
div#site { text-align: left; margin: 0 auto; }

#Site {
	margin: auto;
	width: 1000px;

}
#Content {
	background-image: url(/images/cda_04.jpg);
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 15px;
}
body {
	background-image: url(/images/index02.jpg);
	background-repeat: repeat-x;
	background-color: #F5F9FB;
}
body,td,th {
	font-family: Helvetica,Arial,  sans-serif;
	color: #333333;
	font-size: 14px;
}
a:link {
	color: #1671AD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #025695;
}
a:hover {
	text-decoration: underline;
	color: #49A1D7;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}
#Content p {
	line-height: 21px;
}
.BottomMenu {
	text-align: center;
	padding: 15px;
	font-size: 12px;
}
#Navigation {
	background-image: url(/images/cda_03.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 1000px;
	
}
.Menu {
	padding: 15px;
	text-align: center;
}
.clear {
	clear: both;
}
.Menu a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	display: inline;
}
.dots {
	padding-right: 25px;
	padding-left: 25px;
	vertical-align: top;
}
.Menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

