@charset "utf-8";

/* zero out formatting */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

a {
	text-decoration:none;				/* removes line found under links */
}

a img {
	border:none;
}

/* end zero out formatting */

.clearer {
	clear: both;
}

body {
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
	background-image: url(Images/Common/leaf_bg.gif);
}

/* wrapper maintains width of 780px, but edge to edge goes to 5+10+780+10+5=810 */

#wrapper {
	margin: 0 auto;				/* centers horizontally in screen */
	margin-top: 10px;			/* margin for top edge */
	margin-bottom: 40px;		/* margin for bottom edge */
	padding: 2px;			
	width: 750px;
	background: #fff;
	border: 5px solid rgb(242,215,182);
}

#border {
	border: 2px solid #cccccc;	/* grey border */
	padding: 3px;
}

.PDFinfo {
	font-size: x-small;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
	margin: 0px;
	font-style: italic;
}

.page-heading {
	color: #478DC8;
	letter-spacing: 5px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#blocktext {
	padding: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	background-color: #99FFFF;
	color: #990033;
	margin: 0px;
}



.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 130%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.centered {	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #478DC8;
	font-family: Arial, Helvetica, sans-serif;
}


.quicklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-align: center;
	margin: 0px;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
.quicklinks  a:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-size: x-small;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
.quicklinks  a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: thin;
}
.quicklinks  a:hover  {
	color: #CC6600;
	font-weight: bold;
	border-bottom-style: solid;
}
td {
	background-repeat: repeat-x;
}

/* footer */

#footer {
	background-color:	rgb( 0, 18, 63);
	height:				45px;
	width: 				730px;				740-2-2-3-3 for link border and padding
}

#footer ul {				/* unordered list */
	list-style-type:none;
	text-align:center;
}

#footer li {				/* line item */
	display:inline;
	color:#FFFFFF;
	margin-left:5px;
}

#footer a {					/* link */
	font-size:11px;
	color:#FFFFFF
}

#footer,
body#pe a#pe,   /*if [body id="pe"] then [link id="pe] change display*/
body#am	a#am,
body#lc a#lc,
body#lm a#lm,
body#oq a#oq,
body#co a#co	/*no comma on last item */
{
	border:2px solid #cccccc;	/* grey border around selected or hovered ship picture */
	padding:1px 3px 1px 3px;	/* pad the border so it's not stuck to the link text */
}

#footer #copyright {
	text-align:center;
	font-size: x-small;
	color:#FFFFFF;
}