/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #323D4F;
	background-color: #FFFFFF;
	/*font-size: 62.5%;*/

	width: 700px;
	margin: 0 auto;
	padding: 0;

}

#wrapheader {
/*	min-height: 120px;
	height: auto !important;
	height: 120px;*/
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	width: 670px;
	float: right;
	font-size: 70%;
	padding: 0;
}
#wrapheader a{}
#wrapheader a:hover{
	color:#FFF;
	background-color:#990000;}

#wrapcentre {
	margin: 0;
	font-size: 70%;
	width: 670px;
	float: right;
}
#wrapcentre a{}
#wrapcentre a:hover{
	color:#FFF;
	background-color:#990000;}

#wrapfooter {
	font-size: 70%;
	text-align: center;
	clear: both;
	width: 670px;
	float: right;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #f0ede6;
	border-width: 1px;
	border-style: solid;
	border-color: #a9a9a9;

}

#logodesc {
	margin-bottom: 5px;
	padding: 5px 25px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	font-size: 1.625em; /* 16x1.625 = 26pt */
	line-height: 1.125em; /* 16x.1.125 = 18pt */
	color: #999999;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: .75em;  /* 16x.75 = 3pt */
	padding: 0;
	clear: both;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #646464;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #a9a9a9;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #f0ede6;
	padding: 4px;
}

.row2 {
	background-color: #f0ede6;
	padding: 4px;
}

.row3 {
	background-color: #C0C8D0;
	padding: 4px;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #646464;
	text-decoration: none;
}

a:active,
a:visited {
	color: #111111;
	text-decoration: none;
}

a:hover {
	color: #111111;
	text-decoration: underline;
}

a.forumlink {
	color: #333;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #646464;
	text-decoration: none;
}

th a,
th a:visited {
	color: #ff5a4f !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #a9a9a9;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #a9a9a9;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #f0ede6;
	border: 1px solid #a9a9a9;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333333;
	background-color: #a9a9a9;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #a9a9a9;
	color: #333333;
	background-color: #a9a9a9;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #a9a9a9;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #a9a9a9;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFFFFF;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}
#wrapcentre a.username-coloured {
	font-weight: bold;
}
#wrapcentre a.username-coloured:hover {
	background-color:#CCCCCC;
}

#menu_bkg a {
	color: #646464;
	font-weight: bold;
}

/* PIA Header CSS */
div#header {
	width:700px;
	height: 102px;
	margin:0 auto;
	position:relative;
	background: url(/images/navigation-css/masthead_background.gif) no-repeat;
}
img#home {
	border:none;
	float:left;
}
div#tabs-et-al {
	float: right;
	width: 359px;
}
div#links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em; /* 16x.75 = 10pt */
	text-align:right;
	padding-right:18px;
	margin:0;
	border:0;
}
div#tabs {
	margin-top:20px;
}
div#bottom {
	clear:both;
	padding-top:10px;
	*margin-top: -20px;/*Modified by JF 08-18-10*/
}
/* These are navigation styles for the menu items. */
ul#nav-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.71em; /* 16x.75 = 10pt /* 0.75 Modified by JF 08-18-10 */
	list-style-type: none;
/*	display: inline;
	margin: 0 -10px 0 0; Modified by JF 08-18-10*/
	margin:0; /*Modified by JF 08-18-10*/
	padding:0;/*Modified by JF 08-18-10*/
	text-align:center;/*Modified by JF 08-18-10*/
}
#nav-menu li {
	display: inline;
	list-style-type: none;
/*	float: left; Modified by JF 08-18-10  */
	margin: 0;
	padding: 0 7px; /*Modified by JF 08-18-10*/
	border-right-width:thin;
	*border-right-width:1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
#nav-menu li.last {
	border:none;
}
#nav-menu a {
	color:#000000;
}
#nav-menu a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #990000;
}
	div#content {
		width: 700px;
		height: auto;
		overflow: visible;
		margin-bottom: 15px;
		margin-left:auto;
		margin-right:auto;
		}

	div#section_no-gap {
		width: 670px;
		margin-left: 30px;
		margin-bottom: 1.25em; 
		}

	div#section_gap {
		width: 670px;
		margin-left: 30px;
		margin-bottom: 15px;
		margin-bottom: 2.5em; 
		}

	div#columnLeft {
		float: left;
		width: 325px;
		}

	div#columnRight {
		float: right;
		width: 325px;
		}
	
	div#footer {
		width:700px;
		background: url(/images/navigation-css/footer_rule.gif) no-repeat;
		clear: both;
		padding-top: 21px;
		padding-bottom: 10px;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em; /* 16x.75 = 10pt */
		text-align: center;
		}






