body
{
	background-color:#D3EEF6;
}
#menu
{
	background-color:#76B6D9;
	width:758px;
	border:1px solid black;
}
#menu ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}

#menu li
{
	display:inline;
	padding:0 2px 0 2px;
	border-left:1px solid white;
}

#menu li.wb
{
	border-right:1px solid white;
}

#menu li a
{
	color:white;
	font-weight:bold;
	font-family:Arial;
	font-size:smaller;
	text-decoration:none;
}

#menu li a:hover
{
	background-color:#660066;
	text-decoration:underline;
}

#content
{
	width:758px;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	font-family: Verdana, Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
	background-color:white;
}

#left
{
	width:559px;
	float:left;
	padding:20px 10px 10px 10px;
	margin:0 0 0 0;
	border-right:1px dotted #660066;
}

#right
{
	float:right;
	width:168px;
	padding:20px 5px 5px 5px;
	font-size:12px;
}

#right p.add
{
	font-size:9px;
}

#right p.add sup
{
	color:red;
}


h1,h2,h3
{
	color:#660099;
	font-size:18px;
	font-weight:bold;
}
h2,h3
{
	font-size:16px;
}
h3
{
	font-weight:normal;
}

#left p
{
	font-size:12px;
	text-indent:10px;
}

img.f
{
	float:right;
	border:3px solid #76B6D9;
}

img.l
{
	float:left;
	margin:0 5px 0 0;
	border:3px solid #76B6D9;
}

div.clear
{
	width:700px;
	clear:both;
	font-size:1px;
	height:1px;
}