body {
	margin-top: 0px;
	margin-left: 0px;
	color: 000033;
	}

#container
{
	width: 800px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
	position: relative;
	top: -25px;
	bottom: 0px;
	left: 10px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	border-bottom-style: solid;
}

#top
{
	padding: 0.5em;
	background-color: #ddd;
	background-image: url(/images/2008bannercs.jpg);
	background-repeat: no-repeat;
	height: 126px;
}

#top h1
{
	padding: 0;
	margin: 0;
	padding-top: 80px;
}

#others
{
	padding: 0.5em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
	float: right;
	width: 300px;
	right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	color: #003366;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	text-align: right;
}

#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	position: relative;
}

#BulletinBoard{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 0.3em;
}

#rightnav
{
	float: right;
	width: 150px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 1em;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	top: 60px;
	position: relative;
}

#content
{
	top: 25px;
	margin-left: 170px;
	border-left: 1px #000033;
	margin-right: 180px;
	border-right: 1px #000033;
	padding: 1em;
	max-width: 36em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #333333;
	position: relative;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #003366;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	color: #003366;
	text-align: center;
	padding-top: 1em;
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000033;
	background-image: url(/images/PCUSAseal.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 {
	margin: 0 0 .5em 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: 000033;
	font-weight: normal;
}

/* for side vertical menu */
.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 160px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	background-color: #000033;
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color: #369;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #000033;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background-color: #369;
color: white;
}
/* Top Nav */
#navcontainer2 ul
{
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #000033;
	color: #ffffff;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: right;
	border-collapse: collapse;
}

#navcontainer2 ul li
{
display: inline;
padding-left: 0;
padding-right: 8px;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer2 ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer2 ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer2 #active { border-left: 1px solid #fff; }

.10pttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #000033;
}
.tpc-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
}

.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #990000;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000033;
}

.title1 {
font-style: italic; 
font-size: 18px; 
font-weight: bold
}

.tpc-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000033;
}
.tpc-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
}
.tpc-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #006699;
}
.tpc-sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: 006699;
}
.tpc-sub3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #006699;
}

.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.12ptital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
}

a:link {
	color: 006699;
}
a:visited {
	color: 996633;
}
#container #content .special-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}
