body
{
	min-width: 780px;
	margin: 0;
	padding: 0;
	color: #336;
	text-align: center;
	/* for WinIE5.x */
	background-image: url(../gfx/dev/background_rose.gif);
	background-repeat: repeat;
	background-position: center;
	background-color: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
}

#wrapper
{
	width: 710px;
	margin: 10px auto 0 auto;
	text-align: left;
	background-color: transparent;
}

#skipnav
{
	position: absolute;
	margin: 5px 0 0 -1000px;
	/* moves links out of window */
	list-style: none;
}

#skipnav li
{
	margin: 0;
	padding: 0;
	position: absolute;
	/* makes links display in same spot when tabbed to */
}

#skipnav a:focus, #skipnav a:active
{
	width: 12em;
	/* to keep IE from wrapping text at each word, doesn't hurt other browsers */
	margin-left: 1000px;
	/* moves links back in window */
	overflow: visible;
	/* for IE, doesn't hurt others */
	display: block;
	/* for IE, doesn't hurt others */
}

#blah:active { /* for IE, doesn't hurt others */ }

#header
{
	width: 710px;
	/* needed for MacOpera and Safari */
	padding: 5px 0 10px 0;
	/* IE ignores top margin, so padding is used instead */
}

#greeting
{
	text-align: center;
	height: 25px;
	margin: 0 0 5px 0;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	background-color: #ED1B2E;
	width: 100%;
}

.salutation
{
	color: #FFF;
	margin: 0 0 0 0;
	padding: 5px;
}

#logo
{
	float: left;
	margin: 0 0 10px 0;
}

#content
{
	float: left;
	width: 550px;
}

/* IE hack \*/
* html content
{
	width: 550px;
	w\idth: 550px;
}

/* Close IE hack */

#content2
{
	float: left;
	width: 390px;
}

/* IE hack \*/
* html content2
{
	width: 390px;
	w\idth: 390px;
}

/* Close IE hack */
#nav
{
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
	text-align: right;
	padding: 0;
}

/* IE hack \*/
* html nav
{
	width: 140px;
	w\idth: 140px;
}

/* Close IE hack */
#sidebar h2
{
	color: #ED1B2E;
	margin-top: 0;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	background-color: transparent;
}

#sidebar iframe
{
	margin: 0;
	padding: 0 0 0 3px;
	background-color: transparent;
	border: 0;
	width: 140px;
	overflow: hidden;
}

#nav-subhead
{
	display: block;
	text-align: right;
	margin: 0 0 0px 0;
	padding: 2px 0px 5px 10px;
	text-decoration: none;
	color: #000;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	font-weight: bold;
}

#content-nav, #content2-nav
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	color: #ED1B2E;
	list-style: none;
	background-color: transparent;
}

#content-nav li, #content2-nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	/* fixes IE gap caused by display: block on inner a's */
}

