/*
	Author	:	Sarah Gelbard
	Email		:	sgelbard@mektek.ca
	Website	:	http://sgelbard.mektek.ca/
	Last Updated:	August 26, 2008
*/


* {
	border:0;
	margin:0;
	padding:0;
}

html,body {
	background: #DBDBDB;
	color:#000080;
	font-family:  Arial, helvetica, Sans-serif;
	font-size: 9pt;
	line-height: 1.4em;
	text-align: center;
	height:100%; /* needed for container min-height */
	background: #DBDBDB;
}

#content { 
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:816px;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#topbar {
	height: 180px;
	background: #FFF url('images/banner.jpg') no-repeat;
}

#topbar ul{
	position: absolute;
	margin: 158px 0 0 0;
}

#center { /*containing box for navbar and main*/
	padding:0 0 125px 0; /* bottom padding for footer */
	width: 816px;
	background-image: url('images/sidebar_bg2LONG.jpg');
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	width: 160px;
}

#sidebar ul {
	list-style: none;
	padding: 28px 0 0 0;
	background-image: url('images/sidebar_bg.jpg');
	background-repeat: no-repeat;
}

#main {
	width: auto;
	margin-left: 159px;
}

#page_header {
	background-image: url('images/title_bg.jpg');
	background-repeat: no-repeat;
}
	
#footer {
	position:absolute;
	width:100%;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	height: 125px;
	bottom:0; /* stick to bottom */
}

/* TOPBAR NAVIGATION STYLES */

#topbar ul {
	list-style:none;
	height: 22px;
	width: 800px;
}

#topbar ul li {
	float:right;
	list-style:none;
}

#topbar ul li a {
	color:#000080;
	display:block;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	padding: 0 10px;
	border-left: 1px solid #000080;
}

#topbar ul li a:hover {
	color: #FF0000;
}

/* SIDEBAR NAVIGATION STYLES */

#sidebar ul li {
	width: 160px;
}

#sidebar ul li a {
	color:#000080;
	display:block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0 3px 25px;
}

#sidebar ul li a:hover  {
	color:#FFF;
	background: #000080;
}

/*  PAGE TITLE STYLES */

h1 {
	color: #000080;
	font-weight: normal;
	font-size: 20pt;
	font-style: italic;
	letter-spacing: 2;
	padding: 85px 0 3px 40px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	padding: 3px 0;
	margin: 0 0 25px 40px;
	border-top: 1px solid #FF0000;
	width: 400px;
}

/* MAINTEXT STYLES  */

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 0 40px;
	text-decoration: underline;
}

#main p {
	padding: 10px 60px 10px 40px;
}

#main ol , #main ul{
	padding: 10px 60px 10px 59px;
}

#main a {
	color: #FF0000;
}

#main a:hover {
	color: #FF0000;
	background: #DBDBDB;
	text-decoration: none;
}

/* IMAGE STYLES */

img {
	margin: 10px;
	margin-left: 40px;
	padding: 4px;
}

.img_left {
	margin-left: 40px;
	float: left;
	display: block;
}

.img_right {
	margin-right: 60px;
	float: right;
	display: block;
}

/* TABLE STYLES */

table {
	padding: 3px;
	font-size: 9pt;
	border: 1px solid #000080;
	width: 550px;
}

.td_header {
	font-weight: bold;
	font-size: 10pt;
	padding: 3px;
	border-bottom: 1px solid #FF0000;
	background: #FFF;
}

td {
	background: #DBDBDB;
	padding: 2px;
	border: 1px solid #FFFFFF;
}

/* FOOTER */

#footer p {
	border-top: 1px solid #FF0000;
	color: #666;
	font-size: 9px;
	text-align: center;
	line-height: 9pt;
	margin: 10px 60px 0 200px;
	padding: 15px 0;
}