html>body p {margin: 15px 0;}
body {
	FONT-FAMILY: Verdana, arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	/*center for ie*/
	TEXT-ALIGN:center;
	/* center for firefox */
	margin-left:auto; margin-right:auto;
	
	COLOR:#666666;
	BACKGROUND-COLOR:#ffffff;
	margin:0px;
	margin-bottom:0px;
	background:url(../images/page-back2.jpg) repeat-y;
	background-position: top center;
	
	}
	img
	{
		border:0px;
		margin:0px;
		padding:0px;
	}
td {
	VERTICAL-ALIGN:top;
	TEXT-ALIGN:left;
	}

sup {
	MARGIN-TOP:0px;
	FONT-SIZE:10px;
	}
a sup {
	TEXT-DECORATION:none;
	}
	
/* OUTLINE | DROP-SHADOW | REQUIRED */
.OUTLINE {
	BACKGROUND:#FFFFFF;
	BORDER-TOP:#9bc4d6 1px solid;
	BORDER-BOTTOM:#9bc4d6 1px solid;
	BORDER-RIGHT:#9bc4d6 1px solid;
	}	

.REQUIRED {
	COLOR:#FF0000;
	FONT-SIZE:14px;
	FONT-WEIGHT:500;
	}
.required {color:#ff0000; font-weight:500;}

/* IMAGES */
img {
	BORDER:0px;
	}
.ALEFT {
	float:LEFT;
	position:relative;
	PADDING-RIGHT:10px;
	PADDING-BOTTOM:10px;
}
.ARIGHT {
	float:RIGHT;
	position:relative;
	PADDING-LEFT:10px;
	PADDING-RIGHT:10px;
}

/* HEADINGS */
H1, H2, H3, H4, H5, DT, H6, TFOOT, THEAD, TH {
	FONT-FAMILY: arial, Helvetica, sans-serif;
	TEXT-DECORATION:none;
	WORD-SPACING:normal;
	LETTER-SPACING:normal;
	TEXT-TRANSFORM:none;
	}
H1	{	
	FONT-SIZE:16px;
	FONT-WEIGHT:700;
	FONT-STYLE:normal;
	COLOR:#336699;
	MARGIN-BOTTOM:5px;
	margin-top:10px;
	}
H2	{	
	FONT-SIZE:14px;
	FONT-WEIGHT:700;
	FONT-STYLE:normal;
	COLOR:#336699;
	MARGIN-TOP:0px;
	MARGIN-BOTTOM:0px;
	}			
H3	{	
	FONT-SIZE:12px;
	FONT-WEIGHT:600;
	FONT-STYLE:normal;
	COLOR:#336699;
	MARGIN-BOTTOM:20px;
	margin-top:0px;
	}			
H4	{	
	FONT-SIZE:12px;
	FONT-WEIGHT:700;
	COLOR:#336699;
	MARGIN-BOTTOM:0px;
	}			
H5, DT	{
	FONT-SIZE:11px;
	FONT-WEIGHT:700;
	COLOR:#336699;
	FONT-STYLE:normal;
	}	
	/*	Use H6 for right callout */	
H6	{
    FONT-SIZE:12px;
	FONT-WEIGHT:700;
	COLOR:#336699;
	FONT-STYLE:normal;
	margin-left: 5px;
	margin-right: 5px
	}		
TFOOT, THEAD {	
	FONT-SIZE:12px;
	}			
TH	{
	VERTICAL-ALIGN:baseline;
	FONT-SIZE:14px;
	FONT-WEIGHT:bold;
	}

/* OTHER TEXT */
SMALL	{	
	FONT-SIZE:.7em;
	}	
BIG	{	
	FONT-SIZE:1.17em;
	}	
BLOCKQUOTE, PRE	{	
	FONT-FAMILY: Verdana, arial, Helvetica, sans-serif;
	}

/* LIST */
UL LI	{	
	LIST-STYLE-TYPE:square ;
	}	
.CONTENT ul li {padding-bottom:5px;}
UL LI LI	{	
	LIST-STYLE-TYPE:disc;
	}	
UL LI LI LI	{	
	LIST-STYLE-TYPE:circle;
	}		
OL LI	{	
	LIST-STYLE-TYPE:decimal;
	}	
OL OL LI	{	
	LIST-STYLE-TYPE:lower-alpha;
	}	
OL OL OL LI	{	
	LIST-STYLE-TYPE:lower-roman;
	}
OL UL LI {
	LIST-STYLE-TYPE:square ;
	}
	
/* LINKS */
A, A:hover, A:link, A:visited, a font {
	TEXT-DECORATION:underline;
	COLOR:#666666;
	}
	

/* TEMPLATED SECTIONS */
#MainTable
{
    width:900px;
    background-color:White; 
    /* border:1px solid blue;*/
}	

/* TOPNAV */
#TopCol {
    padding:0px;
    margin: 0px;
	/*border:1px solid red;*/
	overflow:hidden; 
}


