/*Style for the BODY*/
body {
	background-color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
	padding:0;
	margin:0;

}
div.container {
	padding: 0px;
	max-width:1100px;
	min-width:900px;
	width:100%;
	margin: auto;
}

   /* IE 6 Hack - Max/Min Width */

* html div.container {
	width: 1030px /* fallback value */;
	width:expression(((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) 
	> 1118 ? "1100px" : (((document.compatMode && 
	document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : 
	document.body.clientWidth) < 920 ? "902px" : "95.7%")); 
}


img.i_img {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
img.img_right_bordered {
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #cccccc;
}
img.img_left_bordered {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #cccccc;
}
div.news {
	margin: 10px;
	line-height: 16px;
	height: 100px;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D20031;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4 {
	color: #00237D;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 15px 10px 10px 10px;
	border-bottom:1px solid #cccccc;
	padding-bottom:4px;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00237D;
	text-decoration: none;
	margin: 10px 10px 5px 10px;
}
h6 {
	font-size: 12px;
	font-weight: bolder;
	color: #CC0000;
	margin: 0px;
	line-height: 16px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 16px;
}
a:link {
	color: #00237D;
	text-decoration: none;
}
a:visited {
	color: #00237D;
	text-decoration: none;
}
a:hover {
	color: #00237D;
	text-decoration: underline;
}
a.more:link {
	background-image: url(/images/icons/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding-right: 15px;
}
a.more:visited {
	background-image: url(/images/icons/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding-right: 15px;
}
a.more:hover {
	background-image: url(/images/icons/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	text-decoration: underline;
	margin-bottom: 5px;
	padding-right: 15px;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	clear:both;
	color:#CCCCCC;
	margin:10px;
	border:0;
	height:1px;
}
.hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	clear:both;
	color:#CCCCCC;
	margin:10px;
	border:0;
	height:1px;
}

ul li,
ol li {
	margin-bottom:5px;
}
/*--------------------------------------Style for the HEADER AREA-------------------------*/
table.header {
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00237D;
	background-image: url(../images/site_images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
td.header {
	vertical-align: top;
	background-image: url(/images/site_images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
td.strapline {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #00237D;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	vertical-align: middle;
}
td.cartlinks {
	background-color: #00237D;
	text-align: right;
	padding-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
td.quicklinks {
	background-color: #00237D;
	text-align: right;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*--------------------------------------Style for the PAGE LAYOUT-------------------------*/
tr.main {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00237D;
	border-right-color: #00237D;
	border-bottom-color: #00237D;
	border-left-color: #00237D;
}
td.left {
	background-color: #f2f7fa;
	vertical-align: top;
	text-align: left;
	width: 210px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #00237D;
}
/*--------------------------------------Style for the NAVIGATION-------------------------*/
#navbar {
	height: 88px;
	background:  url(/_common.images/navbgpic1px.jpg) top right no-repeat; /* people, menu banner */
	font-family: Verdana,Sans-serif;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
#navbar li {
	float: right;
	margin-right: 12px;
	list-style: none;
	padding: 0px;
	margin-top: 2px;
	;
}
* html #navbar li {
}
#navbar li a {
	display: block;
	color: #FFFFFF;
	background-image: url(../images/icons/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-decoration: none;
	}
#navbar a:hover {
	display: block;
	color: #FFFFFF;
	background-image: url(../images/icons/bullet_white.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-decoration: underline;
	}
/* IE5/Mac hacks */
/*\*//*/
#navbar {}
#navbar li a {display: inline;}
/**/
span.navhead_left {
	display: block;
	color: #FFFFFF;
	background-color: #D20031;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}
span.navhead_right {
	display: block;
	color: #FFFFFF;
	background-color: #00237D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
div.leftnav_search {
	margin: 0px;
	background-image: url(../images/site_images/menu_search_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
table.leftnav_search {
	width: 190px;
}
td.leftnav_search {
	padding-bottom: 5px;
}
div.navbox_topfade {
	width: 190px;
	background-image: url(../images/site_images/menu_topfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
div.navbox {
	padding: 10px;
}
a.leftnav:link {
	color: #00237D;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(/images/icons/bullet_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.leftnav:visited {
	color: #00237D;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(/images/icons/bullet_red.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
a.leftnav:hover {
	display: block;
	color: #D20031;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/*Style for the RIGHT COLUMN*/
td.right {
	background-color: #F2F7FA;
	border-right-width: 10px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00237D;
	border-left-color: #CCCCCC;
	width: 210px;
}
table.rightnav_cartbox {
	width: 190px;
}
td.rightnav_cartbox {
	padding-bottom: 5px;
}
table.rightnav_login {
	width: 190px;
}
td.rightnav_login {
	padding-bottom: 5px;
}
span.rightnav_item {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/icons/bullet_red_rightnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}
/*Style for the MIDDLE COLUMNS*/
td.content {
	text-align: left;
	vertical-align: top;
}
div.breadcrumbs {
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div.content_header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/site_images/content_header_sml_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div.content_header h2 {
	margin-left:0;
}
div.content_header_banner {
	height:160px;
	background:url(/images/bg_banner.gif) top left repeat-x;
}
div.join_banner {
	height:160px;
	background:url(/images/join_banner.jpg) top left no-repeat;
	width:480px;
	position:relative;
	text-indent:-9999px;
}
div.join_banner a {
	display:block;
	width:139px;
	height:32px;
	background:url(/images/btn-join.png) top left no-repeat;
	position:absolute;
	left: 338px;
	top: 125px;
}
div.content_main {
	border: 1px solid #FFFFFF;
	background-image: url(../images/site_images/content_topfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}

div.content_main p, li {
	padding: 0 10px;
	line-height: 16px;
}

div.content_general {
	margin: 10px;
}
div.content_listings
{
	margin:0;
	padding:0;
}
table .featured
{
	 background:url(../services/vendors/images/_common.images/content_header_sml_bg.gif) bottom left repeat-x;
	 padding:0;
}
.logo img
{
	border:1px solid #cccccc;
}
div.content_training_head {
	margin:10px;
	color:#777777;
	height:100px;
}
div.content_training_head img {
	float:left;
	margin-right:10px;
}
div.content_training_head h2 {
	color:#D20031;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	border:0;
}

div.content_training {
	margin:10px;
	line-height:16px;
}
div.content_box_left {
	padding: 5px;
	background-color: #F2F7FA;
	border: 1px solid #CCCCCC;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.content_box_right {
	padding: 5px;
	background-color: #F2F7FA;
	border: 1px solid #CCCCCC;
	float: right;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
div.content_quote_left {
	width: 200px;
	background-image: url(../images/content/quote_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 10px;
}
div.content_quote_right {
	width: 200px;
	background-image: url(../images/content/quote_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 10px;
	float: right;
	margin-left: 10px;
}
p.content_quote {
	background-image: url(../images/content/quote_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #00237D;
	line-height: 20px;
	text-indent: 30px;
}
img.content_img_right {
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	border: 1px solid #CCCCCC;
}

div.content_news {
	margin-left: 20px;
	margin-right: 0px;
	line-height: 16px;
	height: 200px;
	}

div.content_product {
	margin: 10px;
	line-height: 16px;
}
img.content_product_img {
	height: 100px;
	width: 80px;
}

div.content_product_desc {
	background-image: url(/images/icons/bullet_red_rightnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 90px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
img.content_promo {
	margin-right: 10px;
}
div.content_conference {
	margin:10px;
}
div.content_product_subscription {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.AddThis_right {
	float:right;
	margin:10px 10px 0 10px;
}
table.content_promo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
tr.content_promo_header {
	background-image: url(../images/site_images/content_topfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
tr.content_promo_gold {
	background-image: url(../images/site_images/content_promo_gold_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
tr.content_promo_blue {
	background-image: url(../images/site_images/content_promo_blue_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
td.content_promo {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.content_news_title {
	font-size:13px;
	font-weight:bold;
}
a.content_promo:link {
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/icons/bullet_red_rightnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.content_promo:visited {
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/icons/bullet_red_rightnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.content_promo:hover {
	display: block;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/icons/bullet_red_rightnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.content_account {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
table.content_account {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.content_account_head {
	font-weight: bold;
	color: #D20031;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 12px;
}
td.content_account {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
}
td.content_account_sub {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
}
table.table_form {
	width:80%;
	margin:15px 10px;
}
table.table_form input {
	width:200px;
}
table.table_form input#submit {
	width:100px;
}
table.table_form textarea {
	width:100%;
	height:70px;
}
/* ----------------------- Melcrum Search results -------------------------- */

td.searchResult {
	padding:0 0 10px 0;
}
td.searchResult p {
	padding:0;
	margin:0;
	line-height:15px;
	max-height:4.2em;
	overflow:hidden;
}
td.searchResult span {
	font-weight:bold;
}
td.searchDetails {
	padding:0 10px 15px 10px;
	margin:0;
}
a.resultTitle {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/* ----------------------- Google Mini Search results -------------------------- */
div.content_search {
	padding: 10px;
}
div.content_search table {
	margin-bottom:10px;
}
div.content_search p.g {
	margin:0;
	font-size:12px;
	padding:0 0 2px 0;
}
div.content_search span.l {
	text-decoration:underline;
}
div.content_search table td font {
	font-size:11px;
}
div.content_search blockquote {
	margin:0 0 0 20px;
}
td.content_search_form {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
div.n {
	font-weight:bold;
}
div.n table td {
	padding:0 5px;
}
div.n table td span.i {
	color:#D20031;
}
div.n table td span.b a {
	text-decoration:underline;
}
div.n table td span.b a:hover {
	color:#D20031;
	text-decoration:none;
}
table.eventsTable {
	border:1px solid #CCCCCC;
	border-bottom:none;
	}
table.eventsTable td {
	border-bottom:1px solid #CCCCCC;
	padding:3px 5px;
}
table.eventsTable tr:hover {
	background-color:#E9E9E9;
	}

div.content_footer {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/site_images/content_header_sml_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.content_toplink {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ========================= MEMBERSHIP LEVELS TABLE - S T A R T =================================================== */

.MemberTable {
	margin:10px 10px 20px 10px;
	width:96%;
}

.MemberTable td {
	padding:7px 5px;
	border-left:1px solid #cccccc;
}
.MemberTable tr.BlueRow {
	background-color:#00237D;
	color:#FFFFFF;
	font-weight:bold;
}
.MemberTable tr.RedRow {
	background-color:#D20031;
	color:#FFFFFF;
	font-weight:bold;
}
.MemberTable tr.RedRow td {
	border-left:none;
}
.MemberTable tr.BlueRow td {
	border-left:none;
}
.MemberTable tr.BlueRow td a {
	color:#FFFFFF;
	text-decoration:underline;
	/*padding-left:5px;*/
	display:block;
	background:url(/images/bullet_white.gif) left center no-repeat;
	width:4em;
	margin:auto;
}
.MemberTable tr.BlueRow td a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.MemberTable tr.GreyRow {
	background-color:#eeeeee;
}
.MemberTable td.last {
	border-right:1px solid #cccccc;
}
/* ============================= MEMBERSHIP LEVELS TABLE - E N D =================================================== */
/* ============================= IN-HOUSE TRAINING TABLE - START =================================================== */

table.InhouseTable {
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #cccccc;
}
table.InhouseTable td {
	padding:4px 5px;
	border:1px solid #cccccc;
	background:#ffffff;
}
table.InhouseTable td.blue {
	background:#00237D;
	color:#ffffff;
	font-weight:bold;
	border:0px;
}
table.InhouseTable td.red {
	background-color:#D20031;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
}
table.InhouseTable .price {
	font-size:16px;
}
/* ============================= IN-HOUSE TRAINING TABLE - E N D =================================================== */

.IndivMemberDownload a {
	display:block;
	width:312px;
	height:32px;
	background:url(/images/buttons/download_ind_mem.gif) top left no-repeat;
	margin-left:10px;
}
.IndivMemberDownload a:hover {
	background:url(/images/buttons/download_ind_mem.gif) bottom left no-repeat;
}
.TeamMemberDownload a {
	display:block;
	width:312px;
	height:32px;
	background:url(/images/buttons/download_team_mem.gif) top left no-repeat;
	margin-left:10px;
}
.TeamMemberDownload a:hover {
	background:url(/images/buttons/download_team_mem.gif) bottom left no-repeat;
}
.date {
	float:right;
	color:#999999;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif
}

/*--------------------------------------Style for the FOOTER AREA-------------------------*/
table.footer {
	background-color: #00237D;
	width: 100%;
	height: 50px;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
}
td.footer {
	background-color: #00237D;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}

a.foot:link {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
a.foot:visited {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
a.foot:hover {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	margin-right: 15px;
	margin-left: 15px;
}

/*--------------------------------------Style for the FORMS-------------------------*/
div.form_content {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 10px;
	vertical-align: top;
}
table.form {
	width: 700px;
}

td.form_header {
	background-color: #00237D;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
td.form_main {
	padding: 5px;
	background-color: #ECEFF6;
	border: 1px solid #FFFFFF;
}
td.form_footer {
	background-color: #B3BFD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
}
.required {
	font-weight: bold;
	color: #00237D;
}
.greyText {
	color:#cccccc;
}
div.content_product_link {
	margin-left: 90px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.more {

	background-image: url(/images/icons/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding-right: 15px;
}
.redtext {
	color: #D20031;
}
div.content_article {
	margin: 10px;
	line-height: 16px;
}
div.leftnav_banners {

	padding: 10px;
}
td.subs_archive {
	padding-bottom: 5px;
}
td.subs_archive_desc {
	padding-bottom: 5px;
	padding-top: 5px;
}
td.subs_archive_title {
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 20px;
	vertical-align: top;
}
td.subs_archive_links {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
a.navhead_blue:link {
	display: block;
	color: #FFFFFF;
	background-color: #00237D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	background-image: url(/images/icons/bullet_white_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
a.navhead_blue:visited {

	display: block;
	color: #FFFFFF;
	background-color: #00237D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	background-image: url(/images/icons/bullet_white_right.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
form {
	margin: 0px;
	padding: 0px;
}
td.form_content {
	border-right-color: #00237D;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #00237D;
	background-color: #eceff6;
}

/* ======================================== ROUNDED BOX - S T A R T ======================================================= */

.roundedBox { /* OK */
	width: 68%;
	margin:15px auto;
	background:url(/images/buttons/rounded_flexi_box/bottom-left.gif) no-repeat left bottom;
}

.roundedBox-outer { /* OK */
  background: url(/images/buttons/rounded_flexi_box/bottom-right.gif) no-repeat right bottom;
  padding-bottom: 5px;
}

.roundedBox-inner { /* OK */
  background: url(/images/buttons/rounded_flexi_box/top-left.gif) no-repeat left top;
}

.roundedBox h3 { /* OK */
  background: url(/images/buttons/rounded_flexi_box/top-right.gif) no-repeat right top;
  padding-top: 0;
  margin-top:0;
  border-bottom:none;
  color:#FFFFFF;
  text-align:center;
}

.roundedBox h3,
.roundedBox p { /* OK */
  padding-left: 5px;
  padding-right: 20px;
}
.roundedBox h3 {
	font-size:14px;
	font-weight:bold;
}

.roundedBox a:hover {  /* OK */
	text-decoration:underline;
}
/* ======================================== ROUNDED BOX - E N D =========================================================== */
.clear {clear:both; height:0px;}
div.div_hr {
	height:1px;
	background:#cccccc;
	margin:10px;
}
.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}
.soldouttext {
	color: #D20031;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.soldouttext a:link {
	color:#d20031;
}
.register_btn
{
	background:url(/_common.images/register.png) top center no-repeat;
	text-align:center;
	margin-top:4px;
	padding:5px;
	height:31px;
	color:#fff;
	font-weight:bold;
}
.register_btn a
{
	text-decoration:none;
}
.register_btn a:hover
{
	text-decoration:underline;
}