/*	Desc: *title* Screen Style Sheet
	Author: *your name*
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background:#6C2A2A;
	font-family:Verdana,Arial,Helvetica,sans-serif;

}

#contentHome {margin-bottom: 0; padding-bottom: 0;}

#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;
	line-height: 14pt;
}
p,
li {
	font-size:9pt;
	line-height:14pt;
}


img {
	border: 0
}
a {
/* Link-Visited-Hover-Focus-Active */
	color:#88b7b9;
	underline;
}

a:visited {
	color:#88b7b9;
	underline;
}

a:hover {
	color:#666666;
	underline;
}

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, #contentHome p {margin: 12px 0;}

.colorHighlight {
	color:#88B7B9;
	font-weight: bold;
}
#columnRight p.photoCaption {margin: -2px 0 50px 0;}
/*=FOOTER
=== === === === === === === === === === */
#footer, #footerHome {
	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 Page-Specific Styles (if Necessary)      ==========*/


/*=Homepage
=== === === === === === === === === === */
#contentHome {
	width: 972px;
	margin: 0 auto;
	background: #fff url(../images/bkg-homepage.jpg) no-repeat;
	color: #555;
	
}

#logoHome {
	width: 370px;
	margin: 0 0 0 301px;
	clear: both;}

#columnLeftHome {
	width: 210px;
	padding: 0 20px 0 0;
	float: left;
	
}

#columnRightHome {
	width: 504px;
	padding: 0;
	margin-left: 234px;
	text-align: center;
}

#columnRightHome h1, #columnRightHome p {padding: 0 40px;}

#columnRightHome h1 {
	margin: 25px 0 20px 0;
	font-style: italic;
	font-size: 12pt;
}

#columnRightHome .PageSubHead {
	display: block;
	font-size: 10.5pt;

}

#columnRightHome a {text-decoration: none;}

#contentHome .columnCleanup {clear: both; margin-bottom: 2px;}

#footerHome {background: #D8B0B0 url(../images/bkg-footerHome.gif) no-repeat top;}

/*=NAVIGATION
=== === === === === === === === === === */

#columnLeftHome ul {list-style-type: none; padding: 0; margin: 0; margin-top: 50px;}
#columnLeftHome a, #columnLeftHome 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: #D8B0B0 url(../images/bkg-navHomet.jpg) repeat-y;	

	text-align: right;
	padding-right: 10px;
}

#columnLeftHome a.navAlt {
	background: #cecdcc url(../images/bkg-navHome-alt.jpg) repeat-y;
}

#columnLeftHome a:hover {background: #96C6C8 url(../images/bkg-navHome-hover.jpg) repeat-y;}

#columnLeftHome  a.navBottom {border-bottom: none;}
