/****************************************
 * Title:	SLFR Global Stylesheet		*
 * Author:	Jaani Riordan				*
 * Purpose:	Display of site pages for	*
 *			screen media.				*
 *										*
 * Date:	14 February 2005			*
 * Version:	1.0							*
 ****************************************/

 /***************************************
 * Element-level rules					*
 ****************************************/

body {
	color: #222222;
	margin: 0px;
	padding: 0px;
	background: #444444 url('images/bg.gif') repeat-x;
	text-align: center;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	text-align: justify;
	margin: 15px 0px;
	padding: 0px;
	line-height: 18px;
}

h1 {
	color: #555555;
	font-size: 24px;
	font-weight: bold;
	margin: 12px 0px 20px 0px;
	padding: 0px;
}

h2 {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0px 8px 0px;
	padding: 0px;
}

h3 {
	color: #555555;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0px 8px 0px;
	padding: 0px;
}

h4 {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0px 5px 0px;
	padding: 0px;
}

h5 {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 15px;
	list-style-type: disc;
}

li {
	margin: 10px 0px;
}


 /***************************************
 * Page layout rules					*
 ****************************************/

/* Main content box (with shadow) */

#box {
	width: 413px;
	padding: 0px;
	margin: 0px auto 25px auto;
	text-align: left;
	background-color: #FFFFFF;
}

#box td.shadowTr {
	background: #444444 url('images/shadow_tr.gif') no-repeat;
	width: 13px;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
}

#box td.shadowRl {
	background: #4D4D4D url('images/shadow_r_light.gif') repeat-y;
	width: 13px;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
	vertical-align: top;
}

#box td.shadowR {
	background: #444444 url('images/shadow_r.gif') repeat-y;
	width: 13px;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
	vertical-align: top;
}

#box td.shadowBr {
	background: #444444 url('images/shadow_br.gif') no-repeat;
	width: 13px;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
}

#box td.shadowB {
	background: #444444 url('images/shadow_b.gif') no-repeat;
	width: 400px;
	height: 13px;
	font-size: 1px;
	line-height: 1px;
	color: #444444;
}


/* Page header */

#header {
	height: 132px;
}

#title {
	width: 411px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

td.title {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Palatino Linotype", Georgia, Garamond, "Times New Roman", serif;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}


/* Navigation menu */

#nav {
	background-color: #363636;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#nav td {
	width: 150px;
	background: #363636 url('images/menu.gif') no-repeat;
}

#nav td:hover, #nav td:active {
	background: #4A4A4A url('images/menu_over.gif') no-repeat;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 135px;
	height: 25px;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 8px;
}


/* Main content display */

#main {
	vertical-align: top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 25px 25px 0px;
	margin-bottom: 25px;
}


/* Page footer */

#footer {
	font-size: 11px;
	color: #444444;
	padding: 18px 6px 6px 10px;
	height: 56px;
	line-height: 16px;
	background: #FFFFFF url('images/footer_bg.gif') bottom repeat-x;
}

#footer a:link, #footer a:visited {
	color: #4D4D4D;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #EA9129;
}