@charset "UTF-8";
/* CSS Document */
#container #topcontent #tcRight {
	width: 365px;
	background: #F4F4F4 url(none);
	height:auto;
}
#container #topcontent .topContentH2back {
	background-color: #f4f4f4;
}
#container #topcontent #tcLeft .topContentH2back {
	background-color: #f4f4f4;
}
#container #topcontent #tcLeft {
	width: 545px;
	background-image: url(images/sub-left-column-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#f4f4f4;
	margin-left:5px;
	min-height:155px;
	display:inline-block;
	position: relative;
}
#container #topcontent #tcOne {
	width: 936px;
	background-image: url(images/sub-left-column-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color:#f4f4f4;
	margin-left:5px;
	min-height:155px;
	display:inline-block;
	position: relative;
}
@media print{
#container #topcontent #tcOne {
	background:none;
	width:100%;
}
#container #topcontent .topContentH2back {
	background:none;
}
}
#container #topcontent #tcOne p {
	padding-right: 10px;
	color:#333;
}
#container #topcontent #tcRight .rightColumnContainer {
	background-image: url(images/sub-right-column-back2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:155px;
	position:relative;
}
#container #topcontent #tcRight .rightColumnContainer p {
	padding-right:12px;
}
#container #topcontent #tcRight .rightColumnContainer h3{
	color:#04196C;
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:0px;
}

#container #topcontent #tcRight .rightColumnContainer ul, #container #topcontent #tcRight .rightColumnContainer ol{
	margin:3px;
	padding:10px 10px 0px 20px;
}
#container #topcontent #tcRight .rightColumnContainer li{
	margin:0px;
	padding:0px;
}
#container #topcontent .oneColumnContainer {
	background-image: url(images/sub-left-column-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:155px;
	position:relative;
}

#container #topcontent .oneColumnContainer h3{
	color:#686868;
	margin-top:0px;
	padding-top:0px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:0px;
}

/*#container #topcontent #tcRight .rightColumnContainer a {
	color:#04196C;
	text-decoration:none;
}*/

#container #topcontent h4{
	margin-bottom:0px;
	padding-bottom:0px;
}

#container #topcontent h5{
	color:#686868;
	font-size:14px;
	font-weight:normal;
	margin-top:12px;
	margin-bottom:12px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
}
#container #topcontent p{
	margin-top:0px;
	padding-top:0px;
}	
#container #topcontent #tcLeft h5{
	color:#333;
}
#container #topcontent #tcLeft h3{
	color:#333;
}
#container #topcontent #tcLeft p {
	padding-right: 10px;
	color:#333;
}
#container #topcontent hr {
	background-color: #F4F4F4;
	margin: 10px 0px;
	padding: 0px;
	height: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #F4F4F4;
}
#container #topcontent #tcOne .contentHR {
	background-color: #858587;
	margin: 10px 0px;
	padding: 0px;
	height: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #858587;
}
#container #topcontent {
	background-image: url(images/sub-content-back_05.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
@media print{
#container{
	width:100%;
}
#container #topcontent {
	background:none;
	width:100%;
}
}
#container #topcontentBOT {
	background-image: url(images/sub-content-back_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
@media print{
#container #topcontentBOT {
	display:none;
}
}
#container #masthead {
	background-image: url(images/sub-masthead-back_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.btnLightBlue {
	font-size: 16px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
a.btnLightBlueSmall {
	font-size: 16px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}
a.btnLightBlueSmaller{
	font-size: 14px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-align: center;
}
a.btnTealSmaller{
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color:#00727d;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-align: center;
}
a.btnTealSmaller:hover{
	background-color:#858587;
	color:#000;
}
a.btnLightBlueVerySmall {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 105px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	text-align: center;
}
a.btnLightBlue:hover, a.btnLightBlueSmall:hover, a.btnLightBlueVerySmall:hover, a.btnLightBlueSmaller:hover {
	background-color:#3C639F;
	color:#fff;
}
a.btnRed {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color:#D40404;
	width: 135px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
a.btnGreen {
	font-size: 16px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color:#319163;
	width: 135px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
a.btnRed:hover {
	background-color:#9B0101;
	color:#fff;
}
a.btnGreen:hover {
	background-color:#287450;
	color:#fff;
}

a.btnHide {
	font-size: 16px;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	background-color:#ccc;
	width: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

a.btnHide:hover {
	background-color:#000;
	color:#fff;
}

#container #topcontent #tcRight label{
	color:#00196D;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	vertical-align:middle;
	margin-right:6px;
}

#container #topcontent #subnav {
	background-image: url(images/education-sub-nav-back_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: right;
	padding-top:10px;
}
#container #topcontent #subnav #subnavcontainer {
	width: 780px;
	background:none;
	margin-left:147px;
	
}
#container #topcontent #subnav #subnavcontainer ul
{
	padding: 0em;
	margin: 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width: 100%;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background:none;
}

#container #topcontent #subnav #subnavcontainer li { 
	display: inline; 
}

#container #topcontent #subnav #subnavcontainer li a
{
	display: block;
	float: left;
	height: 45px;
	width: 73px;
	margin-right: 0px;
	text-align: center;
	color: #04196c;
	padding-top: 3px;
	text-decoration: none;
	border-right:1px solid #d0d9e7;
}

#container #topcontent #subnav #subnavcontainer li a:hover
{
	color: #04196c;
	background-image:url(images/sub-nav-back_03.gif);
	background-repeat:repeat-x;
	color:#fff;
}
#container #topcontent #twocolumncontent #tccRight {
	float: right;
	width: 459px;
}
#container #topcontent #twocolumncontent #tccLeft {
	float: left;
	width: 459px;
}
#container #topcontent #twocolumncontent .twoColumnBlock {
	background-image: url(images/sub-two-column-back.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height:175px;
	position: relative;
	margin-left:5px;
}
#container #topcontent #twocolumncontent .oneColumnBlock {
	background-image: url(images/sub-two-column-back.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height:175px;
	position: relative;
	margin-left:5px;
}
#container #topcontent #twocolumncontent .twoColumnBlock img, #container #topcontent #twocolumncontent .oneColumnBlock img {
	padding-right: 15px;
}
#container #topcontent #twocolumncontent {
	margin-top: 20px;
	clear:both;
}

