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

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Trebuchet MS", sans-serif;
	color: #7a7a7a;
	font-size: 11pt;
}


#wrap {
	background: #fff url('images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding-top: 1.5em;
	
}

#contentContainer {
	width: 42em;
	margin: 1em auto;
}

#content {
	padding: 1.5em;
	border-left: dotted 1px #cacaca;
	border-right: dotted 1px #cacaca;
}

#logo {
	height: 308px;
	width: 539px;
	background-image:url(images/image002.png);
	margin: auto;}

#listBox {
	width:100%;
	float:left;
	overflow:hidden;
	margin:auto;
	clear:both;}
	
.list {
	width: 47%;
	float:left;
}
ul {
	list-style: none;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

li {
	display: marker;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}


li a {
	text-decoration: none;
	color: #6a6a6a;
	padding: 0.2em;
	font-size: 0.9em;
	font-weight:bold;
}

li a:hover {
	background: #AF0A0A url('images/a4.gif') bottom left repeat-x;
	color: #fff;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.6em;
	text-align:center;
}

a {
	color: #AF0A0A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2,h3,h4 {
	color: #6a6a6a;
}

h2,h3 {
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
	text-align:center;

}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.1em;
	text-align:center;
}


h4{
	margin-left: 2.4em;
	padding: 2em auto 2em 2.2 em;
	margin-bottom: 1em;
}

table {
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
	width:92%;
	margin:auto;
	color: #c26d61;
}
table th {
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
table td {
	padding: 0.5em;
}
table tr.rowA {
	background-color: #f5f5f5;
	color: inherit;
}
table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}




#footer {
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear {
	clear: both;
}

