body {background-color: #fdfdfd; font-family: Arial}
TABLE.main {width: 800px; align: center}
TD {text-align: center}
TD.content {text-align: left}
IMG.float {float: right; clear: right}
H1 {text-align: center; font-size: large; color: #FFFFFF}
H4.coloured {text-align: center; color: #7fd0fb}
H4.white {text-align: center; color: #FFFFFF}

//TABLE.footerbar {margin: -15px}
UL LI {color: #7fd0fb }

TABLE.footerbar TR TD { text-align: left}
IMG {border: none}
DIV.coloured_large { color: #7fd0fb; font-size: large }
DIV.coloured { color: #7fd0fb }
TD.location { background-color: #7fd0fb; color: #163b81;}

// dark

TABLE.boxed_dark TR.boxed_top {
	height: 20px;
}
TABLE.boxed_dark TR.boxed_bottom {
	height: 20px;
}
TABLE.boxed_dark TR.boxed_top TD.left {
	background: url(border-dark-topleft.png);
	width: 20px;
	height: 20px;
}

TABLE.boxed_dark TR.boxed_top TD.middle {
	background: url(border-dark-top.png);
}


TABLE.boxed_dark TR.boxed_top TD.right {
	background: url(border-dark-topright.png);
	width: 20px;
}

TABLE.boxed_dark TR.boxed_mid TD.right {
	background: url(border-dark-right.png);
}

TABLE.boxed_dark TR.boxed_mid TD.left {
	background: url(border-dark-left.png);
}

TABLE.boxed_dark TR.boxed_bottom TD.left {
	background: url(border-dark-bottomleft.png);
}

TABLE.boxed_dark TR.boxed_bottom TD.middle {
	background: url(border-dark-bottom.png);
}

TABLE.boxed_dark TR.boxed_bottom TD.right {
	background: url(border-dark-bottomright.png);
}

// light

TABLE.boxed_light TR.boxed_top {
	height: 20px;
}
TABLE.boxed_light TR.boxed_bottom {
	height: 20px;
}
TABLE.boxed_light TR.boxed_top TD.left {
	background: url(border-light-topleft.png);
	width: 20px;
	height: 20px;
}

TABLE.boxed_light TR.boxed_top TD.middle {
	background: url(border-light-top.png);
}

TABLE.boxed_light TR.boxed_top TD.right {
	background: url(border-light-topright.png);
	width: 20px;
}

TABLE.boxed_light TR.boxed_mid TD.left {
	background: url(border-light-left.png);
}

TABLE.boxed_light TR.boxed_mid TD.middle {
	text-align: left;
	//background-color: #163b81;
	color: #FFFFFF;
	background: url(border-light-background.png);
	
}

TABLE.boxed_light TR.boxed_mid TD.right {
	background: url(border-light-right.png);
}

TABLE.boxed_light TR.boxed_bottom TD.left {
	background: url(border-light-bottomleft.png);
}

TABLE.boxed_light TR.boxed_bottom TD.middle {
	background: url(border-light-bottom.png);
}

TABLE.boxed_light TR.boxed_bottom TD.right {
	background: url(border-light-bottomright.png);
}


DIV.footer {
	margin: -15px;
}

DIV.boxed {
	background-color: #b61212;
	//height: 100%
}
DIV.boxed DIV.contents_dark {
	background-color: #772b8f; color: #FFFFFF
}

DIV.boxed DIV.contents_white {
	background-color: #FFFFFF
	//margin: 10px;
	//height: 100%
	//padding: 10px;
}
DIV.boxed DIV.top_light { 
	background: url(border-light-topright.png) no-repeat top right; 
}

DIV.boxed DIV.bottom_light { 
	background: url(border-light-bottomright.png) no-repeat top right; 
}

DIV.boxed DIV.top_dark { 
	background: url(border-dark-topright.png) no-repeat top right; 
}

DIV.boxed DIV.bottom_dark { 
	background: url(border-dark-bottomright.png) no-repeat top right; 
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}