.topbar{
	background:url(../images/top-bar2.gif) repeat-x;
	height:23px;
	text-align:right;
	padding-top:5px; overflow:hidden;
	padding-right: 0px;
}

.topbar a, .topbar a:hover, .topbar a:visited, .topbar a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#464646; 
	font-weight: 700;
	text-decoration:none;
	background-image: url('../images/topNavDivider.gif'); background-position: right top; background-repeat: no-repeat;
	padding-left:8px; padding-right:8px;

}

a.t4 { background: none !important; }

			
/* LEFTNAV  */
#LeftCol
{
    width:200px;
	vertical-align:top;
	padding-top:10px;
	margin-right:0px;
	padding-right:0px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	padding-left:0px;
	margin-right:-15px;

}
#LeftCol a {
	 font-family: arial, Helvetica, sans-serif; 
	 text-decoration:none;
}

.LEFTNAV, .LEFTNAV a, .LEFTNAV a:hover, .LEFTNAV a:visited, .LEFTNAV a:link{
	FONT-FAMILY: Verdana, arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR:#69c;
	TEXT-DECORATION:none;
    line-height:16px;
}

.LEFTNAV a {
	width:100px;	
}

.LEFTNAV a:hover{color:#bdc1dc;}
.LEFTNAV {
	BACKGROUND:#fff;
	LINE-HEIGHT:15px;
	PADDING-TOP:50px;
	PADDING-LEFT:25px;
	padding-right:0px;
	margin-right:0px;
	}


#LeftCol a.bold 
{
	color:#69c;
	FONT-WEIGHT:700;
}	
.LEFTNAV2
{
	margin-left:5px;
	padding-top:8px;
	padding-bottom:15px;
	width:150px;
}

.LEFTNAV2, .LEFTNAV2 a, .LEFTNAV2 a:hover, .LEFTNAV2 a:visited, .LEFTNAV2 a:link {
	FONT-FAMILY: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699cc;
	text-decoration: none;
}

.LEFTNAV2 a:hover{color:#bdc1dc;}

/*  MAIN CONTENT TABLE */
#RightCol{
	vertical-align:top;
	height:400px;
	width:700px;
	padding:0px; 
	margin:0px;
	/*border:1px solid #336699;*/
}
#RightCol td {
	vertical-align:top;
}

/* MAIN CONTENT COLUMN */
#BodyCol
{
	padding-top:0px;
	margin-top:0px;
	margin-right:20px;
	padding-right:20px;
	width:500px;
	vertical-align:top;
	border:1px solid #blue;
}
#BodyTable{ 
	width:700px;
	margin:0px; padding:0px;
	/*border:1px solid orange;*/
	border-collapse:collapse;
}
.CONTENT {
	font-family: Verdana, arial, Helvetica, sans-serif;
	FONT-SIZE:11px;
	COLOR:#666666;
	padding-RIGHT:5px;
	margin:10px 0px 10px 0px;
	/*border:1px solid #333333;*/
	}
#SideBarCol {	
	background:url(../images/side-back2.jpg) no-repeat #fff;
	background-position:left top;
	vertical-align:top;
	padding:0px;
	/*border:1px solid black;*/
	padding-right:25px;

	margin:0px;
	FONT-FAMILY: Verdana, arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	height:400px;

	width:176px;
}

