#GraphicButtons {
	width: 450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.fp_row {
	display: block;
	padding: 5px;
}

.column1of3 {
	width: 200px;
	float: left;
	padding: 5px;
}
.column2of3 {
	width: 200px;
	padding: 5px;
	margin-left: 220px;
}
.column3of3 {
	width: 200px;
	float: right;
	padding: 5px;
}
.fp_list {
	list-style-type: none;
	margin: 5px;
	padding: 0px;
}
.fp_buttons {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#validcentred {
	color: #FFFFFF;
	background-color: #000066;
	vertical-align: middle;
}


.topic_box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	text-align: left;
	width:95%;				/* <-- use this to tie width to viewport size */
	/* width: 40em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	margin-bottom: 0em;
	padding: 0px;
	}
 	
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.tlc
	{
	background-image:url(../images/topics/tlc.gif);
	background-position: 0% 0%;
	}

.trc
	{
	background-image:url(../images/topics/trc.gif);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(../images/topics/blc.gif);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(../images/topics/brc.gif);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(../images/topics/tb.gif);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(../images/topics/bb.gif);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(../images/topics/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-color: #eeeeee;
	background-image:url(../images/topics/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
.topic_content {
	margin: 0px;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;

	}
