/*To get further information on the usages of the each application page that the associated tags are found on, you can take a look over at cssUsageSheet.txt. Also you are done with the editing the styles from your pages, you may want to remove the comments throughout this document to lean out this file. 

Note: Do not use float left and float right in combination with content area where the length of the content is unknown. Rather, for a two column setup, use a float left for the column that is defined in conjunction with the content section having a padding-left in order to create the two columun setup.
*/

body { /* Defines information for the HTML body tag. Adding background image information and no white borders on the outside of the document */
	background-image: url(images/template_2/bgbottom-Web.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BodyWrapper { /* Defines further background image information for the web page. Seen in the template file. */
	background-image: url(images/template_2/bgtop-WEB.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

.toplinks { /* Utilized On the hard coded navigational links in the template file, its the container for the links on the top of the page*/
	width: 919px;
	clear: both;
	height: 20px;
}

.toplinks .toplinks_right { /* Utilized On the hard coded navigational links in the template file, its the container for the links */
	float: right;
}
.toplinks #toplinks_left { /* Utilized On the hard coded navigational links in the template file, its the container for the links */
	float: left;
}
#toplinks_left a { /* Utilized On the hard coded navigational links in the template file, its the defines the attributes for the anchor links inside the toplinks_left div tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 11px;
	text-decoration: none;
}

.toplinks_right a { /* Utilized On the hard coded navigational links in the template file, its the defines the attributes for the anchor links inside the toplinks_right div tag */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 11px;
	text-decoration: none;
}

.HeaderLogo { /* Utilized in the template file, to hold the logo area */
	height: 90px;
	width: 919px;
	padding: 0px;
	padding-top: 10px;
	margin-left: auto;
		margin-right: auto;
	background-image: url(images/template_2/bgheader-site.jpg);
	background-repeat: no-repeat;
}
.HeaderLogo .logo { /* Utilized in the template file, to further define logo atributes */
	float: left;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 7px;
	margin: 0px;
}
.HeaderLogo .HeaderLogo_right { /* Utilized in the template file, to further define area to the rightside of logo header area */
	width: auto;
	float: right;
}

.TopMainNav { /* Utilized in the template file, to define the width properties of the main navigation */
	width: 919px;
	margin-left:auto;
	margin-right:auto;
}

.ContentArea { /* Utilized in the template file, to define the width properties content area ( The space inbettween the top header and the bottom footer information */

	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	font-style: normal;
	font: Verdana,Arial;
	font-size: 11px;
	line-height: 19px;
	width:919px;
	min-height:400px;
}
.ContentArea .clear {  /* Utilized several places including the template file. It clears both left and right areas and helps to align blocks of information correctly 
	clear: both;
	width:99%;*/
}

.Footer_Links { /* Defines background attribute information for the associated div tag in the template file */
	width: 916px;
	background-repeat: no-repeat;
	height: 55px;
	overflow: hidden;
	text-align: center;
	padding-top: 14px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
}
.BodyWrapper .ContentArea .TwoCol .TwoCol_RIGHT h1 { /* Defines H1 tag attributes for the H1 tags located inside of the nested div with the class of .TwoCol_Right */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #009900;
	font-weight: lighter;
	font-variant: normal;
	margin-top:0px;
}

.HomePageAdspace { /* Defines The Big Adspace Area utilized on the homepage  */
	background-image: url(images/template_2/webadspace.jpg);
	background-repeat: no-repeat;
	height: 266px;
	padding-right: 300px;
	width: 619px;
	overflow: hidden;
	margin-right: 2px;
	margin-left:1px;
}
.HomePageAdspace #blurb { /* Defines text information attributes on the homepage in the Adspace area  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-left:17px;
	
}

.HomePageAdspace .H1tag { /* Defines H1 attributes on the homepage in the Adspace area  */
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px dotted #528A1B;
	margin:10px;
	text-align:left;
}

.H1tag H1 { /* Defines H1 attributes inside of the div or span with the class H1tag  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FF6600;
	line-height: 20px;
	padding:0px;
	padding-left:15px;
	margin:0px;

}

.tabBG { /* Defines div tag attributes for with the class tabBG utilized on the homepage */
	width: 878px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	position: absolute;
	z-index: auto;
	top: 376px;
}

.tab1 { /* Defines div tag with the class tab1 utilized on the homepage  */
	background-color: #FFFFCC;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dotted;
	border-left-style: dashed;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 22px;
}
.tab1_active { /* Defines div tag with the class tab1 utilized on the homepage for the active link state */
	background-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #FFFFFF;
	border-left-color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 22px;
}
.tab1_hover { /* Defines div tag with the class tab1 utilized on the homepage for the hover link state */
	background-color: #FFFFFF;
	float: left;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dotted;
	border-left-style: dashed;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #FFFFFF;
	border-left-color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-right: 22px;
}
#tab_ContentA { /* Defines attributes inside the selected content area for the tab clicked area */
	position: absolute;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:600px;


}
#tab_ContentA h1 { /* Defines attributes of the H1 tag inside the selected content area for the tab clicked area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #72BC11;
	font-weight: lighter;

}
.tab_Content_B { /* Defines the attributes of the content area of the homepage when the tab button is clicked */
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;		width:600px;
}
#tab_ContentB h1 { /* Defines attributes of the H1 tag inside the selected content area for the tab clicked area */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #72BC11;
	font-weight: lighter;
}
#tab_ContentC { /* Defines the attributes of the content area of the homepage when the associated tab button is clicked */
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	width:600px;
}
#tab_ContentC h1 { /* Defines the attributes of the h1 tag inside the content area of the homepage when the tab button is clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #72BC11;
	font-weight: lighter; 
}
#tab_ContentD { /* Defines the attributes of the content area of the homepage when the associated tab button is clicked */
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	width:600px;
}
#tab_ContentD h1 { /* Defines the attributes of the h1 tag inside the content area of the homepage when the tab button is clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #72BC11;
	font-weight: lighter; 
}
#tab_ContentE { /* Defines the attributes of the content area of the homepage when the associated tab button is clicked */
	position: absolute;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 	width:600px;
}
#tab_ContentE h1 { /* Defines the attributes of the h1 tag inside the content area of the homepage when the tab button is clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #72BC11;
	font-weight: lighter;
}
.tabBG a { /* defines anchor link information inside of the div with class tabBG */
	text-decoration: none;
	color: #0066CC;
}
.tabBG a:visited { /* defines anchor link information inside of the div with class tabBG */

	text-decoration: none;
	color: #0066CC;
}
.tabBG a:hover { /* defines anchor link information inside of the div with class tabBG */
	color: #006600;
	text-decoration: none;
}
.tabBG a:active { /* defines anchor link information inside of the div with class tabBG */

	text-decoration: none;
	color: #006600;
}