/* bluecta */
.ctabluetop {
	background-image: url(../images/ctaBlueTop.gif);
	width: 154px;
	 	 
	height:20px;
	line-height:10px;
	margin-top:5px;
	text-align:center;
	/* center for firefox */
	margin-left:auto; 
	margin-right:auto;
	background-position:center bottom;
}
.ctabluebg {
	margin-top:0px;
	font-family:Verdana, arial, Helvetica, sans-serif;
    font-size:11px;
	color:white;  
	background-image: url(../images/ctabluebg.gif);
	width: 144px;
	background-repeat: repeat-y;
	TEXT-ALIGN:center;
	/* center for firefox */
	margin-left:auto; 
	margin-right:auto;
	background-position:center bottom;
}
.ctabluebg *
{
	width:135px;
	/*	TEXT-ALIGN:left;
	 center for firefox 
	margin-left:auto; 
	margin-right:auto;*/

}
.ctabluebg a, .ctabluebg a:hover, .ctabluebg a:visited, .ctabluebg a:link, .ctabluebg a:active, .ctabluebg a font {
    color: white;
	font-size:11px;
	text-decoration:underline;
}
.ctabluebottom {
	
	background-image:url(../images/ctabluebottom.gif);
	width:158px; 
	
	height:20px;
	margin-bottom:20px;
	background-position: center bottom;
	text-align: center;
	/* center for firefox */
	margin-left:auto; 
	margin-right:auto;
}
/* white cta */
.ctawhitetop
{
	WIDTH: 158px;
	HEIGHT: 16px;
}
.ctawhitebg {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#6c6b9f;  
	padding-left:5px; 
	padding:5px; 
	margin-right:5px;  
	WIDTH: 158px;
}

.ctawhitebottom
{
	WIDTH:158px;
	HEIGHT:11px; 
	margin-bottom:20px;
}
.ctawhitebg a, .ctawhitebg a:hover, .ctawhitebg a font
{
    color:#6c6b9f;
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}
.toctitle
{
	font-size:14px;
	font-weight:bold;
}
a.articleLink
{
	font-weight:bold;
}
.SIDEBAR {
	/* DEFINE SIDEBAR*/
}
	
/* BOTTOMNAV | DISCLAIMER */
#FooterCol {
	height:50px;
}
.BOTTOMNAV, .BOTTOMNAV a, .BOTTOMNAV a:hover, .BOTTOMNAV a:visited, .BOTTOMNAV a:link{
	font-family: arial, Helvetica, sans-serif;
	FONT-SIZE:9px;
	COLOR:#6c6b9f;
	TEXT-DECORATION:none;
	}
.BOTTOMNAV {
	padding-left: 10px;
	PADDING-BOTTOM:10px;
	TEXT-ALIGN:left;
	LINE-HEIGHT:12px;
	}
.bottom {width:800px; vertical-align:top;}
.bottom p {text-align:center;}
/* NEWS & EVENTS HOME PAGE */
.CTA-NEWS-TOP{
	background:url(../images/news-events-head.gif) no-repeat;
    width:379px;
    padding-top:30px
	}
.CTA-NEWS-TOP p{
	font-family:Verdana,arial,Helvetica,sans-serif;
    font-size:11px;
    padding:5px 3px 15px 3px;
    margin-top:-2px;
    width:370px;
    word-wrap:break-word;
	}   
/*.CTA-NEWS-TOP{
	background:url(http://www2.singlethrow.com../images/new-top.gif) no-repeat;
	height:33px;
	width:379px;
	}
.CTA-NEWS-TOP h2{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#ffffff; 
	padding:10px 0px 0px 25px;
	margin-bottom:0px
	}
.NEWS{
	background:url(http://www2.singlethrow.com../images/single-back.gif) no-repeat bottom right; 
	border-left:solid 3px #9797ca; 
	border-right:solid 3px #9797ca; 
	padding:0px 10px 10px 10px; 
	margin-top:-5px;
	width:353px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666;
}
.NEWS a, .NEWS a:hover, .NEWS a:visited, .NEWS a:link { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666666; 
	font-weight:700; 
	text-decoration:underline;}
.NEWS h1
{
    font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#666666;
	padding:5px 0px 5px 0px; 
	margin-top:5px;
	margin-bottom:0px;
}
.NEWS h2{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#666666;
	padding:5px 0px 5px 0px; 
	margin-top:5px;
	margin-bottom:0px;
}
.CTA-NEWS-BOTTOM{
	background:url(http://www2.singlethrow.com../images/new-bottom.gif) no-repeat; 
	height:17px;
	width:379px;
	margin-top:-2px; 
	
	}   
*/  
/* CALLOUT TEXT */
.COT {
    font-family: arial, Helvetica, sans-serif;
    font-size:14px;
    color:#6c6b9f;
}

