/* CSS Document */
*{
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	background-color:#fff;
	color:#999;
	margin:10px 0 10px 0;
}

img{
	border:0;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#2B7385;
	text-align:center;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#2B7385;
	text-align:center;
}

p{
	color:#000;
	margin:0 0 15px 0;
	text-align:center;
}

#site-wrapper{
	margin:0 auto;
	width:900px;
	border:1px solid #A8CEFD;
}

#header{
	text-align:center;
	height:356px;
}

#header img{
	border:0;
}

#navi-wrapper{
	margin:0 auto;
	width:900px;
	background-color:#A8CEFD;
	padding:10px 0 10px 0;
	text-align:center;
}

#navi{
	background-color:#A8CEFD;
}

#navi span{
	margin:0 0 0 20px;
}

#navi span a{
	color:#fff;
	text-decoration:none;
}

#navi span a:hover{
	color:#999;
}

#content-wrapper{
	margin:0 auto;
	width:880px;
	background-color:#fff;
	padding:20px 10px 20px 10px;
}

#selected{
	color:#FF9900;
	font-weight:bold;
}

#selected:visited{
	color:#000033;
	font-weight:bold;
}

#content{
	color:#ccc;
}

#content a{
	text-decoration:none;
	color:#003399;
}

#adspace{
	text-align:center;
	border-top:1px solid #A8CEFD;
	padding:10px 0 0 0;
}

#footer{
	padding:10px;
	background-color:#A8CEFD;
	border-top:1px solid #eee;
	color:#fff;
	font-size:11px;
	text-align:center;
}

.clear{
	clear:both;
}

.centered{
	text-align:center;
}

.table{
	border-collapse: collapse;
	width:100%;
	border:0px solid #eee;
}

.table th{
	padding:0;
	text-align: left;
}

.table tr.header td{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#003366;
	color:#333;
	font-weight:bold;
}

.table td{
	padding:5px;
	color:#333;
}

.table td:first-child{
}

.table td+td{
}