body
	{
	background-image:URL('images/bg_main.gif');
	background-color:#E4DACA;
	background-repeat:repeat-x;
	margin: 0;	
	text-align:center;
	font-family:tahoma,arial,helvetica,verdana,sans-serif;
	}
	
/******* BOX WIDTH DEFINITIONS *******/
.boxwidth_fullwidth
	{
	left:7px;
	width:750px;
	}
	
.boxwidth_content
	{
	left:19px;
	width:726px;
	}
/*************************************/

/********** BOX DEFINITIONS & STANDARD STYLES**********/
#container
	{
	margin:0px auto;
	position:relative;
	width:764px;
	text-align:left;	
	height:100%;
	}
	
#headerbox
	{
	width:764px;
	height:197px;
	background-image:URL('images/bg_headerbox.gif');
	}

#video_box
	{
	width:513px;
	margin-top:5px;
	text-align:center;
	background-image:URL('images/bg_videobox.gif');
	background-color:#464243;
	background-repeat:repeat-x;
	}

#header1
	{
	position:relative;
	text-align:right;
	vertical-align: top;	
	line-height:21px;
	height:24px;
	}
	
#header_image
	{
	position:relative;
	margin-top:2px;
	}
	
#header_links
	{
	position:relative;
	margin-top:2px;
	background-image:URL('images/header_links_bg.gif');
	background-repeat:repeat-x;
	padding-top:11px;
	}
	
#content_container
	{
	position:relative;
	background-color:white;
	background-image:URL('images/bg_content.gif');
	background-repeat:repeat-y;
	padding:0px 0px 11px 0px;
	}
	
#content_main
	{
	padding:14px 0px 0px 0px;
	position:relative;
	}
	
#banners
	{
	padding-bottom:5px;
	}
	
#leftcolumn
	{
	position:relative;
	width:513px;
	}

#rightcontainer
	{
	float:right;
	width:204px;
	}

#rightbar
	{
	width:194px;
	background-color:#EFEEEC;
	padding:5px 5px 0px 5px;
	}

#fullreport
	{
	float:right;
	width:204px;
	}

.content_form
	{
	background-color:#EFEEEC;
	padding:5px 5px 5px 5px;
	}

.spacer_5px
	{
	height:5px;
	}
	
.standard_bluebox
	{
	background-color:#0078AD;
	height:24px;
	vertical-align:top;
	}
	
.standard_bluebox_text
	{
	padding:5px 6px 0px 6px;
	}
	
.body_bluebox_text
	{
	padding:3px 6px 0px 6px;
	}

.standard_textbox
	{
	text-align:justify;
	padding:15px 6px 15px 6px;
	}

.rightbar_content
	{
	background-color:#C8C8C8;
	padding:6px 6px 5px 6px;
	}
	
.formstyle
	{
	background-color:#C8C8C8;
	}

.spacerbar
	{
	position:relative;
	left:5px;
	}
	
#footer
	{
	text-align:center;
	padding-top:10px;
	}

/*************************************/

/************ BG COLOURS *************/
.bgcolor1
	{
	background-color:#0078AD;
	}
	
.bg_light_grey
	{
	background-color:#EFEEEC;
	}

.bg_dark_grey
	{
	background-color:#C8C8C8;
	}
/*************************************/

	
/* TEXT STYLES */
a
	{
	text-decoration:none;
	color:#6D6D6D;
	}
	
a:hover,a:active
	{
	text-decoration:none;
	color:#0078AD;
	}

a.whitetext
	{
	color:white;
	}
	
a.whitetext:hover,a.whitetext:active
	{
	color:white;
	}

.light_blue_text
	{
	color:#BFDDEA;
	}
	
.bluetext
	{
	color:#0078AD;
	}
	
.redtext
	{
	color:red;
	}
	
.greentext
	{
	color:green;
	}
	
.dark_grey_text
	{
	color:#6D6D6D;
	line-height:18px;
	}

.white_text
	{
	color:#FFF;
	}	
	
.fontsize_11
	{
	font-size: 70%;
	}
	
.fontsize_10
	{
	font-size: 60%;
	}
	
.textbox_rightbar
	{
	font-family:tahoma,arial,helvetica,verdana,sans-serif;
	font-size:95%;
	width:176px;
	}
	
.textbox_standard
	{
	font-family:tahoma,arial,helvetica,verdana,sans-serif;
	font-size:95%;
	width:354px;
	}
	
.textbox_nowidth
	{
	font-family:tahoma,arial,helvetica,verdana,sans-serif;
	font-size:95%;
	}
	
.textbox_left_bottom
	{
	font-family:tahoma,arial,helvetica,verdana,sans-serif;
	font-size:95%;
	width:222px;
	}
	
.top5item
	{
	border-bottom:1px dashed white;
	padding-bottom:5px;
	}
	
	
img
	{
	border: 0px;
	}
	
.standard_table
	{
	padding: 0px;
	border: 0px;
	width: 100%;
	}
	
.divshow
	{
	display:block;
	}
	
.divhide
	{
	display:none;
	}
	
.fadedtext
	{
	color: #C4C4C4;
	}
	
.bigtext
	{
	color: #0078AD;
	font-size:14px;
	font-weight:bold;
	}
/************** OLD STYLES ****************/
/*body, td {
font-family:arial,verdana,sans-serif;
font-size:12px;
}

.membersearch_leftcol {
padding-top: 4px; }


.textbox {
font-family:arial,verdana,sans-serif;
font-size: 12px; }

.hidden {
display:none; }

.show {
display:block; }		


a {
text-decoration: none;
color: #555555;
font-weight:bold;
}*/
/************** OLD STYLES ****************/
	