/* BODY AND GENERAL */

body, p, li  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	line-height:140%;	
}

body {
	background-image:url(/images/bkg/page_bkg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#nav_column {
	display:none;
}

#spacer_column {
	display:none;
}

#main_column {
	width:540px;
	vertical-align:top;
}



#nav_column_footer {
	display:none;
}

#spacer_column_footer {
	display:none;
}

#main_column_footer {
	display:none;
}



/* GENERAL STYLES */

h1 {
	padding:4px 0 2px 0;
	font-size:large;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px dashed #CCCCCC;
}

h2 {
	padding:4px 0 2px 0;
	font-size:small;
	font-weight:bold;
	color:#CC0000;
	border-bottom:1px dashed #CCCCCC;
}




/* Printing Options */

.doprint {
/*	display:none;   */
}



/* Make HR invisible to normal view and seperate sections with it */

hr {
	display:none;
}

/* TEXT STYLING - GENERAL */


.txt_normal {
	text-decoration:none;
	font-size:small;
}

.txt_small {
	font-size:x-small;
}


/* TABLE COLOURS */

.grey_cell {
	background-color:#F5F5EB;	
}

.grey_cell_pale {
	background-color:#ECE9D8;	
}

.white_cell {
	background-color:#FFFFFF;	
}

.grey_table {
	background-color:#FFFFFF;
	border-bottom:4px solid #CCCCCC;
	font-size:small;
}


/* PAGE SPECIFICS */

#splash {
	width:100%;
	height:175px;
	background-color:#ECE9D8;
	background-image:url(/images/splash_banner.gif);
	background-position:center;
}

.border {
	border:1px solid #009900;
	padding:2px;
}

#advert_top {
	display:none;
}

#advert_bottom {
	display:none;
}

