html, body {
	text-align:center;
	}

body { 
	background-image: url(images/clouds.jpg);
	background-repeat: repeat-x;
	font-family:verdana, arial, helvetica;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
	}

#container {
	width:1024px;
	
	}

#header {
	height:120px;
	width: 1015px;
	text-align:center;
	}
	
h1 {
		margin: 20px 0 10px 0;
		padding:0 0 0 195px;
	}

h1 a {
	display: block;
	height: 93px;
	width:600px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	}

h1 a span {
	display: none;
	}
	
p, td { 
	line-height:15px;
	}

a:link, a:visited { 
	color:white;
	}

a:hover, a:active { 
	color: #ebb512;
	}


#leftcol {
	width:120px;
	float:left;
	border:1px solid white;
	margin: 10px 10px 10px 0;
	padding:0;
	}

#middlecol {
	width:740px;
	height:90px;
	float:left;
	}

#rightcol {
	width:120px;
	float:left;
	border:1px solid white;
	margin: 10px 10px 10px 0;
	padding:0;
	}

#middlecol #top {
	width:728px;
	border:1px solid white;
	margin: 10px 10px 10px 0;
	padding:0;
	}

#middlecol #center {
	width:728px;
	height:495px;
	background-image: url(images/center-bg.jpg);
	background-repeat:no-repeat;
	border:1px solid white;
	padding:0;
	margin: 10px 10px 10px 0;
	}

#middlecol #center #height {
	height:460px;
	}

#middlecol #center #col1 {
	float:left;
	width:220px;
	text-align:left;
	margin: 0px 0 0 80px;
	padding: 35px 0 0 0;
	}

#middlecol #center #col1 #link1 {
	height:300px;
	width:220px;
	}

#middlecol #center #col1 #link1 a {
	height:300px;
	width:220px;
	display:block;
	}

#middlecol #center #col1 #link1 a span {
	display:none;
	}
	
h2 {
	font-size: 16px;
	font-family:arial;
	padding: 0 0 2px 0;
	margin:0;
	color: #ebb512;
	}

h2 a:link, h2 a:visited {
	color: #ebb512;
	text-decoration:none;
	}

h2 a:hover, h2 a:active {
	color: white;
	text-decoration:none;
	}


#middlecol #center #col2 {
	float:left;
	width:280px;
	text-align:left;
		margin: 0px 0 0 100px;
		padding: 35px 0 0 0;
	}

#middlecol #center #col2 #link2 {
	height:300px;
	width:280px;
	}

#middlecol #center #col2 #link2 a {
	height:300px;
	width:280px;
	display:block;
	}

#middlecol #center #col2 #link2 a span {
	display:none;
	}

ul {
	padding: 0;
	margin: 0 0 0 5px;
	}

ul li {
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: center left;
	list-style-type:none;
	color:white;
	padding: 0px 3px 2px 8px;
	}

#bottom {
	border-top:1px solid white;
	padding:10px;
	color:white;
	}

#bottom a:link, #bottom a:visited {
	color: #ebb512;
	text-decoration:none;
	}

#bottom a:hover, #bottom a:active {
	color:white;
	}
	
.yellow {
	color: #ebb512;
	}

/*** implementing Holly Hack ***/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