#HomePageBottomContent { /* Defines the attributes of the div tag with the class HomePageBottomContent on the homepage */
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(http://www.updateablewebsite.com/images/template_2/homepage-BodybttmBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	height:800px;
}
#HomePageBottomContent #Left { /* Defines the attributes of the div tag labeled left inside the div with the class HomePageBottomContent on the homepage */
	width: 600px;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #71BC0A;
}
#HomePageBottomContent #Right { /* Defines the attributes of the div tag labeled right inside the div with the class HomePageBottomContent on the homepage */
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	width:250px;
}

.OneCol { /* Defines the attributes of the div tag labeled OneCol found in use inside the wysiwig editor on the One Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(http://www.updateablewebsite.com/images/template_2/software_rightCol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px;
	background-color: #FFFFFF;
	margin:0px;
	padding-left:20px;
	
}

.OneCol H1 { /* Defines the H1 tag attributes inside the div with the class OneCol found in use inside the wysiwig editor on the One Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #009900;
	line-height: 20px;
	padding:0px;
	margin:0px;
}

.TwoCol { /* Defines the attributes of the div tag with the class TwoCol found in use inside the wysiwig editor on the Two Column preloaded layouts */
	margin: 0px;
	padding: 0px;
	width: 915px;
	background-image: url(http://www.updateablewebsite.com/images/template_2/software_leftCol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E1E6EC;
	clear:both;
	min-height:400px;
}

.TwoCol_LEFT { /* Defines the attributes of the div tag with the class TwoCol_LEFT found in use inside the wysiwig editor on the Two Column preloaded layouts */
	width: 220px;
	padding: 5px;
	float:left;
}

.TwoCol_RIGHT { /* Defines the attributes of the div tag with the class TwoCol_RIGHT found in use inside the wysiwig editor on the Two Column preloaded layouts */
	background-image: url(http://www.updateablewebsite.com/images/template_2/software_rightCol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 653px;
	padding: 15px;
	background-color: #FFFFFF;
	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:dotted;
	padding-bottom:20px;
	margin-left:231px;
	min-height:400px;
}
.TwoCol_LEFT .NewsletterHeadline {  /* Defines the attributes of the div tag with the class NewsletterHeadline found inside of the TwoCol_LEFT classed div inside the wysiwig editor on the Two Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 5px;
}

.TwoCol_RIGHT div { /* Defines the attributes of the div tag with the class NewsletterHeadline found in use inside the wysiwig editor on the Two Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TwoCol_RIGHT h2 { /* Defines the attributes of the h2 tag with the class TwoCol_RIGHT found in use inside the wysiwig editor on the Two Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: light;
	color: #0099CC;
}
.TwoCol_LEFT #email { /* Defines the attributes of the items with the name email inside the div with class .TwoCol_LEFT */
	width: 120px;
	padding: 0px;
	margin: 5px;
}
.TwoCol_LEFT .justVerdana12 #form1 input { /* Defines the attributes of the input tags inside of the associated tags  */
	font-weight: bold;
}
.ThreeCol { /* Defines the attributes of the div tag with the class ThreeCol found in use inside the wysiwig editor on the Three Column preloaded layouts */
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom:20px;

}

.ThreeCol_LEFT { /* Defines the attributes of the div tag with the class ThreeCol_LEFT found in use inside the wysiwig editor on the Three Column preloaded layouts */
	width: 190px;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
/*	border-right:1px;
	border-right-color:#CCCCCC;
	border-right-style:dotted;
*/
}
.ThreeCol_Middle { /* Defines the attributes of the div tag with the class ThreeCol_Middle found in use inside the wysiwig editor on the Three Column preloaded layouts*/ 
	background-image: url(http://www.updateablewebsite.com/images/template_2/software_rightCol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 503px;
	background-color: #FFFFFF;
	border:1px;
	border-color:#CCCCCC;
	border-style:dotted;
	border-top:1px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.ThreeCol_RIGHT { /* Defines the attributes of the div tag with the class ThreeCol_Right found in use inside the wysiwig editor on the Three Column preloaded layouts */
	background-position: top;
	float: right;
	width: 190px;
	padding: 5px;
	background-color: #FFFFFF;
/*	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:dotted;
*/
}
.ThreeCol h1 { /* Defines the attributes of the h1 tags inside the class ThreeCol found in use inside the wysiwig editor on the Three Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #009900;
	line-height: 20px;
	padding:0px;
	margin:0px;
}
.ThreeCol h2 { /* Defines the attributes of the h2 tags inside the class ThreeCol found in use inside the wysiwig editor on the Three Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: light;
	color: #0099CC;
}

.ThreeCol_LEFT .NewsletterHeadline { /* Defines the attributes of the NewsletterHeadline classed tags inside the class ThreeCol_LEFT found in use inside the wysiwig editor on the Three Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 5px;
}

.ThreeCol_RIGHT div { /* Defines the attributes of the div tags inside the class ThreeCol_RIGHT found in use inside the wysiwig editor on the Three Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ThreeCol_RIGHT h2 { /* Defines the attributes of the h2 tags inside the class ThreeCol_RIGHT found in use inside the wysiwig editor on the Three Column preloaded layouts */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: light;
	color: #0099CC;
}
.ThreeCol_LEFT #email { /* Defines the attributes of the items named email inside the class ThreeCol_LEFT found in use inside the wysiwig editor on the Three Column preloaded layouts */
	width: 120px;
	padding: 0px;
	margin: 5px;
}
.ThreeCol_LEFT .justVerdana12 #form1 input { /* Defines the attributes of the input tags in the associated tags inside the ThreeCol_Left class tag */
	font-weight: bold;
}


.updatedOnDate {  /* Defines the attributes of the updatedOnDate classed tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.a { /* defines anchor link information  for anchor links with the class of a*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099CC;
}

.Footer_Links { /* defines attributes for the div tag with the class Footer_Links. Found on the main template file */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top:20px;
	border-top:#999999 1px solid;
		clear:both;
}
.Footer_Links a { /* defines attributes for the anchor links in the div with the Footer_Links class */
	color: #003366;
	padding: 3px;

}
.justVerdana12 { /* Defines the attributes of the justVerdana12 classed tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.justVerdana14 { /* Defines the attributes of the justVerdana14 classed tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.loginform { /* Defines the attributes of the loginform classed tags */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 300px;
	width: 400px;
}
.searchcount { /* Defines the attributes of the searchcount classed tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.BreadCrumbs{ /* Defines the attributes of the div area Breadcrumbs classed tags */
	margin:0px;
	margin-bottom:10px;
	margin-left:-10px;
	margin-top:-13px;
	padding:0px;
	padding-left:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;	
	border-top:#CCCCCC 1px dotted;
	border-bottom:#CCCCCC 1px dotted;
}
.BreadCrumbs a{ /* Defines the attributes of the anchor tags in the area Breadcrumbs classed tags */
	color:#006699;
	text-transform:capitalize;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.RequestEmailForm{ /* Defines the attributes of the div area RequestEmailForm classed tags */
	text-transform:capitalize;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.RelatedArticles { /* Defines the attributes of the div area RelatedArticles classed tags */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.RelatedArticles ul{ /* Defines the attributes of the unordered list, RelatedArticles classed tags */
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom:0px;
	margin-right: 25px;
	margin-left: 15px;
}
.TopArticle{ /* Defines the attributes of the TopArticle classed tags */
	list-style-position: outside;
	list-style-image: url(http://www.updateablewebsite.com/cms-img/smallFolder-1.png);
	font-size: 12px;
	vertical-align: middle;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: auto;
	padding-left: 5px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.TopArticle a { /* Defines the attributes of the anchor links in the TopArticle classed tags */
	font-weight: bold;
	color: #3067CD;
	text-decoration: none;
	height: 10px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.SubArticle{ /* Defines the attributes of the a SubArticle classed tags */
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 0px;
	padding-top:0px;

}
.SubArticle a { /* Defines the attributes of the anchor links in the SubArticle classed tags */
	color: #0066CC;
	text-decoration: none;
}
.NewsletterSuccessAlert{ /* Defines the attributes of the NewsletterSuccessAlert classed tags */
	padding:15px;
	background-color:#FFFFCC;
	border:#FFCC66 dotted 1px;
}
.NewsletterFailureAlert{ /* Defines the attributes of the NewsletterSuccessAlert classed tags */
	padding:15px;
	background-color:#FFFFCC;
	border:#FFCC66 dotted 1px;
}
.NewsletterRemovalBox { /* Defines the attributes of the NewsletterRemovalBox classed tags */
	background-color: #FFFFCC;
	padding: 15px;
	border: 1px dotted #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	margin-top:30px;
	margin-left:60px;
}
.red { /* Defines the attributes of the red classed tags */
	color: #FF0000;
	padding: 5px;
}
.RemotePostAlert{ /* Defines the attributes of the RemotePostAlert classed tags */
	padding:15px;
	background-color:#FFFFCC;
	border:#FFCC66 dotted 1px;
	width:400px;
	height:150px;
	overflow:visible;
}
.padding15 { /* Defines the attributes of the padding15 classed tags */
	padding: 15px;
}
.Alert { /* Defines the attributes of the alert classed tags */
	background-color: #FFFFCC;
	padding: 15px;
	border: 1px dotted #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#IMGholderTableLeft{ /* Used for the default templates in the wysiwig editor in order to hold the left aligned image*/
	margin-right:10px;
	margin-bottom:10px;
	width:50px; /* Sets the smallest sized container which is overwritten by image size*/
}
#IMGholderTableRight{ /* Used for the default templates in the wysiwig editor in order to hold the right aligned image*/
	margin-left:10px;
	margin-bottom:10px;
	width:50px; /* Sets the smallest sized container which is overwritten by image size*/
}
#IMGholderTableCenter{ /* Used for the default templates in the wysiwig editor in order to hold the center aligned image*/
	margin-left:10px;
	margin-bottom:10px;
	width:50px; /* Sets the smallest sized container which is overwritten by image size*/
}

.citation{ /* Div tag inside of IMGholderTables's below the image*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	color: 000000;
	padding:5px;
	font-style:oblique;
	border:#EAEAEA 1px solid;
	line-height:12px;
}

