/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
 line-height: 1;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset styles */

body {
	background: #F3F4F5 url(../images/bgPage.png) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#main {
	width: 922px;
	background: #F7F8FA url(../images/bgMain.png) repeat-x center top;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
#wrapper {
	width: 1082px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 150px;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bannerWrapper {
	background: url(../images/bgBanner.png) no-repeat center bottom;
	height: 177px;
}
#mainWrapper {
	background: url(../images/bgMainWrapper.png) repeat-y center top;
}
#copyright {
	background: url(../images/bgCopyright.png) no-repeat center top;
	padding-bottom: 50px;
}
.noPadBottom {
	padding-bottom: 0px !important;
}
/* NAVIGATION */ 

#mainNav {
	position: absolute;
	top: 101px;
	right: 5px;
	overflow: hidden;
	width: 311px;
}
#mainNav li {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: none;
	float: left;
}
#mainNav li a {
	display: block;
	position: relative;
	top: 8px;
}
#mainNav li .highlight
{
	top: 0px;
}


#banner #logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
#copyright p {
	font-size: 11px;
	text-align: right;
	padding-top: 20px;
	width: 925px;
	margin: 0 auto;
}

/* SIDEBAR STYLES */

#sidebar {
	float: left;
	width: 222px;
	margin-right: 10px;
	margin-left: 10px;
}
#sidebar .box h2 {
	background: url(../images/sHeaderR.png) no-repeat right top;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 18px;
	margin-left: 5px;
	padding-left: 10px;
}
#sidebar .box {
	background: url(../images/sFooterL.png) no-repeat left bottom;
	margin-bottom: 20px;
}
#sidebar .boxFooter {
	background: url(../images/sFooterR.png) no-repeat right bottom;
	height: 7px;
	margin-left: 5px;
	font-size: 1px;
}
#sidebar .boxHead   {
	background: url(../images/sHeaderL.png) no-repeat left top;
}
#sidebar .sidebarNav {
	padding: 0px;
	list-style: none;
}
#sidebar .sidebarNav a {
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #BCBEC0;
	border-top: none;
	padding: 8px 10px 4px 25px;
	line-height: 125%;
}

#sidebar .sidebarNav li {
	background: #DBDBDB url(../images/sidebarButton.png) repeat-x left top;
}

#sidebar .boxNote {
	background: #FFF;
	border-right: 1px solid #BCBEC0;
	border-left: 1px solid #BCBEC0;
}
#sidebar .box p {
	font-size: 10px;
	padding: 10px 10px 4px;
	line-height: 160%;
	color: #666;
}
#sidebar .sidebarNav ul  {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 222px;
}
#sidebar .sidebarNav ul a  {
	font-size: 10px;
	background: #FFF;
	line-height: 150%;
  color: #333 !important;
	font-weight: normal !important;
}


#sidebar .subOpen{
	background: url(../images/arrowDown.png) no-repeat -1px 13px;
}

#sidebar .highlight .subOpen{
	background-image: url(../images/arrowDownH.png);
}
#sidebar .subClosed {
	background: url(../images/arrowRight.png) no-repeat 13px 8px;
}
#videos .sidebarNav .videos .subClosed,
#games .sidebarNav .games .subClosed {
	background-image: url(../images/arrowRightH.png);
}

#sidebar .sidebarNav a:hover {
	color: #2E2F7A;
	background-color: rgba(46,47,122,.5);
}

#videos .sidebarNav .videos,
#videoguides .sidebarNav .videoguides,
#games .sidebarNav .games,
#activities .sidebarNav .activities,
#inspection .sidebarNav .inspection,
#expert .sidebarNav .expert,
#order .sidebarNav .order,
#guides .sidebarNav .guides,
#news .sidebarNav .news,
#feedback  .sidebarNav .feedback,
#activities .sidebarNav .activities,
#newsletter .sidebarNav .newsletter,
#presentations .sidebarNav .presentations,
#glossary .sidebarNav .glossary,
#faq .sidebarNav .faq
 {
	background: #B7B7B8 url(../images/sidebarNavHereBg.png) repeat-x left top;
	font-weight: bold;
}