#container #topcontent #twocolumncontent h5 {
	margin-left:15px;
	margin-right:15px;
}

.twoColumnBlock h4, .oneColumnBlock h4{
	padding-top:0px;
	margin-top:0px;
	color:#686868;
}

.twoColumnBlock p, .oneColumnBlock p{
	margin-left:15px;
	margin-right:15px;
}

#container #topcontent #twocolumncontent hr {
	background-color: #F4F4F4;
	margin: 5px 0px;
	padding: 0px;
	height: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #F4F4F4;
}

#container #topcontent #onecolumncontent {
	clear:both;
}

#container #topcontent #onecolumncontent img {
	padding-left: 15px;
}

#container #topcontent #onecolumncontent p {
	padding-left: 5px;
	padding-right: 5px;
}

.lowerLeftBorder {
	background-image: url(images/lower-left-border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}
#container #topcontent #twocolumncontent #tccLeft .lowerLeftBorder .twoColumnBlock p, #container #topcontent #twocolumncontent .lowerLeftBorder .oneColumnBlock p {
	padding-top: 8px;
}
#container #topcontent #twocolumncontent #tccRight .lowerLeftBorder .twoColumnBlock p {
	padding-top: 8px;
}
#container #topcontent #tcLeft h3 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #topcontent .term {
	float: left;
	width: 180px;
	margin-right: 0px;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #04196C;
	margin-bottom: 15px;
	color: #FFFFFF;
}
#container #topcontent .term p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
#container #topcontent .definition {
	padding-left: 15px;
	float: left;
	width: 590px;
	border-left: 1px solid #C6C6C8;
	border-bottom: 1px solid #DEDCDF;
	margin-bottom: 15px;
	padding-top:4px;
	padding-bottom: 5px;
}
#container #topcontent .definition p {
	width:auto;
}
#container #topcontent #tcLeft p {
	margin-right: 15px;
}
#container #topcontent #tcLeft img {
	margin-right: 15px;
}
.imgRight {
	margin-right: 0px;
	margin-left:15px;
}
#container #topcontent .faqTL {
	background-image: url(images/faq-box-tl-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBEBEB;
	margin-top: 8px;
	margin-right: 10px;
	margin-left: 10px;
}
#container #topcontent .faqBL {
	background-image: url(images/faq-box-bl-corner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#container #topcontent .faqBR {
	background-image: url(images/faq-box-br-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container #topcontent .faqTR {
	background-image: url(images/faq-box-tr-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 15px;
	margin: 0px;
	position:relative;
	display:inline-block;
	min-height:30px;
	min-width:886px;
}

#container #topcontent .wrapTL {
	background-image: url(images/faq-box-tl-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBEBEB;
	margin-top: 5px;
}
#container #topcontent .wrapBL {
	background-image: url(images/faq-box-bl-corner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#container #topcontent .wrapBR {
	background-image: url(images/faq-box-br-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container #topcontent .wrapTR {
	background-image: url(images/faq-box-tr-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 10px;
	margin: 0px;
	text-align:center;
}
h4.blue  {
	color: #041869;
}

#container #topcontent .faqTR h4 {
	padding-top:0px;
	margin-top:0px;
}
#container #topcontent .faqTR p {
}
a.btnReadMoreGray {
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color:#C6C6C8;
	display: block;
	text-align: center;
	padding: 6px;
	line-height: 14px;
	width: 100px;
	float: right;
}
a.btnReadMoreGray:hover{
	background-color:#00196D;
	color:#fff;
}
a.continueGray {
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	background-color:#C6C6C8;
	display: block;
	text-align: center;
	padding: 6px;
	line-height: 14px;
	width: 100px;
	float: right;
}
a.continueGray:hover{
	background-color:#00196D;
	color:#fff;
}
#container #topcontent .pullQuote {
	font-size: 14px;
	font-weight: bold;
	color: #04196C;
	background-color: #EEF1F6;
	padding: 15px;
	float: right;
	width: 280px;
	margin-right: 20px;
	margin-left: 15px;
	border: 2px solid #95A3C5;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #topcontent .pullQuote p, #container #topcontent .pullQuoteLeft p {
	font-size: 14px;
	font-weight: bold;
	color: #04196C;
	padding: 0px;
	line-height: 18px;
	font-style: italic;
	margin:0px;
}
#container #topcontent .pullQuoteLeft {
	font-size: 14px;
	font-weight: bold;
	color: #04196C;
	background-color: #EEF1F6;
	padding: 15px;
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 15px;
	border: 2px solid #95A3C5;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #topcontent #tcOne .acrobat {
	background-image: url(images/icons/aa-48x48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#container #topcontent #tcOne .jpg {
	background-image: url(images/icons/jpg-48x48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#container #topcontent #tcOne .pp {
	background-image: url(images/icons/pp-48x48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#container #topcontent #tcOne .link {
	background-image: url(images/icons/link-48x48.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#container #topcontent #jumpcontainer ul
{
	padding: 3px 3px 3px 0px;
	margin: 3 0 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	font-size: 14px;
}

#container #topcontent #jumpcontainer #jumplist li { display: inline; }

#container #topcontent #jumpcontainer #jumplist li a
{
	text-decoration: none;
	background-color: #C6C6C8;
	color: #FFF;
	padding: 6px 10px;
	font-weight: bold;
}

#container #topcontent #jumpcontainer #jumplist li a:hover
{
background-color: #369;
color: #fff;
}
.handcursor {
	background-color: #AABAD4;
	padding: 6px;
	font-weight: bold;
}
a.btnDownload {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 115px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:25px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	background-image:url(images/icons/aa-15x15.png);
	background-position:5px center;
	background-repeat:no-repeat;
}
a.btnOrder {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 115px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:25px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	background-image:url(images/icons/truck-15x15.png);
	background-position:5px center;
	background-repeat:no-repeat;
}
a.btnWeb {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 115px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:25px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	background-image:url(images/icons/link-15x15.png);
	background-position:5px center;
	background-repeat:no-repeat;
}
a.btnWebfloat {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 115px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:25px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	background-image:url(images/icons/link-15x15.png);
	background-position:5px center;
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
}
a.btnCD {
	font-size: 12px;
	font-weight: bold;
	color:#04196C;
	text-decoration: none;
	background-color:#AABDD5;
	width: 115px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:25px;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	background-image:url(images/icons/cd-15x15.png);
	background-position:5px center;
	background-repeat:no-repeat;
}
a.btnDownload:hover, a.btnOrder:hover, a.btnWeb:hover, a.btnCD:hover {
	background-color:#3C639F;
	color:#fff;
}
#lastmodified { 
	text-align:right;
	padding-right:15px;
	color:#999999;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #CCC;
}

#container #topcontent #ppmssubnav{
	background-image:url(images/matching-system-sub-back_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 58px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	padding-top:10px;
	font-weight:bold;
}

#container #topcontent #ppmssubnav #ppmssubnavcontainer {
	background:none;
	margin-left:205px;
	margin-top:18px;
	text-align:center;
}
#errorMessage {
	padding:12px;
	background-color:#C3191F;
	margin:10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#ffffff;
	line-height: 18px;
}

#errorMessage li{
	color:#FFFF99;
}
#localServices {
	border-top:2px solid #0000CC; 
	padding-top:10px;
	margin:12px 0px 12px 0px; 
	width:798px;
	text-align:left;
}

