html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 0.75em;
}

.header {
	color: #FFFFFF;
	font-size: 1.3em;
	}

.header a:link {text-decoration: none; color: #FFFFFF;}
.header a:visited {text-decoration: none; color: #FFFFFF;}
.header a:hover {text-decoration: underline; color: #CCCCCC;}
.header a:active {text-decoration: none; color: #FFFFFF;}

.main {
	color: #000000;
	}

.main a:link {font-weight: bold; text-decoration: none; color: #0000CC;}
.main a:visited {font-weight: bold; text-decoration: none; color: #0000CC;}
.main a:hover {text-decoration: underline; color: #0000CC;}
.main a:active {text-decoration: none; color: #0000CC;}

.headline {
	color: #0000CC;
	}

	body {
	background-image: url(http://www.bups.org/images/blue_fade.gif);
		}

#leftbox, #centercontent, #rightbox {
	margin-left: 2%;
	}

#header {
	width:100%;
	margin-bottom: 25px;
	background-image: url(http://www.bups.org/images/blue.gif);
	}

#leftbox {
	float:left;
	width:18%;
	background:url(http://www.bups.org/images/paper.gif);
      height: 1%;
	display: inline;
	}

#leftheader {
	float:left;
	width:100%;
	background-image: url(http://www.bups.org/images/blue.gif);
	color: #FFFFFF;
	* overflow: auto; /* Interpreted only by IE */
	}

#leftcontent {
	float:left;
	width: 100%;
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
	}

#centercontent {
	float:left;
	width:53%;
	background:url(http://www.bups.org/images/paper.gif);
	padding-top: 20px;
      padding-left: 14px;
      padding-right: 14px;
	padding-bottom: 20px;
      margin-bottom: 25px;
      height: 1%;
	* overflow: auto; /* Interpreted only by IE */
	}
		
#rightbox {
	float:left;
	width:18%;
	background:url(http://www.bups.org/images/paper.gif);
      height: 1%;
	display: inline;
	}

#rightheader {
	float: left;
	width:100%;
	text-align: center;
	background-image: url(http://www.bups.org/images/blue.gif);
	color: #FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	}

#rightcontent {
	width: auto;
	float: left;
	line-height: 1.5em;
      padding-left: 14px;
	}

#photocontent {
	float: left;
	width:320px;
	background:url(http://www.bups.org/images/paper.gif);
	padding:10px;
	margin:2%;
	height:700px;
	}
