/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background: #96C6C8;
	font-family:Verdana,Arial,Helvetica,sans-serif;

}

#columnLeft {
	width: 416px;
	padding: 0 20px 0 50px;
	float: left;
}

#columnRight {
	width: 416px;
	padding: 0 35px 0 35px;
	margin-left: 486px;
}

.columnCleanup {clear: both; margin-bottom: 30px;}

.print {visibility: none; display: none;}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	font-size:9pt;
	line-height:14pt;
}


img {
	border: 0
}
a {
/* Link-Visited-Hover-Focus-Active */

}


h1 {
	color:#88B7B9;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

.PageSubHead {
	display: block;
	font-size: 10pt;

}
/*=MASTHEAD
=== === === === === === === === === === */
#masthead {
	width: 972px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 25px 0;
	background: #fff url(../images/bkg-header.jpg) repeat-y;
}

#screenLogo {
	display: block;
	width: 220px;
	margin: 0 auto 3px auto;

}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	width: 400px;
	margin: 0 auto;
	height: auto;
	padding: 0 20px;
	background: url(../images/bkg-topnav.gif) 0 50% no-repeat;
}
#navigation ul {list-style-type: none; padding: 0; margin: 0;}
#navigation a, #navigation a:visited {
	display: block;
	width: 200px;
	height: 22px;
	font-family:"Times New Roman",Times,serif;
	font-size: 11pt;
	line-height: 16pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #cecdcc url(../images/bkg-nav.jpg) repeat-y;
	text-align: center;	
}

#navigation a.navAlt {
	background: #D8B0B0 url(../images/bkg-nav-alt.jpg) repeat-y;
}

#navigation a:hover {background: #96C6C8 url(../images/bkg-nav-hover.jpg) repeat-y;}

#navigation  a.navBottom {border-bottom: none;}

#topMenu .navColumnLeft {float: left;}
#topMenu .navColumnRight {margin-left: 200px;}







/*=CONTENT
=== === === === === === === === === === */
#content {
	width: 972px;
	margin: 0 auto;
	background: #fff url(../images/bkg-content.gif) repeat-y;
	color: #555;
	
}

#content p {margin: 12px 0;}

.colorHighlight {
	color:#88B7B9;
	font-weight: bold;
}
#columnRight p.photoCaption {margin: -2px 0 50px 0;}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	width: 972px;
	background: #D8B0B0 url(../images/bkg-footer.gif) no-repeat top;
	font-family:"Times New Roman",Times,serif;
	font-size:9pt;
	font-weight: bold;
	line-height:15pt;	
	color: #fff;
	text-align: center;
	padding: 60px 0 5px 0;
	margin-bottom: 8px;
}

/* Start Print Edits */
.screen {display: none;}
.print {display: block;}
body {background: #fff;}
#printLogo {width: 222px; margin: 0 auto;}
#masthead {padding: 0 0 25px 0; 	background: none;}
#navigation {background: none; color: #555;}
#navigation a, #navigation a:visited, #navigation a.navAlt {background: none; color: #555;}
#content {background: none;}
#footer {background: none; color: #555; padding-top: 0px;}
/*=============================================================================
===============================================================================
===============     Start Page-Specific Styles (if Necessary)      ==========*/