#localPrograms {
	border-top:2px solid #0000CC; 
	padding-top:10px;
	margin:12px 0px 12px 0px; 
	width:698px;
	text-align:left;
}

#localServices a, #localServices a:link, #localServices a:visited, #localServices a:active{
	color:#0000CC;
	line-height:24px;
	padding-right:10px;
}

#localServices a:hover{
	color:#ff0000;
}
#container #topcontent #tcLeft #longAnswer {
	margin-top: 15px;
}
.brightBlue {
	color: #2036CB;
}
#latestdocmessage{
	border:3px solid #AABDD5;
	margin:10px 74px;
	text-align:center;
}

.latestdocmessageheading{
	background-color:#AABDD5;
	color:#fff;
	text-align:center;
	padding:3px;
	margin-bottom:2px;
	margin-top:0px;
	font-size:15px;
	font-weight:bold;
}#container #topcontent #tcOne #bottomBuffer {
	height: 150px;
}

@media print {
.localmoreinfo {
display:none !important;
}
#localServices {
display:none !important;
}
}
.nursebackleft {
	background-image: url(images/ppms-signin-nurse.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 115px;
	margin-left: -15px;
	margin-top: 0px;
	min-height: 181px;
	padding-top:5px;
}
.nursebackright {
	background-image: url(images/ppms-signin-nurse-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 60px;
	margin-right: 2px;
	margin-top: 0px;
	min-height: 181px;
	padding-top:0px;
}
.input {
  margin: 0px;
  background-color:#fff !important;
  border-bottom:1px solid #3863A0;
  margin-right:4px;
  color:#3863A0;
  border:1px solid #3863A0;
  padding:3px 4px;
  width:80px;
   font-size:12px;
   font-weight:bold;
}

.goBTNsmall { padding: 2px 4px; border:1px solid #3863A0; background-color:#3863A0; color:#fff; font-size:12px;
   font-weight:bold; }
   
   @media screen and (-webkit-min-device-pixel-ratio:0) {
    .goBTNsmall { border:2px solid #3863A0;}
}
#container #topcontent #twocolumncontent .lowerLeftBorder .oneColumnBlock .logoButtons {
	float: right;
	width: 140px;
	margin-right: 30px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#container #topcontent #twocolumncontent .lowerLeftBorder .oneColumnBlock .logoButtons img {
	margin: 5px 0px 10px;
	padding: 0px;
}

#TelePsych th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #001C7F;
	border: 1px solid #A7A9AC;
	border-collapse:collapse;
}
#TelePsych td {
	font-weight: normal;
	color: #666666;
	border: 1px solid #A7A9AC;
	border-collapse:collapse;
}
#TelePsych table {
	border-collapse:collapse;
	border: 1px solid #A7A9AC;
}
#container #topcontent .bluewrapTL {
	background-image: url(//www.treatmentmatch.org/images/blue-box-tl-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #cedfea;
	margin-top: 5px;
}
#container #topcontent .bluewrapBL {
	background-image: url(//www.treatmentmatch.org/images/blue-box-bl-corner.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#container #topcontent .bluewrapBR {
	background-image: url(//www.treatmentmatch.org/images/blue-box-br-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container #topcontent .bluewrapTR {
	background-image: url(//www.treatmentmatch.org/images/blue-box-tr-corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px 10px;
	margin: 0px;
	text-align:left;
}#container #topcontent #tcOne #subcontent #requestcd .holder strong {
	display: block;
	padding: 5px;
	float: left;
	width: 125px;
	background-color: #BAC6DC;
	margin-right: 5px;
}
#container #topcontent #tcOne #subcontent #requestcd .holder {
	margin-top: 5px;
}
#container #topcontent #tcOne #subcontent #mailingaddress {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#cedfea;
	padding:15px;
	text-align:center;
}

#container #topcontent #tcOne #subcontent #mailingaddress h2{
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-top:0px;
	margin-top:0px;
	text-align:left;
}
#container #topcontent #tcOne #subcontent #mailingaddress p{
	font-size:14px;
	padding-bottom:0px;
	margin-bottom:0px;
}