@charset "UTF-8";
body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #666666;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	border-width: 0;
	background: #273158;
	line-height: 125%;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

#container { 
	position: relative;
	width: 800px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	background: #FFFFFF;
	padding: 0px;  
	height: 396px;
	background-image: url(../images/bkg/pscBkgSteel.jpg);
	background-repeat: no-repeat;
} 

#headerTop {
	position: absolute;
	top: 0px;
	left: 135px;
	width: 665px;
	padding: 0px;
	height: 82px;
	background-image: url(../images/bkg/pscTeakTop.jpg);
	background-repeat: no-repeat;
	text-align: right;
	visibility: visible;
} 

#headerBottom {  
	background: #FFFFFF;
	padding: 0px;  
	height: 16px;
	background-image: url(../images/bkg/teakbtm.jpg);
	background-repeat: no-repeat;
	margin: 0px;
} 

#sidebarNav { /* */
	position: absolute;
	top: 95px;
	left: 0;
	width: 200px;
	padding: 0px; 
	height: 166px;
	text-align: right;
	visibility: visible;
}

#sidebarNav ul {
	display: list-item;
	margin: 0px;
	list-style: none;
}

#sidebarNav ul li {
	color: #000066;
	padding: 3px;
	font-weight: bold;
}

#sidebarNav ul li a, #sideNav a {
	color: #666666;
	text-decoration: none;
	text-align: right;
	list-style: url(none);
	font-weight: normal;
}
#sidebarNav ul li a:hover, #sideNav ul li a:active {
	color: #000077;
}

#pg44 a#ps44Link, 
#pg40 a#ps40Link, 
#pg37 a#ps37Link, 
#pg34 a#ps34Link, 
#pg31 a#ps31Link {
	color: #000077;	
}
#psSailSym a#sailSymLink, 
#psSailSch a#sailSchLink, 
#psSailSpk a#sailSpkLink,
#psSailStf a#sailStfLink,
#psSailDir a#sailDirLink,
#psSailLodg a#sailLodgLink{
	color: #000077;	
}
#mainPicture {
	position: absolute;
	top: 82px;
	left: 215px;
	padding: 0px;
	height: 315px;
	width: 585px;
	visibility: visible;
}

#flashPicture {
	position: absolute;
	top: 82px;
	left: 215px;
	padding: 0px;
	height: 315px;
	width: 585px;
	visibility: visible;
	background-image: url(flash/psMakingTheJourney.jpg);
}
/***** End of Header Styles ************************/


#leftCol{
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 10px 10px 10px;
	text-align: right;
	color: #000066;
	font-weight: bold;
	vertical-align: top;
}
#leftCol a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 20px;
}
#leftCol a:hover, a:active {
	color: #000077;
}

#pageMain {
	margin: 0px 0px 0px 215px;
	padding: 10px 20px 0px 0px;
	vertical-align: top;
} 
#pageMain p {
	color: #555555;
	text-align: left;
	line-height: 135%;
	margin: 0px 10px 10px 0px;
}

#pageMain a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#pageMain a:hover, a:active {
	color: #000077;
}

#eventMain {
	margin: 0px 0px 0px 215px;
	padding: 10px 20px 0px 0px;
	vertical-align: top;
} 
#eventMain h1 {
	color: #000055;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
	margin: 0px 10px 2px 10px;
}
#eventMain h2 {
	color: #000055;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}
#eventMain h3 {
	color: #000055;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 125%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
	text-decoration: underline;
}
#eventMain p {
	color: #555555;
	text-align: left;
	line-height: 140%;
	margin: 0px 10px 15px 45px;
}

#eventMain a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
#eventMain a:hover, a:active {
	color: #000077;
}
#footer {
	padding: 0px; 
	background-image: url(../images/bkg/pscFooter.jpg);
	height: 80px;
	text-align: left;
	background-repeat: no-repeat;
} 
#footer p {
	margin: 0; 
	padding: 55px 10px 5px 10px;
}

.fltrt { /*The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	padding:5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
	color: #FFFFFF;
    line-height: 0px;
}


/* top navigation elements */
#topNav {
	position: absolute;
	top: 42px;
	left: 180px;
	width: 476px;
	height: 16px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
}

#topNav ul {
	padding: 2px;
	margin: 0px;
	background: #FFFFFF;
}

#topNav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#topNav ul li a {
	color: #666666;
	text-decoration: none;
	padding: 1px 6px;
	text-align: center;
	}
	
#topNav ul li a:hover, #nav ul li a:focus {
	color: #000077;
	}

/*************************************/

.paragraphTitle {
	color: #000066;
	text-align: left;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: auto auto 10px auto;
}

.paragraphText {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	line-height: 125%;
}

.eventTitle {
	color: #000066;
	text-align: left;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: auto auto 10px auto;
}.indentP {
	padding: 0px 10px 10px 40px;
}