#videos .sidebarNav .videos a,
#videoguides .sidebarNav .videoguides a,
#games .sidebarNav .games a,
#activities .sidebarNav .activities a,
#inspection .sidebarNav .inspection a,
#expert .sidebarNav .expert a,
#order .sidebarNav .order a,
#guides .sidebarNav .guides a,
#news .sidebarNav .news a,
#feedback  .sidebarNav .feedback a,
#activities .sidebarNav .activities a,
#newsletter .sidebarNav .newsletter a,
#presentations .sidebarNav .presentations a,
#glossary .sidebarNav .glossary a,
#faq .sidebarNav .faq a{
	color: #2E2F7A;
}

#sidebar .sidebarNav .subOpen:hover {
	background-image: url(../images/arrowDownH.png);
}
#sidebar .sidebarNav .subClosed:hover {
	background-image: url(../images/arrowRightH.png);
}

/* MAIN CONTENT STYLES */

#mainContent {
	float: right;
	margin-right: 20px;
	width: 649px;
	position: relative;
}
#mainContent h1 {
	color: #2E2F7A;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 3px solid #2E2F7A;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#mainContent h2 {
	color: #2E2F7A;
	font-weight: bold;
	margin: 15px 0 8px 0;
}
#mainContent h3 {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
#mainContent h4 {
	font-size: 13px;
	color: #315898;
    font-weight: bold;
	margin: 10px 0px 0px 15px;
}
#mainContent ul {
	margin-top: 10px;
}

#mainContent p, #mainContent li, #mainContent td, #mainContent th {
	font-size: 12px;
	color: #333;
	margin-bottom: 8px;
	line-height: 125%;
}

#mainContent p.image {
	text-align:center;
}	

.floatRight {
	float: right;
	margin-bottom: 2px;
	margin-left: 5px;
}
.floatLeft {
	float: left;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-top:5px;
}

h2 a {
	color: #FFF;
	text-decoration: none;
}
.padBottom {
	padding-bottom: 10px;
}

#glossary #mainContent p strong {
}

/* TWO COLUMN BOX STYLES */

#mainContent .colTwo {
	float: right;
	width: 45%;
}
#mainContent .colOne {
	float: left;
}
#mainContent .colOne, 
#mainContent .colTwo {
	width: 317px;
}

#mainContent .twoCol, #mainContent .singleColumn {
	overflow: hidden;
	background: url(../images/twoColBg.png) no-repeat left bottom;
	zoom: 1;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#mainContent .twoColnews, #mainContent .singleColumn {
	overflow: hidden;
	background: url(../images/twoColBgnews.png)  left top;
	background-repeat:repeat-y;
	zoom: 1;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#mainContent .singleColumn {
	width: 319px;
}
#mainContent .colOne h2, #mainContent .colTwo h2 {
	background: url(../images/oneColHead.png) no-repeat left top;
	color: #FFF;
	font-size: 13px;
	padding: 10px 10px 7px 15px;
	font-weight: normal;
	margin: 0;
}
#mainContent .colOnenews h2, #mainContent .colTwonews h2 {
	background: url(../images/newsletter/oneColHeadnews-dk.png) no-repeat left top;
	color: #FFF;
	font-family:"Comic Sans MS";
	font-weight: bold;
	font-size: 16px;
	padding: 10px 10px 7px 15px;
	font-weight: bold;
	margin: 0;
}
#mainContent .colOne li,
#mainContent .colOnenews li,
#mainContent .colTwo li,
#mainContent .colTwonews li {
	margin-top: 0px;
	padding: 0px;
}
#mainContent .colOne ul,
#mainContent .colTwo ul{
	margin: 0px;
	padding: 0px;
}
#mainContent .colOneTopTable ul{
	margin-left: 1em;
	padding: 0px;
	list-style:url(../images/check.png);
}

#mainContent .colOneTopTable li{
color:#990000;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	line-height:120%;
	padding-bottom:6px;
	FONT-FAMILY: "Comic Sans MS", cursive; 
	FONT-SIZE: 15px;
	font-weight:bold; 
}
.welcome{
width:400px;
font-size:16px;
background: #FFFFFF;
padding: 10px;
}
#mainContent .colOneTopTable li a{
color:#990000;
text-decoration:none;
}
#mainContent .colOneTopTable li a:hover {
color:#0000CC;
text-decoration:none;
}
#mainContent .kids_blk {
	MARGIN-TOP: 14px; FONT-FAMILY: "Comic Sans MS", cursive; MARGIN-BOTTOM: 4px; COLOR: #333; FONT-SIZE: 17px; FONT-WEIGHT: bold
}
#mainContent .kids_content {
	MARGIN-TOP: 10px; FONT-FAMILY: "Comic Sans MS", cursive; MARGIN-BOTTOM: 10px; COLOR: #333; FONT-SIZE: 16px
}