/* These are navigation styles for the state tabs. */
/* http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html */
ul#nav-tabs {
	margin:-32px;
	height: 0;
	width: 359px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav-tabs li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#nav-tabs a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win only */
}
#nav-tabs a:hover {
	background-position: 0 -30px;
}
#connecticut a  {
	width: 89px;
	background: url(/images/navigation-css/tab_conn.gif) top left no-repeat;
}
#connecticut-top a  {
	width: 89px;
	background: url(/images/navigation-css/tab_conn_top.gif) top left no-repeat;
}
#new-hampshire a  {
	width: 110px;
	background: url(/images/navigation-css/tab_nh.gif) top left no-repeat;
}
#new-hampshire-top a  {
	width: 110px;
	background: url(/images/navigation-css/tab_nh_top.gif) top left no-repeat;
}
#new-jersey a  {
	width: 84px;
	background: url(/images/navigation-css/tab_nj.gif) top left no-repeat;
}
#new-jersey-top a  {
	width: 84px;
	background: url(/images/navigation-css/tab_nj_top.gif) top left no-repeat;
}
#new-york a  {
	width: 76px;
	background: url(/images/navigation-css/tab_ny.gif) top left no-repeat;
}
#new-york-top a  {
	width: 76px;
	background: url(/images/navigation-css/tab_ny_top.gif) top left no-repeat;
}

/* These are typographic styles. */
	a {
		color:#990000;
		text-decoration: none;
		}

	a .black {
		color:#000000;
		text-decoration: none;
		}

	a:hover {
		color:#FFFFFF;
		text-decoration: none;
		background-color: #990000;
		}

	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.625em; /* 16x1.625 = 26pt */
		line-height: 1.125em; /* 16x.1.125 = 18pt */
		color: #999999;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: .75em;  /* 16x.75 = 3pt */
		padding: 0;
		}

	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.25em; /* 16x1.125 = 18pt */
		line-height: 1.25em; /* 16x.1.125 = 18pt */
		color: #999999;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: .1875em;  /* 16x.75 = 3pt */
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		padding: 0;
		}

	h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #990000;
		margin-bottom: .1875em;  /* 16x.75 = 3pt */
		}
		
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color:#000000;
		margin-bottom: .1875em;  /* 16x.75 = 3pt */
		}

	.Body_Text{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9375em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #000000;
		margin-bottom: 1.25em; 
		}

	.Body_Text-sm{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8125em; /* 16x.8125 = 13pt */
		line-height: 1.25em; /* 16x.1.125 = 18pt */
		color: #000000;
		margin-bottom: 1.25em; 
		}
		
	.noLine{
		border: none;
		}

	.withMenu{
		margin-bottom: 0;
		}

	.altSubhead{
	padding-top: 1.25em;
		}
	
	div#columnRight ul{
	list-style:none;
	padding:0px;
	margin:0px;
	border:none
	}
	
	.sidebarMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-top:thin solid #999999;
	padding-bottom:.875em
	}

	strong {
		font-weight: bold;
		}

	em {
		font-style: italic;
		}
/*This the main content of page*/
#main
{
	margin-left: 30px;
}
#main p
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9375em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #000000;
		margin-bottom: 1em; 
}
#main p.bold
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9375em; /* 16x.9375 = 15pt */
		font-weight:bold;
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #000000;
		margin-bottom: 1em; 
}
#main table
{
	border:none;
	width:490;
	text-align:center;
}
#main table th
{
	font-size:.9em;
	font-family:Arial,Helvetica, sans-serif;
	text-align:center;
	background:#;
	border:none;
	color:#003;
	padding:5px;
}
#main table td
{
	font-size:0.8em;
	font-family:Arial,Helvetica, sans-serif;
	text-align:left;
	border:none;
	color:#000;
	padding:10px;
}
#main ul 	
	{
/*	margin: 20px;*/
	margin: 0 20px 0 0; 
	padding: 0 0 0 20px; 
	font-size:.9375em;;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	line-height: 1.3125em;
	}
#main ul li
	{
	white-space:normal;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	}
#main ol 	
	{
/*	margin: 20px;*/
	margin: 0 20px 0 0; 
	padding: 0 0 0 20px; 
	font-size:.9375em;;
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	line-height: 1.3125em;
	}
#main ol li
	{
	white-space:normal;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	}
#main h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #990000;
		margin-bottom: .1875em;  /* 16x.75 = 3pt */
		}
/*#main h1 {
		margin-left: 0;
		}*/
#main table.box {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align: justify;
line-height: 18px;
font-size: .9375em;
padding: 0 0 13px 25px;
margin-left: 20px;
background-color:#CCCCCC;
border:double;
border-color:#990000;
}

#main h3.alignCenter {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em; /* 16x.9375 = 15pt */
line-height: 1.3125em; /* 16x.1.3125 = 22pt */
color: #990000;
margin-bottom: .1875em;  /* 16x.75 = 3pt */
}
#main p.alignCenter {
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9375em; /* 16x.9375 = 15pt */
		line-height: 1.3125em; /* 16x.1.3125 = 22pt */
		color: #000000;
		margin-bottom: 1em; 
}
span.left a:hover{
		background-color:#FFFFFF;
		}
span.right {
padding-left: 35px;
font-family: Arial, Helvetica, sans-serif;
font-size: .5em;
color: #000000;
}
#sidebar {
		min-height:50px;
		margin:0px 0px 10px 435px;
}

