body {
	margin: 0px;
	margin-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p
{
	margin-top : 0.5em;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color : #006699;
	margin-top : 0.5em;
	padding-top : 0;
	margin-bottom : 0;
	padding-bottom : 0;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : black;
	margin-top : 0;
	padding-top : 0;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #1c284e;
	margin-top : 0;
	padding-top : 0;
	text-decoration : none;
}
div
{
	/* border : 1px solid red; */

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

}

p.main
{
	line-height : 1.4em;
}

a
{
	color : #3a55a2;
}

form
{
	padding : 0;
	margin : 0;
}

div#top
{
	/* Make element float in the center */

	position : absolute;
	width : 760px;

	left : 50%;

	/* Set margin to half the values of width/height */

	margin-left: -380px;

}

ol
{
	line-height : 1.5em;
}

div#content
{
	float : left;
	width : 760px;
}

div#header
{
	margin-top : 20px;
	height : 80px;
	border-bottom : 2px solid black;
	margin-bottom : 1em;
}

div#roundboxtop
{
	height : 28px;
	background-image : url(images/blue-box-top360.jpg);
}

div#roundboxcontent
{
	padding-left : 10px;
	padding-right : 8px;
	background-image : url(images/blue-box-middle360.jpg);
}

div#roundboxbottom
{
	height : 28px;
	background-image : url(images/blue-box-bottom360.jpg);
	margin-bottom : 15px;
}

div#roundboxtop760
{
	height : 28px;
	background-image : url(images/blue-box-top760.jpg);
}

div#roundboxcontent760
{
	padding-left : 10px;
	padding-right : 8px;
	background-image : url(images/blue-box-middle760.jpg);
}

div#roundboxbottom760
{
	height : 28px;
	background-image : url(images/blue-box-bottom760.jpg);
	margin-bottom : 15px;
}

div.headingblock
{
	padding : 0.2em;
	margin : 0;
	color : white;
	font-size : 15px;
	font-weight : 900;
	font-family : Geneva, Times, serif;
}

p.colortext
{
	font-weight : bold;
	font-family : serif;
	font-size : 15px;
}

table.thumb
{
	margin-left : 10px;
	margin-right : 10px;
}

table.thumbs td
{
	text-align : center;
}