/* TWO COLUMN BOX STYLES */
#mainContent .colTwo {
	float: right;
	width: 45%;
}
#mainContent .colTwonews {
	float: right;
	width: 45%;
}
#mainContent .colOne {
	float: left;
}
#mainContent .colOnenews {
	float: left;
}
#mainContent .colOne,
#mainContent .colOnenews, 
#mainContent .colTwo,
#mainContent .colTwonews {
	width: 317px;
}

#mainContent .colOne h3, 
#mainContent .colTwo h3,
#mainContent .colOnenews h3, 
#mainContent .colTwonews h3,
 {
	color: #315898;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/twoColH3bg.png) no-repeat;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 120%;
}
#mainContent .colOne h6, 
 {
	color: #315898;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 120%;
}

#mainContent .colOne p,
#mainContent .colTwo p
{
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 8px 0 0 0;
}
#mainContent .colOnenews p,
#mainContent .colTwonews p  {
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 15px 0 0 0;
}
.colOne ul, .colTwo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}





.colOnenews ul, .colTwonews ul {
margin-left: 1em;
	padding: 0px;
	list-style:url(../images/check.png);
}
.colOnenews ol, .colTwonews ol {
margin-left: 25px;
	padding: 0px;
	list-style:url(../images/check.png);
}




/* Teachers*/
#teachers #mainContent #box1 #box1_1 {
	background: url(../images/teachers/box1_1_bg.jpg) no-repeat;
	margin: 0;
}

#mainContent #box1 a,
#mainContent #box2 a,
#mainContent #box3 a,
#mainContent #box4 a,
#mainContent #box5 a,
#mainContent #box6 a {
	color: #333;
	text-decoration: none;
}	


#teachers #mainContent #box1 p,
#teachers #mainContent #box2 p {
	padding: 0;
	margin: 0;
}

#teachers #mainContent #box1 #box1_1 a {
	display: block;
	width: 144px;
	padding-left: 165px;
	padding-right: 15px;
	height: 199px;
	padding-top: 15px;
}

#teachers #mainContent #box2 #box2_1 {
	background: url(../images/teachers/box2_1_bg.jpg) no-repeat;
	margin: 0;
}

#teachers #mainContent #box2 #box2_1 a {
	display: block;
	width: 179px;
	padding-left: 125px;
	padding-right: 15px;
	height: 199px;
	padding-top: 15px;
}

#mainContent .colOne h3, #mainContent .colOne h6, #mainContent .colTwo h6, #mainContent .colOneVideo h3, #mainContent .colTwo h3 {
	color: #315898;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
	text-transform: uppercase;
	line-height: 120%;
}

#mainContent .colOne .d_shadow, #mainContent .colTwo .d_shadow {
	background: url(../images/twoColH3bg.png) no-repeat;
	line-height: 120%;
}
#mainContent .colOneVideo .d_shadow{
	background: url(../images/onecolvideobg.jpg) no-repeat;
	line-height: 120%;
}

#mainContent .colOne p, #mainContent .colTwo p {
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 8px 0 0 0;
}
#mainContent .colOneVideo p {
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 8px 0 0 0;
	z-index:1;
}
#mainContent .colOneVideo .videotopsection {
	width:416px;
	margin-top:-12px;
	height: 200px; 
	left: 9px;
}

#mainContent .oneCol h2 {
	font-size: 24px;
	color: #FFF;
	background: url(../images/oneColH2.png) no-repeat;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 15px;
}
#mainContent .colOneVideo h2 {
	font-size: 13px;
	line-height:33px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/oneColHeadVideo.png) no-repeat;
	margin: 0;
	padding: 0px 10px 10px 15px;
}

