body {
	color: #003366;
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

/* page layout begins */


#maincontent {
	color: #003366;
	position: relative;
	background-color: #FFFFFF;
	padding-right: 5px;
	}

#banner {
	display: none;
	}

#pic {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	}

/* fonts etc. */

	
h2 {
	font-size: 1.05em;
	padding-left: 5px;
	}
	
h2 a{
	font-size: 1.05em;
	padding-left: 5px;
	text-decoration:none;
	color: #003366;
	width: 785px;
	display: block;
	background-image: url(../images/toplink2-bg.jpg);
	border-top: 1px solid #999;
	border-bottom: 1px solid #CCC;
	}
	
h2 a:hover{
	background-image: url(../images/toplink-bg.jpg);
	background-repeat: repeat-x;
	}
	

p, dl {
	font-size: 0.8em;
	padding-left: 5px;
	line-height: 1.7em;
}

ol li{
	font-size: 0.8em;
	line-height: 1.7em;
	margin-right: 5px;
	}

ul.rules{
	font-size: 1.15em;
	}

h1 {
	font-size: 1.2em;
	}

h1, h2, h3, h4 {
	padding-left: 5px;
	}

/* begin top navigation */


/* to stretch the container div to contain floated list */
#navlist:after {
	content: ".";	
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	}

ul#navlist {
	display: none;
	}

ul#navlist li {
	display: block;
	float: left;
	width: 188px;
	margin: 0;
	padding: 0;
	}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 5px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #036;
	text-decoration: none;
	background: #666600 url(../images/toplink-bg.jpg);
	}

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
	}

ul#navlist li a.pageinview, ul#navlist li a.pageinview:hover {
	background-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/eflNavBG2.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}


ul#navlist li a:hover, ul#navlist li#active a:hover {
	background-image:url(../images/toplink2-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaab9c;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #ccc;
	width: 100%;
	}

/* top nav ends */

img {
	padding-right: 5px;
	}

.centre,.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	}

.caption {
	text-align: center;
	}
	
#maincontent li {
	font-size: 0.8em;
	}
	
h3 {
	font-size: 1.02em;
	}

#maincontent table {
	margin-left:200px;
	margin-bottom: 30px;
	font-size: 0.8em;
	float: left;
	width: 590px;
	display: block;
	}

#maincontent dl {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	display:block;
	}

#maincontent dt {
	font-weight: bold;
	margin: 10px 0 0 5px;
	display: block;
	}
#maincontent dl dd{
	margin-left: 10px;
	display: block;	
}

.left {
	float: left;
}

/* begin secondary navigation */

ul#eflNav {
	display: none;
	}

ul#eflNav li{
	height: 1.1ems;
	margin: 0px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 0 10px 1px;
	}


ul#eflNav li a{
	display: block;
	text-decoration: none;
	color: black;
	height: 1ems;
	}

ul#eflNav li a:hover {
	display: block;
	background-image: url(../images/blueDot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: black;
	margin: 0px;
	}

#eflNav:after {
	content: ".";	
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	}

h4 {
	font-size: 0.8em;
	}

