* {
	padding: 0;
	margin: 0;
}

body {
	margin:0;
	padding: 0;
	background-color: #BDC4F2;
	color: #666;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 17px;
}

a {
	color: #336699;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

img {
	border: none;
	margin: 10px;
}

img.iright {
	float: right;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background: #BDC4F2 url(images/fadv.gif) repeat-y;
}

#top {
	height: 10px;
	background: #BDC4F2 url(images/top.gif) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}

#header {
	height: 40px;
	background: #fff url(images/header.gif) no-repeat;
	margin-top: 0;
	padding-top: 0;
}

#header p.hbig {
	font-size: 24px;
	padding: 10px 0 0 30px;
	font-weight: bold;
	line-height: 24px;
}

#header a {
	text-decoration: none;
	color: #336699;
}

#navigation {
	height: 30px;
	line-height: 30px;
	background: #555 url(images/menu.gif) no-repeat;
	padding-left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

#content {
	background: #BDC4F2 url(images/content.gif) repeat-y;
}

.left {
	float: left;
	width: 210px;
	padding: 10px 10px 20px 10px;
}

.left li {
	list-style-type: none;
	height: 26px;
}

.left li a {
	display: block;
	padding: 3px 3px 3px 20px;
	font-weight: 600;
}

.left li a:hover, .left li a.current {
	background: #fefefe;
	text-decoration: none;
	color: #000;
}

.center {
	float: left;
	width: 500px;
	min-height: 450px;
	padding: 10px 0px;
}

.center h1 {
	font-size: 19px;
	color: #336699;
	padding: 5px 0;
	margin: 15px 0 10px 0;
}

.center ul {
	padding: 20px;
}

.center li {
	font-weight: 600;
}

.center p {
	margin-bottom: 10px;
}

.center p.pcenter {
	text-align: center;
	font-size: 13px;
}

.center table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

.center table td,.center table th {
	font-size: 11px;
	border: 1px solid black;
	padding: 5px;
	text-align: center;
}

.right {
	float: right;
	width: 190px;
	padding: 10px 20px 20px 20px;
}

.box {
	background : #fff;
	border: 1px solid #bbb;
	padding: 10px;
	margin: 0 0 10px 0;
}

.box a {
	font-weight: 600;
}

.box p {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.box li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	color: black;
}

.box a, .box a:hover {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #993333;
}

#footer {
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #333 url(images/footer.gif) no-repeat;
	color: #ccc;
	font-size: 11px;
}

#footer a {
	color: #eee;
}

#footer a:hover {
	color: #fff;
}

#bottom {
	height: 10px;
	background: #fff url(images/bottom.gif) no-repeat;
}

#fadv {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
	width: 980px;
	margin-bottom: 10px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 295px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a:hover, #fadv li a:visited {
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}


