/* Global section. */
body { background-color: #f5f5f5; color: #000000; text-align: center; }
div#page { overflow: hidden; text-align: left; font-family: "helvetica", sans-serif; margin: 30px auto auto auto; font-size: 12px; width: 895px; background-color: #f5f5f5; }
a, a:visited, a:active { color: #0098cb; }
a:hover { color: #e72989; }

/* Header section. */
div#header { overflow: hidden; background: #FFFFFF; color: #000000; border-top: #ebebeb solid 15px; border-left: #ebebeb solid 15px; border-right: #ebebeb solid 15px; padding: 39px 173px 0px 38px; border-top-left-radius: 12px; border-top-right-radius: 12px;}
h1 { text-indent: -9999px; height: 55px; width: 146px; margin: 0px; padding: 0px; }

/* The generic content container. */
div.content { overflow: hidden; background: #FFFFFF; color: #333333; padding: 25px 16px 40px 40px; margin: 0px 0px 0px 0px; border-right: #ebebeb solid 15px; border-left: #ebebeb solid 15px; border-bottom: #ebebeb solid 15px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px;}
div.content p { width: 605px; margin: 0px 0px 20px 0px; font-size: 12px; }
div.content ul { width: 605px; }
div.content img { width: 605px; }
div.content h2 { width: 605px; font-size: 14px; }
div.content h3 { width: 605px; font-size: 14px; margin-bottom: 0px; }
div.content h4 { width: 605px; font-size: 14px; margin-bottom: 0px; }
/* div.content a { color: #FF0000; background-color: inherit; text-decoration: underline; }
div.content a:hover { color: #FFFFFF; background-color: #FF0000; text-decoration: underline; } */


/* centre code
margin-top: -12em; /*set to a negative number 1/2 of your height*/
	margin-left: -20em; /*set to a negative number 1/2 of your width*/