body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;   /*	IE adjustment */
	color: #FFFFFF;
	background-color: #000066;
	background-image: url(../pictures/APEC_BG.jpg);
	background-repeat: repeat-x;
	margin: 15px auto;
}
#outerwrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;  /*	IE adjustment */
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#topwrapper {
	width: 980px;
	margin: 0 auto;
}
#topBanner {
	width: 980px;
	height: 25px;
	margin: 0 auto;
	background-color: #6699cc;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
#topBanner ul {
	font-size: small;
	text-align: right;
	list-style-type: none;
	padding: 4px 10px 0 0;
}
#topBanner li {
	display: inline;
}
#topBanner li a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: middle;
	padding: 1px;
}
#topBanner li a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: middle;
	padding: 1px;
}
#topBanner li a:focus {
	color: #990000;
}
#topBanner li a:active {
	color: #990000;
}
#topBanner li a:hover {
	color: #990000;
	text-decoration: underline;
}
#mainBanner {
	text-align: left;
	width: 980px;
	height: 115px;
	margin: 0 auto;
	background-image: url(../pictures/Main_Banner.jpg);
	background-repeat: no-repeat;
}
#mainBanner h1 {
	margin: 0;
	padding: 0;
}
#mainBanner span {
	position: absolute;
	left: -3000px;
}

#topNav {
	text-align: left;
	background-color: #6699cc;
	background-image: url(../pictures/Top_Nav.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 980px;
}
#pageTitle {
	width: 980px;
	height: 35px;
	background-color: #FFFFFF;
}
#pageTitle h2 {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: x-large;
	padding: 2px 0px 2px 20px;
	letter-spacing: 0.1em;
}
/*
#pageTitle #date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: bold;
	display: block;
	color: #000066;
	padding: 4px 0 4px 0;
	text-align: right;
}
*/
/* ------------------------ */

#innerwrapper {
	background-color: #FFFFFF;
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#columnLeft {
	float: left;
	width: 255px;
	margin-left: 5px;
	vertical-align: top;
	border: 1px solid #bfd8ec;
}
#columnLeft h3 {
	background-color: #bfd8ec;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: normal;
	padding: 6px;
	letter-spacing: .05em;
	font-size: medium;
}
#columnLeft img {
 	padding: 0;
 }

#columnLeft p {
	color: #333333;
	font-size: small;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
 }
#columnLeft p a:link, #columnLeft p a:visited {
	color: #000066;
	text-decoration: underline;
}
#columnLeft a {
	font-size: smaller;
}
#columnLeft a:link, #columnLeft a:visited {
	color: #666699;
	text-decoration: underline;
}
#columnLeft a:focus, #columnLeft a:active, #columnLeft a:hover {
	color: #0033FF;
	text-decoration: underline;
}
#columnLeft #WAI p {
	font-size: xx-small;
	padding: .5em 0;
}
#columnLeft p.note {
	font-size: small;
}
#columnLeft .delicious {
	padding: 0px;
	width: 225px;
	margin-left: 15px;
}
#mainContent {
	text-align: left;
	vertical-align: top;
	width: 675px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 270px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3366CC;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: large;
	padding-bottom: 4px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0460AB;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3366CC;
	font-size: medium;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 6px;
}
#mainContent h5 {
	font-size: 85%;
	font-weight: bold;
	color: #7887a4;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent p {
	font-size: small;
	vertical-align: top;
	line-height: 115%;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: url(../images/1-drop-10.gif);
	font-size: small;
	line-height: 1.2;
	list-style-position: outside;
	text-indent: 0px;
}
#mainContent li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-position: outside;
	list-style-image: url(../pictures/crayonRedStar-10.gif);
}
#mainContent p.center {
	text-align: center;
}
#mainContent p.right {
	text-align: right;
}
#mainContent a:link {
	color: #666699;
	text-decoration: underline;
}
#mainContent a:visited {
	color: #666699;
	text-decoration: underline;
}
#mainContent a:focus {
	color: #0033FF;
	text-decoration: underline;
}
#mainContent a:active {
	color: #0033FF;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #0033FF;
	text-decoration: underline;
}

/* ------------------------------ */
#content ol {
	list-style-image: url(../images/1-drop-10.gif);
	font-size: small;
	line-height: 1.2;
	list-style-position: outside;
}

#content ul ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-image: url(../images/1-drop-10.gif);
	font-size: 100%;
	line-height: 1.2;
	list-style-position: outside;
	text-indent: 0px;
}

#content table {
	color: #333333;
	text-align: center;
}
#content table.photo td {
	border-style: none;
	font-size: x-small;
	font-style: italic;
	color: #333333;
	text-align: center;
	font-weight: 700;
}
#content th {
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content td {
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	line-height: 100%;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content td.right {
	text-align: right;
}
#content td p {
	font-size: inherit;
	text-align: left;
	vertical-align: top;
	line-height: 100%;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content td h2 {
	font-size: 100%;
	color:#003399;
	text-align: center;
	vertical-align: middle;
	line-height: 160%;
	white-space: normal;
}

#content td.right {
	text-align: right;
}
#content table.general {
	border: 1px silver solid;
	padding: 0px;
	text-align: center;
	width: 90%;
	}
#content table.general td {
	border: 1px silver solid;
	padding: 6px;
}
#content table.general td.time {
	text-align: right;
	width: 30%;
}
#content table.general td.event {
	text-align: left;
	width: 70%;
}

#content table.display {
	text-align:center;
	border: none;
}
#content table.display td {
	text-align:center;
	border-style: none;
	font-size: 100%;
}
#content table.calendar th {
	background-color: #999999;
}
#content table.calendar tr {
	height: 50px;
}
#content table tr td.calendar {
	font-size: x-small;
	line-height:125%
}



#mainContent img.left {
	float: left;
	margin-right: 10px;
}
#mainContent img.right {
	float: right;
	margin-left: 10px;
}
#mainContent #highlightBox {
	border: 2px solid #bfd8ec;
	background-color: #D2E9FF;
	padding-right: 20px;
	padding-left: 20px;
	margin: 10px;
}

.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;
    line-height: 0px;
}
#clearOne {
		clear: both;
		height: 1px;
}


#bottomWrapper {
	width: 980px;
	text-align: center;
	margin: 0 auto;
}
#footer {
	width: 980px;
	padding: 1px 0 1px 0;
	background-color: #666699;
	margin: 0 auto;
}
#footer p {
	font-size: 75%;
	text-align: center;
	color: #ffffff;
}
#footer span {
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
	}
#footer p a:link, #footer p a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer p a:focus, #footer p a:active, #footer p a:hover  {
	color: #FFFF66;
	text-decoration: underline;
}

#bottomMatter {
	clear: left;
	width: 980px;
	background-color: #333366;
	margin: 0 auto;
}
#bottomMatter p {
	font-size: 70%;
	color: #ffffff;
	text-align: center;
}
#bottomMatter p a:link, #bottomMatter p a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#bottomMatter p a:focus, #bottomMatter p a:active, #bottomMatter p a:hover  {
	color: #FFFF66;
	text-decoration: underline;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.photoBorder {
	border: 1px solid #000000;
	}
.indent {
	 text-indent: 10px;
}
.indent2 {
	 text-indent: 20px;
}
span.name     {
	color: #336699;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px
}
.bold {
	font-weight: bold;
}
.blueBold {
	color: #336699;
	font-weight: bold;
}