#home #mainContent .colOne h2,
#home #mainContent .colTwo h2,
#home #mainContent .colOneVideo h2,
#teachers #mainContent .colOne h2,
#teachers #mainContent .colTwo h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	position: relative;
	margin: 0;
}
#mainContent .colOneVideo .d_shadow{
	background: url(../images/onecolvideobg.jpg) no-repeat;
	line-height: 120%;
}
#mainContent .colOneVideo p {
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 8px 0 0 0;
	z-index:1;
}
#mainContent .colOneVideo h2 {
	font-size: 13px;
	line-height:33px;
	font-weight: normal;
	color: #FFF;
	background: url(../images/oneColHeadVideo.png) no-repeat;
	margin: 0;
	padding: 0px 10px 10px 15px;
}

#mainContent .elementNav {
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 6px;
	line-height: 125%;
	cursor: pointer;
}

#mainContent .elementNav img {
	position: relative;
	top:4px;
}
#mainContentVideo {
	margin-left:auto
	margin-right: auto;
	width: 651px;
	position: relative;
}

/* SCROLLER STYLES */
.scroller ul {
	list-style: none;
	width: 4000px;
	margin: 0px;
	padding: 0px;
}

.scroller {
	width: 648px;
	overflow: hidden;
}

.scroller li {
	height: inherit;
	float: left;
	width: 648px;
	overflow: hidden;
}

.scroller li.vidGame  {
	height: inherit;
	float: left;
	width: 319px;
	overflow: hidden;
}

.colOne ul, .colTwo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.toolTip {
	position: absolute;
	display: none;
	width: 200px;
	padding: 10px;
	background-color: white;
	cursor: help;
}

.toolTip p {

	font-size: 12px;
	line-height: 125%;
}

.glossaryTerm {
	font-weight: bold;
	text-decoration: none;
	background: #FFF;
	display: inline-block;
	padding: 2px 2px;
	color: #2E2F7A;
}


/* TEACHER'S GUIDE STYLE */
#mainContent .guideNav a {
	display: inline-block;
	padding: 3px 6px;
	background: #FFF;
	border: 1px solid #666;
	margin-right: 5px;
	color: #2E2F7A;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}
#mainContent .guideNav .here {
	background: #E0E7EB;
	color: #666;
}
#mainContent  .guideNav a:hover {
	color: #FFF;
	background: #2E2F7A;
}
#mainContent .guideNav .here:hover {
	background: #DFE7EA;
	color: #666;
}
#mainContent .guideNav {
	position: absolute;
	right: 0px;
	margin-top: 5px;
}
#mainContent .kids_blk {
	MARGIN-TOP: 14px; FONT-FAMILY: "Comic Sans MS", cursive; MARGIN-BOTTOM: 4px; COLOR: #333; FONT-SIZE: 17px; FONT-WEIGHT: bold
}
#mainContent .kids_content {
	MARGIN-TOP: 10px; FONT-FAMILY: "Comic Sans MS", cursive; MARGIN-BOTTOM: 10px; COLOR: #333; FONT-SIZE: 16px
}

/* FORM STUFF */

#mainContent form .label {
	display: block;
	font-weight: bold;
	color: #2E2F7A;
	line-height: 120%;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top: 1px solid #FFF;
	padding-top: 5px;
}
 
#mainContent form td.question {
	font-weight: bold;
	color: #2E2F7A;
	line-height: 120%;
	font-size: 14px;
	border-top: 1px solid #FFF;
	padding-top: 5px;
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

#mainContent form td.field {
	border-top: 1px solid #FFF;
}

form input, form select {
	font: 17px Arial, Helvetica, sans-serif;
	color: #666;
}

.note {
	font-size: 75%;
	font-weight: normal;
}
#askExpert {
	margin: 0px 0px -125px 0px;
	padding: 0px 0px -125px 0px;
	background: url(../images/MrFAQ_expert_page.gif) no-repeat right top;
    float: right;
	width: 200px;
	height: 215px;
}
.error {
	font-weight: bold !important;
	color: #C33 !important;
}
#mainContent .twoCol form .label, #mainContent  .oneCol form .label {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}


/* IE 6 fixes */
* html #sidebar { 
	display: inline; 
}
* html #sidebar .sidebarNav a { zoom: 1; }
* html #mainNav li { display: inline; }
* html #mainWrapper { background: none; }
* html #main { 
		background: #D0DDE1;
		padding-top: 15px;}
