﻿/* 0 BASIC TAGS */
h1	
	{
	margin: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	}	

h2	
	{
	margin: 0;
	font-family:  arial, tahoma, helvetica, sans-serif;
	}
			
h3	
	{
	margin-left: 0;
	text-align:center;
	font-family: arial, tahoma, helvetica, sans-serif;
	}
			
h4	
	{
	margin-left: 10px;
	margin-right:10px;
	font-family: arial, tahoma, helvetica, sans-serif;
	}	
h5	
	{
	margin: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	}
h6	
	{
	margin: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	}
img
	{
		width:100;
		height:75;
		azimuth:center;
		text-align:center;
	}	
li
	{
	margin-top: 2;
	line-height: 1.4em;
	font-family: arial, tahoma, helvetica, sans-serif;
	}

p	
	{
	margin-left:10px;
	margin-right:10px;
	font-size:10pt;
	font-family: arial, tahoma, helvetica, sans-serif;
	}
th
	{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	}	
td	
	{
	font-size:12px;
	text-align:left;
	margin: 0;
	font-family: arial, tahoma, helvetica, sans-serif;
	}	

/* 1 HEADER */
.header
	{
	position: absolute;
	width: 100%;
	height: 100px;
	padding:0px;
	margin:0%;
	background-image:url(images/robbyheader.gif);
	background-repeat:repeat-x;
	border-width:0px;
	}
.headerleft
	{
	position: relative;
	width: 20%;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	float: left;

	}
.headerright
	{
	position: relative;
	width: 20%;
	height: 100%;
	padding:0px;
	margin:0px;	
	border-width:0px;
	float: right;

	}
.headercenter
	{
	position: relative;
	width: auto;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	}

.headercenter h1 
	{
	position: relative;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
	}

.headercenter h2 
	{
	position: relative;
	top: 40px;
	font-size: 11px;
	}

/*Footer*/
.footer
	{
	position:  fixed;
	background-repeat:repeat-x;
	background-image:url(images/robbyfooter.gif);
	width: 100%;
	height: 100px;
	padding:0px;
	margin:0px;
	border-width:0px;
	/*top:0px;*/
	left:0px;
	bottom: 0px;
	}
.footerleft
	{
	position: relative;
	width: 20%;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	float: left;
	}
.footerright
	{
	position: relative;
	width: 20%;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	float: right;
	}
.footercenter
	{
	position: relative;
	width: auto;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	margin-left: auto;
	margin-right: auto;

	}
.footercenter h2 
	{
	position: relative;
	top: 12px;
	text-align:center;
	font-size: 11px;
	}

/*Content*/
.content
	{
	position: absolute;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	top:100px;
	bottom:auto;
	border-width:0px;
	left:0px;
	}
.contentleft
	{
	position: relative;
	width: 20%;
	height: 100%;
	margin:0px;
	padding:0px;
	float: left;
	border-width:0px;

	}
.contentright
	{
	position: relative;
	width: 20%;
	height: auto;
	margin:0px;
	padding:0px;
	float: right;
	border-width:0px;
	}
.contentcenter
	{
	position: relative;
	width: 59%;
	height: 100%;
	padding:0px;
	margin:0px;
	border-width:0px;
	margin-left: auto;
	margin-right: auto;
	}
.contentcenter h4
	{
	position: absolute;
	width: 30%;
	}
.contentcenter h5
	{
	margin-top: 0;
	position: relative;
	left: 35%;
	width: 60%;
	}
.contentcenter p
	{
	position: relative;
	left: 35%;
	width: 60%;
	}
.contentcenter ol
	{
	position: relative;
	left: 35%;
	width: 60%;
	}
.fullwidth h3
	{
	text-align:center;
	}
.fullwidth p
	{
		position:relative;
		width:90%;
		left:5%;
		right:95%;

	}	

