html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 12px;
	font-weight: normal;
	voice-family: female;
}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF3399;
}


#column2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: thin dashed #FF3300;
}
	
#column2_BK {
	
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FF3300;
	border-left-color: #FF3300;
	width: 570px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#column1n3 {
	padding-top: 5px;
}
#PadTop_Bottom{
	padding-bottom: 20px;
	padding-top: 10px;
}

#PadTop_Left{
	padding-left: 20px;
	padding-top: 20px;
}

#PadLeft{
	padding-left: 20px;
}

#PadRight{
	padding-right: 20px;
}

.listGrey12px li{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

/*sub header use in the template*/

.subHead {
	padding-left: 15px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF33CC;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: #FF99CC;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF33CC;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	color: #3366FF;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h5 {
	color: #3366FF;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*------------LINKS--------------*/

a {
	font-size: 11px;
	color: #3366CC;
	text-decoration: underline;
}

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

.linkBlue14 {
	color: #3399CC;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.linkBlue14 a:hover{
	color: #FF00CC;
	font-size: 12px;
}

.linkBlue14 a{
	color: #3399CC;
	font-size: 12px;
	text-decoration: none;
}

.linkRed12 {
	color: #669933;
	font-size: 12px;
}
.linkRed12 a:hover{
	color: #CC9966;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 0px;
}

/*------------Sidebar menu------------*/
#quicklinks td{
	border: thin dashed #6699FF;
	color: #3333FF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	z-index: 1;
	padding-right: 5px;
}

#quicklinks td a{
	text-decoration: none;
	color: #3366FF;
	font-size: 12px;
	z-index: 1;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

#quicklinks td a:hover{
	display: block;
	background-color: #6699FF;
	color: #FFFF00;
	z-index: 1;
}

#extramenu td{
	border: thin dashed #9ECD50;
	margin-top: 5px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
	font-size: 12px;
}

#extramenu td a{
	display: block;
	text-decoration: none;
	color: #FF33CC;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	padding-left: 10px;
}

#extramenu td a:hover{
	display: block;
	background-color: #E5ED94;
	color: #FF33CC;
	font-size: 12px;
}


/*------------All headers------------*/

.titleGrey12px {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.txtGrey12px {
	font-size: 12px;
	color: #666666;
}

.titleGreen12px {
	font-size: 12px;
	font-weight: bold;
	color: #669933;
}
.txtGreen12px {
	font-size: 12px;
	color: #669933;
}

.txtDkGreen12px {
	font-size: 12px;
	
	color: #006633;
}

.txtDkRedBl12px {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.xmasRed_head12px {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

.bodytitle {
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}

/*------------BOX and Borders------------*/

#table_border {
	border: thin solid #877C6A;
}

#floatIMG{
	border: thin solid #999999;
	margin: 0px;
}

#floatRight {
	float: right;
	border: thin solid #877C6A;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#floatLeft {
	float: left;
	border: thin solid #877C6A;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#floatRightPlain {
	float: right;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#floatLeftPlain {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#floatLeftNOSpace{
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.tagIcon{
	position: relative;
	z-index: 2;
	top: -40px;
	float: right;
	right: -10px;
	background-image: url(images/main/tag_yell.gif);
	height: 34px;
	width: 31px;
}

#dottedbox_pink {/*used in 2 column pages (subpage_sub_2col.dwt.php)*/
	border: thin dashed #FF3300;
	vertical-align: top;
}

.tablePadBtm {
	margin-bottom: 15px;
}

.tableBGPink {
	background-color: #E5ED94;
	margin: 0px;
	
}

.featuretable img{
	border: thin solid #999999;
}
#hanger2 {
	position:relative;
	height:57px;
	z-index:2;
	width: 40px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	float: right;
}

/*----------SubLinks for all pages in Extras------------*/
.extrasPg_sublink {
	font-size: 12px;
	font-weight: bold;
	color: #CC99CC;
}

.extrasPg_sublink a{
	font-size: 12px;
	font-weight: bold;
	color: #CC99CC;
}

.extrasPg_sublink a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #669933;
}

/*----------footer------------*/
#footer {
	font-size: 10px;
	color: #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	font-size: 10px;
	color: #FF3399;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #FF3300;
}
#logoBox {
	border: 1px solid #8d8a8d;
	width: 100%;
}
.floatleft {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.floatright {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

/*----------newsletter------------*/

.newsletter_button{
	background-color: #80bc7b;
}

.readmore a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.readmore a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a {
	text-decoration: none;
}
.newsletter_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #BB0000;
}
.newsletter_head_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}


.newsletter_text_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.newsletter_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a5765;
}
.boxborder {
	border: 1px solid #CCCCCC;
}