* html #mainContent { display: inline;}
* html #bannerWrapper { 
	height: 155px;
	background: none;
}
* html .oneCol {
	overflow: hidden;
}
* html .oneColnews {
	overflow: hidden;
}
* html .twoColnews {
	overflow: hidden;
}
* html #copyright {
background: none;
background-color: transparent;
}
* html #copyright p {
	border-top: 5px solid #14133B;
}
#mainContent #gamesClub form{
	background: url(../images/sign_in.jpg) no-repeat 0px 0px;
	padding-left: 135px;
	padding-bottom: 20px;
	height: 174px
}
#mainContent  #gamesClub h3 {
	background-image: url(none);
}
#mainContent #gamesClub .signup{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}
#mainContent #gamesClub form p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#order th, #order td {
	padding: 5px;
	font-size: 14px;
}
#order th {
	background: #FFF;
	font-weight: bold;
}
#order .internal {
	margin-top: 50px;
	padding: 15px;
}
#order .contact .label {
	text-align: right;
	width: 200px;
}
#order table {
	margin-bottom: 20px;
}
#order .contact input.long {
	width: 300px;
}
#order .contact input.short {
	width: 150px;
}
#feedback .question {
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}
#feedback textarea {
	width: 500px;
}
#feedback .long {
	width: 400px;
}
#mainContent form td {
	padding: 5px 0px;
}
#mainContent form table {
	margin-bottom: 10px;
}
#mainContent form th {
	padding: 5px;
	background: #BFCCCF;
}

#mainContent form td.odd {
	background-color: #FFF;
}

#gamesClub #login, #gamesClub #password {
       width: 125px;
}

#mainContent .colOne p, #mainContent .colTwo p {
	padding: 2px 15px 0px 15px;
	line-height: 125%;
	margin: 8px 0 0 0;
}

#home #mainContent .colOne h2,
#home #mainContent .colTwo h2,
#teachers #mainContent .colOne h2,
#teachers #mainContent .colTwo h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	position: relative;
	margin: 0;
}
.issuetitle {
	font-size: 18px;
	font-weight: bold;
	color: #2E2F7A;
}
#issuelist {
	padding-left: 24px;
	width: 300px;
}

#sidenotes {
	margin: 5px;
}
.sidenotes {
	font-size: 14px;
	background-image: url(../images/noteback.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.more {
	font-weight: bold;
	color: #990000;
	line-height:20px;
}
.more a{
	color: #990000 !important;
	font-weight: bold !important;
	text-decoration:none;
	}
.more a:hover{
	color: #000099 !important;
	font-weight: bold !important;
	text-decoration:underline;
	}
#newsletterheader {
	font-size: 16px;
	font-family:"Comic Sans MS";
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/newsletter/oneColHeadnewslong.png);
	background-repeat: no-repeat;
	width:651px;
	height:35px;
	text-indent:7px;
	padding: 7px;
	text-align:left;
}
#newsletterheader p {
	font-size: 16px;
	font-family:"Comic Sans MS";
	font-weight: normal;
	color: #000;
	}


#no1 h2 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 18px;
}

#mainContent .nol  ol li {
list-style-image:none;
FONT-FAMILY: "Comic Sans MS", cursive;  
COLOR: #333; 
FONT-SIZE: 15px;
padding-bottom:15px;
}

#mainContent .kids_content {
	MARGIN-TOP: 10px; FONT-FAMILY: "Comic Sans MS", cursive; MARGIN-BOTTOM: 10px; COLOR: #333; FONT-SIZE: 16px
}
}
#callout {
width:291px;
height: 200px;
background-image:url(../images/newsletter/callout_lightning.jpg);
background-repeat:no-repeat;
}
.callouts {
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	line-height:110%;
	padding-top: 5px;
	padding-right: 15px;
}
#mainContent .kidtext {
	font-family: "Comic Sans MS", cursive;;
	font-size: 15px;
}
#lgt ul{
	margin-left: 1em;
	list-style:url(../images/bolt.png);
}
#lgt ul li{
font-family:"Comic Sans MS", cursive;
font-size: 15px;
line-height: 24px;
}
#mainContent .clue ul{
	margin-left: 1em;
	list-style:url(../images/clue.png);
	
}

.imgspace {
	margin-right: 30px;
	margin-left: 20px;

}
.newsOneCol_title  {
	font-family: "Comic Sans MS", cursive;
	color: #FFFFFF;
	text-indent: 7px;
	padding-top:7px;
	background-image: url(../images/newsletter/oneColHeadnewslong.png);
	background-repeat: no-repeat;
		width:651px;
	height:35px;
}