#content-nav a, #content2-nav a
{
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 0px 5px 5px;
	text-decoration: none;
	color: #ED1B2E;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav a:hover, #content2-nav a:hover
{
	color: #000;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2, #content2-nav2
{
	margin: 0 0 5px 0;
	padding: 0;
	text-align: right;
	color: #ED1B2E;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2 li, #content2-nav2 li
{
	margin: 0;
	padding: 0;
	display: inline;
	/* fixes IE gap caused by display: block on inner a's */
}

#content-nav2 a, #content2-nav2 a
{
	display: block;
	margin: 0 0 2px 0;
	padding: 2px 0px 5px 5px;
	text-decoration: none;
	color: #ED1B2E;
	list-style: none;
	background-image: url("nav_black_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#content-nav2 a:hover, #content2-nav2 a:hover
{
	color: #000;
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
}

#menu
{
	margin: 0px;
	padding: 0px;
}

#content ul, #content2 ul
{
	margin: 0 0 .6em 1em;
	padding: 0;
	background-color: transparent;
	text-align: left;
	line-height: 1.4em;

}

#content ol, #content2 ol
{
	margin: 0 0 0 1em;
	padding: 0;
	background-color: transparent;
	text-align: left;
	line-height: 1.3em;
}

#content li, #content2 li { margin: 0 0 0 0; }

#footer
{
	clear: both;
	padding: 3px 0px 15px 0px;
	text-align: left;
	font-size: 80%;
	border-color: #ED1B2E #000 #000 #000;
	border-width: 1px 0 0 0;
	border-style: solid;
}

/*  \*/
* html #footer { height: 1%; }

/* */
#left
{
	float: left;
	text-align: right;
	width: 140px;
	margin: 0 20px 0 0;
}

#main
{
	float: left;
	width: 410px;
}

#labour_logo
{
	float: right;
	width: 140px;
	padding: 0px 0px 0px 0px;
}


/* THREE COLUMN PAGE --------------------------------------- */
/* --------------------------------------------------------- */
#threecol #container
{
	float: left;
	/* makes it contain children floats */
	width: 710px;
	/* needed for MacOpera and Safari */
	margin: 0px 0 0px 0;
}

#sidebar
{
	float: right;
	width: 140px;
	padding: 0px 0px 10px 0px;
}

#feature
{
	width: 190px;
	margin-left: 295px;
}

#content h2, #content2 h2
{
	margin: 0 0 0 0;
	padding: 3px 0px 3px 0px;
	font-size: 140%;
	line-height: 1.2em;
	color: #000;
}

/* TWO COLUMN PAGE ----------------------------------------- */
/* --------------------------------------------------------- */
#twocol #container
{
	float: left;
	/* makes it contain children floats */
	width: 710px;
	/* needed for MacOpera and Safari */
	/* needed for MacOpera and Safari */
	margin: 0px 0 0px 0;
}

/* TEXT ---------------------------------------------------- */
/* --------------------------------------------------------- */
p
{
	margin: 0 0 .6em 0;
	line-height: 1.4em;
	font-size: 1em;
}

h1
{
	margin: 0 0 .3em 0;
	font-size: 170%;
	color: #000;
}

h2
{
	margin: 0 0 0 0;
	font-size: 140%;
	color: #000;
	line-height: .8em;
}

h3
{
	margin: 0;
	font-size: 100%;
}

/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a
{
	color: #ED1B2E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

a:visited
{
	text-decoration: none;
	color: #000;
}
.image-link { background: transparent; }

/* LISTS --------------------------------------------------- */
/* --------------------------------------------------------- */
dt
{
	margin: 1em 0 0 0;
	font-weight: bold;
}

dd { margin: 0; }

/* TABLES -------------------------------------------------- */
/* --------------------------------------------------------- */
table
{
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
}

th, td
{
	padding: 2px 3px 2px 3px;
	border-bottom: #FFF;
	border-width: 0 0px 1px 0px;
	border-style: none none solid none;
	line-height: 1.4em;
}

th
{
	background: #72C0FF;
	color: #2A567F;
	text-align: left;
}

.dash
{
	background-image: url("nav_red_dot.gif");
	background-repeat: repeat-x;
	background-position: left center;
	padding: 0 0 0 0;
	line-height: 0.5em;
	clear: both;
}

.image_right
{
	float: right;
	display: inline;
	margin: 3px 0 5px 10px;
}

.image_left
{
	display: inline;
	float: left;
	margin: 3px 10px 5px 0;
}

.subhead_red
{
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
	color: #ED1B2E;
	margin: 5px 0 0 0;
}

.subhead
{
	color: #000000;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.red
{
	color: #ED1B2E;
}

.red_italic
{
	color: #ED1B2E;
	font-style: italic;
}

.clear_all
{
	float: none;
	clear: both;
	display: block;
	padding: 0;
	line-height: 1px;
	margin: 0px;
}

.noborder { border-width: 0; }
.NewsHeader {
	font-weight: bold;
}
.NewsDate {
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
.NewsItem {
}
