body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #22375B;
	background-image: url(graphics/ozewailogobg.jpg);
	margin:0px;
	padding:0px;
}

#bannercontainer
	{
	background-image: url(graphics/border-right.jpg);
	background-repeat: repeat-y;
	background-position:100% 0%;
	margin:0px auto 0px auto;
	width:684px;
	background-color: #ffffff;
	}

#banner
	{
	text-align:center;
	background-image: url(graphics/border-left.jpg);
	background-repeat: repeat-y;
	
	}

#banner img
	{
	border-top:double gray 3px;
	border-bottom:double gray 3px;
	border:double gray 3px;
	margin-top:10px;
	margin-bottom:10px;
	}

#nav
	{
	text-align:center;
	background-color: #22375B;
	color:white;
	margin:0em 18px 0em 18px;
	padding:.3em;
	border: gray double 3px;
	}

#nav ul, #nav li
	{
	/*display:block;
	float:left;*/
	display:inline;
	margin:.3em;
	padding:0px;
	color:white;
	}

#nav a
	{
	color:white;
	}

#start
	{
	width:1px;
	height:1px;
	}

#maincontentcontainer
	{
	background-image: url(graphics/border-right.jpg);
	background-repeat: repeat-y;
	background-position:100% 0%;
	margin:0px auto 0px auto;
	width:684px;
	background-color: #ffffff;
	text-align:left;
	}
	
#maincontent 
	{

	background-image: url(graphics/border-left.jpg);
	background-repeat: repeat-y;

	}

#maincontent h1,h2,h3,h4,h5,h6,p,table,ol,ul,dl,hr,form,li
	{
	margin:1em 5% 0em 5%;
	padding:0px;
	color: #22375B;
	}

#maincontent p,table,ol,ul,dl,form,li
	{
	color:black;
	}
h2
	{
	border-bottom:solid 1px #22375B;
	}

li
	{
	margin:0cm 5% 0em 5%
	}

#banner img 
	{
	/*border: #5A503A 3px solid;*/
	}

dt
	{
	font-weight:bold;
	}
	
#sponsors
	{
	text-align:center;
	}	

.centre
	{
	text-align:center;
	}	

.italic
	{
	font-style:italic;
	}	.red {
	color: #FF0000;
}
.hidden
        {
        position:absolute;
        left:0px;
        top:-500px;
        width:1px;
        height:1px;
        overflow:hidden;
        }
.smalltext {
	font-size: xx-small;
}
