html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  /* set everything to zero for clean sheet */
margin: 0; /* sets the margins to zero on the body */
padding: 0; /* sets the padding to zero on the body */
border: 0; /* deletes any borders */	
}

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-position: center;
	position: relative;
	color: #0033CC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	width: 752px;
	w/idth: 750px; /*sets the width of the wrapper for compliant browsers*/
	margin: 10px auto;
	position: relative;
	text-align: left;
}

#header1 {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-image: url(images/header1.gif);
	height: 130px;
}

#header a{
	color: #F0A71C;
	float: right;
	font-size: 12px;
	background-position: top;
}

/* start of top navigation under the header div */
#topnav {
	background-color: #F0A71C;
	margin-bottom: 0px;
	text-align: right;
	margin-top: 0px;
	height: 20px;
	width: 750px;
	}

#topnav a {
	color: #333333;
	margin-right: 5px;
	}

#topnav ul {
	display: inline;
	border: none;
	}

#topnav ul li {
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	display: inline;
	}

#topnav li {
	margin-left: 0;
	padding-left: 2px;
	display: inline;
	}

#topnav ul li a {
	color: #333333;
	margin-right: 10px;
	padding-right: 5px;
	display: inline;
	}

#topnav ul li a:hover {
	color: #0066CC;
}

/* start of breadcrumb navigation under the topnav div */
#brdcrmb {
	color: #333333;
	padding: 1px;
	margin-bottom: 25px;
	text-align: left;
	margin-top: 0px;
	}

#brdcrmb a {
	color: #0066CC;
	}

#brdcrmb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}

#brdcrmb ul li {
	margin-left: 0;
	padding-left: 2px;
	list-style: none;
	display: inline;
	}

#brdcrmb-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	}
	
#brdcrmb-gen ul li:first:before {
	content: " ";
	color: #FFFFFF;
	}
#container {
	margin:5px;
	width:750px;
	margin:auto;
	text-align:left;
	}

h1 {
	font-size:14px;
	color:#0066CC;
	padding-bottom: 5px;
	}
h2 {
	font-size:12px;
	color:#FFFFFF;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #993333;
	text-align: center;
	width: 200px;
	}
h3 {
	font-size:11px;
	color:#666666;
	}

.column1 {
	display:inline;
	border:1px solid #000000;
	padding:4px;
	width:248px;
	float:left;
	margin:5px;
	margin-left:0;
	list-style-type: none;
}
.column1 ul li {
	list-style: none;
	}
.column1 a{
	text-decoration: none;
}

.column2 {
	display:inline;
	border:1px solid #000000;
	padding:4px;
	width:245px;
	w\idth:222px;
	float:left;
	margin:5px 0 5px 0;
}
.column2 ul li {
	list-style: none;
	}
.column2 a{
	text-decoration: none;
}

.column3 {
	display:inline;
	border:1px solid #000000;
	padding:4px;
	width:240px;
	float:right;
	margin:5px;
	margin-right:0;
}
.column3 ul li {
	list-style: none;
	}
.column3 a{
	text-decoration: none;
}

.listindentfirst a {
	text-indent: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	list-style-type: none;
}

.listindentsecond a {
	font-size: 95%;
	text-indent: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#F0A71C;
	list-style-type: none;
}

.listindentthird a {
	font-size: 85%;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
}

.listindentfourth a {
	font-size: 80%;
	text-indent: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC9999;
}

#footer	{
	width: 750px;
	border-top: 3px double #CCCCCC;
	text-align: center;
	margin: 10px auto;
	clear: both;
	padding: 5px;
	color: #666666;
}

#footer a{
	text-decoration: none;
	color: #0066CC;
}

#footer a:hover{
	color: #F0A71C;
}
