*
{
	margin:0;
	padding:0;
	border:0;
}

body
{
	color: #000;
	font-family: georgia,serif;
	font-size: 11pt;
}


#page
{
/*	border:1px solid red;*/
	width:785px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	height:130px;
	background-color:#ccc;
	background-image: url(../graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#header
{
	height:100px;
	color:white;
}

#header #title
{
	padding:10px 16px;
	width:497px;
}

#header h1
{
	padding-bottom:7px;
	font-size:30pt;
	border-bottom: 1px solid #888;
}

#header p
{
	padding:5px 0 0 0;
	font-size: 8pt;
	width:497px;
}

#nav
{
	height:30px;
	background-image: url(../graphics/navback3.gif);
	background-repeat: repeat-x;
	background-color:#ccc;
	font-family: helvetica,arial,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 30px;
}

#nav ul
{
	float: left;
}

#nav ul li
{
	padding:0 15px;
	float: left;
	list-style-type: none;
	border-left:1px solid #eee;
}

#nav ul li a
{
	text-decoration: none;
	color: #222;
}

#nav ul li a:hover
{
	color: #666;
	text-decoration: underline;
}

#content
{
	margin:15px 0 0 0;
	padding:10px;
}

#content p
{
	margin:0 0 15px 0;
}

#content h2
{
	font-size: 16pt;
	margin:0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

#content h3
{
	font-size: 14pt;
	margin:20px 0 0 0;
}

#content h4
{
	font-size: 12pt;
	margin:15px 0 0 0;
}

#content dl
{
	margin:5px 0 0 20px;
}

#content ol
{
	margin:5px 0 0 20px;
}

#content ul
{
	margin:5px 0 10px 20px;
}

#content li
{
	list-style:circle;
	margin:7px 0;
}

#content dl dd
{
	margin:5px 0 0 0;
}

#content table tr td img
{
	margin-right:15px;
}

#content table tr td
{
	vertical-align:top;
}

#footer
{
	clear:both;
	height:30px;
	border-top:1px solid #888;
	padding:5px 10px;
	background-image: url(../graphics/footerback2.gif);
	background-repeat: repeat-x;
	background-color:#fff;
	color:#FFFFFF;
	font-family: helvetica,arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

#footer a
{
	color:#FFFFFF;
}

#footer #contact
{
	float:left;
}
#footer #modified
{
	float:right;
}

.intextright
{
	float:right;
	margin:0 0 15px 15px;
}

.intextleft
{
	float:left;
	margin:0 15px 15px 0;
}

table.three td
{
	width:33%;
	margin:0 15px 0 0;
}