/* WIDTH */

.w50 {width:50px;}
.w75{width:75px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w550{width:550px;}
.w600{width:550px;}
.h50{height:75px;}
.h75{height:75px;}
.h100{height:75px;}
.h200{height:200px;}
.h275{height:275px;}
.h600{height:600px}

	/* Social Bookmark */
.social {text-align: left;}
.social h3 {margin-bottom: 10px;}	
.social strong {color:#336699;line-height:25px;}
#SideBarCol .social {margin-left:5px;}
#SideBarCol .social a {text-decoration:none !important;}
.bookmarks {margin-left:200px;}


/* Jobs */
#jobs #MainTable {width:700px !important;}
#jobs .CONTENT {width:675px !important; clear:both;}
#jobs .Print {float:right; margin-right:20px; font-size:14px; font-weight:bold;}
#jobs .Print2 {float:right; margin-right:20px; font-size:14px; font-weight:bold; margin-top:10px;}
/* Cms admin styles */

/* Admin sections */
.adminHeader
{
	text-align:center;
	padding-top:5px;
	margin-top:5px;
}


.admintable, .head
{
		BACKGROUND:#b2b7e5;
		WIDTH:550PX;
		font-weight:700;
		font-size:13px;
		
}
.admintable strong, #DataList1
{
	
		color:#334433;
		font-weight:700;
		font-size:13px;
		
}
.admincol, .admincol h1
{
	text-align:center;
	width:550px;
	color:White;
	font-weight:bold;
}
.smallCopy
{
	color:#334433;
}
#iscatalog{display:none;}
#pagesidebar_4_1, #Pagebody_4_1, #pageLeftnav_4_1, #pageleftnav_4_1, #CTA_4_1, #intro_4_1
{
	width:200px;
	overflow:hidden;
}	
b
#errlab
{
	font-weight:bold;
	color:Red;
}
#Leftnav1_admindiv
{
	line-height:20px;
}
.bgwhite {text-align:left;}

.Pagebody_EndTab div, .pageLeftnav_EndTab div, .pageSideBar_EndTab div, .pagesidebar_EndTab div, intro_EndTab div
{
	display:none;
}
.divPaging {margin-bottom:15px;}

#updateContact input {width:200px;}
#updateContact select {width:204px;}

#plPrint {font-size:12px !important;}
.topPrint {float:left; margin-top:-80px;}
.botPrint {text-align:center;margin-top:10px; margin-bottom:20px;}
.optionHeader {border-bottom:1px #000000 dotted; border-top:1px #000000 dotted; margin-top:10px; margin-bottom:10px;}	

a.facebookSocialIcon {
	display: inline-block;
	overflow: hidden;
	height:20px;
	width: 20px;
	margin-left:5px; margin-right:1px;	
	background: url('../images/social/facebook.gif');
}
a.twitterSocialIcon {
	display: inline-block;
	overflow: hidden;
	height:20px;
	width: 20px;
	margin-left:1px; margin-right:2px;	
	background: url('../images/social/twitter.gif');

}


/* imported from old st site 


a.black {
	color: black;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
	font-weight: bold;
}

TD.white {
	color: Black;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : center;
	text-decoration : none;
	font-weight: bold;
}

TD.news {
	color: #000000;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}

TD.identifytargetcapture {
	background-color: White;
	border: 1px solid #F2EEFC;
	color: #808080;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}

TD.quicklinks {
	background-color: White;
	border: 1px solid #F2EEFC;
	color: #000000;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}

TD.quicknews {
	color: #000000;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}

TD.contact {
	background-color: White;
	border: 1px solid #F2EEFC;
	color: #808080;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}

TD.bottom {
	background-color: White;
	border: 1px solid #F2EEFC;
	color: #808080;
	font-family :  Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
	text-decoration : none;
}


A.redundant 
{
    color:#aad455;
	
	text-decoration : none;
	}

A.redundant:HOVER 
{
    color:Navy;
 
   text-decoration : none;
}

A.black {
	color: black;
	text-decoration : none;
}

A.black:HOVER {
   color: blue;
   text-decoration : none;
}

A.white {
   color: White;
	text-decoration : none;
}

A.white:HOVER {
   color: Blue;
   text-decoration : none;
}
*/