#sidebar p{
font-size: .8em;
margin-bottom: 0;
}
#sidebar ul{
font-size: .8em;
padding:0;
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
margin-right:2px; 
}
#sidebar ul li{
padding-left:0px; 
margin:0;
}
#sidebar a{
color:#000000;
margin-top: 4px;
padding-bottom: 2px;
}
#sidebar a.logon{
color:#990000;
}
#sidebar a:hover.logon{
color:#FFFFFF;
}
#sidebar a:hover{
color:#FFFFFF;
margin-top: 4px;
padding-bottom: 2px;
}
#sidebar p.sidebarwhite{
color:#FFFFFF;
margin-top: 4px;
font-weight:bold;
padding-bottom: 6px;
}
#sidebar p.small{
color:#000000;
float:right;
margin-top: -20px;
font-weight:normal;
font-size:.75em;
}
#sidebar div.sidebar_logon{
border-top-style:solid;
border-top-color:#990000;
border-top-width:2px;
background-color:#EEEEEE;
border-bottom-style:solid;
border-bottom-color:#990000;
border-bottom-width:2px;
padding-left:5px;
margin-right:0;
padding-top:5px;
padding-bottom:5px;
}
#sidebar div.sidebar_red{
background:url(../images/sidebar_red.gif);
background-color:#EEEEEE;
background-repeat:no-repeat;
background-position:top;
border-bottom-style:solid;
border-bottom-color:#990000;
border-bottom-width:2px;
padding-left:5px;
margin-right:0;
}
#sidebar div.sidebar_gray{
background:url(../images/sidebar_gray.gif);
background-color:#EEEEEE;
background-repeat:no-repeat;
background-position:top;
border-bottom-style:solid;
border-bottom-color:#999999;
border-bottom-width:2px;
margin-top: 7px;
padding-left:5px;
margin-right:0;
}
#mainleft {
	float: left;
	width: 445px;
	margin-left: -30px;
}
#mainleft a{
color:#000000;
text-decoration: none;
}
#mainleft a:hover {
		color:#FFFFFF;
		}
#mainleft table {
text-align: justify;
padding: 0 0 0 0;
margin: -20px 0 0 0;
width:465px;
		}
#main table td {
line-height: 18px;
padding: 0 0 0 0;
width:auto;
}
h1.sub {
		margin-bottom: 0;  /* 16x.75 = 3pt */
		}
#mainaligncenter
{
	text-align:center;
	vertical-align:middle;
}
#numberone-header {
height:100px;
margin:0;
padding:0;
}
#numberone-left
{
width:280px;
height:100px;
float:left;
}
#numberone-right
{
width:420px;
height:100px;
margin-left:280px;
background:url(../SVS/wc/images/header_back.png);
}
#numberone-right ul
{
display:inline;
margin: 0;
padding:15px;
}
#numberone-right ul li
{
		display:inline;
		margin-left: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		font-weight:bold;
		color: #000000;
		padding: 0 0 0 0;
}
#numberone-right h1
{
		font-size: 1.4em; /* 16x1.625 = 26pt */
		line-height: 0.7em; /* 16x.1.125 = 18pt */
		color: #007f7b;
		margin-left: 15px;
		margin-top: 0;
		margin-bottom:0;  /* 16x.75 = 3pt */
		padding: 0;
		font-family: "Arial Black";
}
#numberone-right h1.black
{
		color: #000000;
}
.h1small
{
		font-family: "Arial Black";
		font-size: 0.8em; /* 16x1.625 = 26pt */
		line-height: 0.7em; /* 16x.1.125 = 18pt */
		color: #007f7b;
}
#numberone-right p
{
		font-size: 0.9em; /* 16x1.625 = 26pt */
		line-height: 0.9em; /* 16x.1.125 = 18pt */
}
#numberone-right a
{
		color:#007f7b;
		text-decoration: none;
}
#numberone-right a:hover
{
		color:#FFFFFF;
		text-decoration: none;
		background-color: #007f7b;
}
/**/
#numberone_subheader h1
{
		margin-bottom: 0;
}
#numberone_subheader ul
{
		margin:0;
		padding:0;
}
#numberone_subheader ul li
{
		display:block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		font-weight:bold;
		color: #000000;
		margin-left:0;
}
#numberone_subheader a
{
		color:#007f7b;
		text-decoration: none;
}
#numberone_subheader a:hover
{
		color:#FFFFFF;
		text-decoration: none;
		background-color: #007f7b;
}

.clearBoth {
	clear:both;
	float:right;
	}
#footerpia {
		width:700px;
		background: url(/../../../images/navigation-css/footer_rule.gif) no-repeat;
		clear: both;
		padding-top: 21px;
		padding-bottom: 10px;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.75em; /* 16x.75 = 10pt */
		text-align: center;
		}
h1.piatitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.625em; /* 16x1.625 = 26pt */
		line-height: 1.125em; /* 16x.1.125 = 18pt */
		color: #999999;
		margin-left: 0;
		margin-right: 0;
		margin-top: -.4em;
		margin-bottom: .4em;  /* 16x.75 = 3pt */
		padding: 0;
		}
	a.pialink {
		color:#990000;
		text-decoration: none;
		}
	a.pialink:hover {
		color:#FFFFFF;
		text-decoration: none;
		background-color: #990000;
		}
