@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../images/indexbg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial;
}

img
{
	border:0;
}
body > img:first-child
{
	margin:4px 0px -5px 0px;
	border-top:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
body > div
{
	width:982px;
	margin:auto;
	border-bottom:solid 1px #000;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
	background-color:#fff;
	text-align:center;
}
.right
{
	float:right;
}
#content
{
	text-align:left;
	color:#084d84;
	margin:20px auto;
	width:950px;
	font-size:1.3em;
}
#content > a > img
{
	margin-left:4px;
}

body > ul
{
	margin:4px auto;
	width:982px;
	text-align:left;
}
body > ul > li
{
	display:inline;
	border-right:solid 1px #000;
	padding:0px 4px;
	font-size:.8em;
}
.norightborder
{
	border-right-width:0px;
}
body > ul > li a
{
	color:#000;
}
body > ul > li a:hover
{
	color:#900;
}


