/* CSS Document */

/*	Description: GREENSLEEVES WESITE STYLE SHEET FOR PRINT
	Author: Margaret Grobler
	Date: 11 January, 2007 */
	
body
{
    font: 90% Georgia, "Times New Roman", Times, serif;
    background: #fff;
    color: #000;
	text-align:center;
}

#maincontainer
{
	margin: 0 auto;
	width: 90%;
	text-align:left;
	
}
#nav, #established, #link_buttons, #switchbanner, #newsletter, #bottom_nav, .terms, .privacy, #copyright, #deposit_form, #deposit_button, #print_button
{
    display: none;
}

a
{
    color: #000;
    text-decoration: none;
}

img
{
    display: none;
}
	
.italic, .italic_phrase
{
	font-style: italic; 	
}

.bold
{
	font-weight: bold;
}

#header h1
{
	font-size: 120%;
	text-align: right;
	text-transform: uppercase;
    border-bottom: 1px solid #828282;
	padding: 4px 0 12px 0;
}

#durban
{
	font-size: 100%;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;	
}

#title h2
{
	font-size: 150%;
	text-transform: uppercase;
	margin: 30px 0 5px 30px;
}

#content h1, #content_wide h1
{
	font-size: 110%;
	text-transform: uppercase;	
	border-bottom: 1px solid #828282;
	padding: 1px 5px;
	margin-bottom: 10px;
}

#content h2, #content_wide h2
{
	font-size: 90%;
	text-transform: uppercase;	
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
	margin-bottom: 7px;
	margin-left: 20px;
}

#content h3, #content_wide h3
{
	font-size: 80%;
	font-style: italic; 
	color: #828282;
	padding-top: 2px;
	margin-left: 15px;
}

#content h4, #content_wide h4
{
	font-size: 80%;
	margin-bottom: 7px;
	padding-left: 7px;
	margin-left: 20px;
}

.intro_paragraph, .intro_paragraph_wide
{
	font-weight: bold;
	margin-bottom: 30px;
}

ul
{
	list-style-type: none;
}

ul.content_list
{
	list-style-type: circle;
}

table
{
	width: 100%;
	border-top: 1px dotted #828282;
	border-left: 1px dotted #828282;
	margin-top: 4px;
	margin-bottom: 10px;
}

td
{
	border-bottom: 1px dotted #828282;
	border-right: 1px dotted #828282;
	padding: 2px 5px;
	vertical-align:top;
}

td#heading
{
	text-transform: uppercase;	
	font-weight: bold;
	color: #828282;
}

td#date
{
	color: #828282;	
}


#footer
{
    border-top: 1px solid #999;
	margin-top: 20px;
	padding-top: 5px;
}

ul#info li
{
	float: right;
	clear:right;
	font-size: 80%;
	line-height: 130%;
}

.tel, .fax, .email
{
	font-weight: bold;
}

