body {
	background-color: #ffffff;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #b4161c;
	text-align: left;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 17px;
	color: #b4161c;
	text-align: left;
}
h2.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #111111;
	text-align: left;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	text-align: left;
}
h4.inline {
	display: inline;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}


/************ Standard tags ************/


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearLeft {
	clear: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearRight {
	clear: right;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.floatLeft_Mr{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}
.floatRight_Ml{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.block{
	display: block;
}
.inner {
	float: left;
	overflow: hidden;
}
.lh-normal {
	line-height: normal;
}
.lh-200 {
	line-height: 200%;
}
.Mt25 {
	margin-top: 25px;
}
.Mt1 {
	margin-top: 1px;
}


/************ Color Styles ************/
.white{
	color: #ffffff;
}
.black{
	color: #000000;
}
.vlblack{
	color: #000000;
}
.vlred{
	color: #b4161c;
}
.gray{
	color: #808080;
}
.field_req{
	color: #ff0000;
}
.error_normal{
	color: #ff0000;
}
.red{
	color: #ff0000;
}


/************ Font Styles ************/
.fs-12 {
	font-size: 12px;
}
.line_through {
	text-decoration: line-through;
}
.remark {
	font-size: 90%;
}
.remark-g {
	font-size: 90%;
	color: #666666;
}
.timestamp {
	font-size: 80%;
	color: #444444;
}
.imgcaption-n {
	font-size: 90%;
	color: #444444;
}
.imgcaption-i {
	font-size: 90%;
	color: #444444;
	font-style: italic;
}


/************ List Styles ************/
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
	ul li {
		background: url(../images/ul-bullet.gif) 0 7px no-repeat;
	    padding-left: 7px;
	}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


/************ Link Styles ************/
a:link {
	color: #b4161c;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover, a:visited:hover {
	color: #111111;
}
a:visited {
	color: #b4161c;
	text-decoration: underline;
	font-weight: inherit;
}

a.nounder:link {
	color: #b4161c;
	text-decoration: none;
	font-weight: inherit;
}
a.nounder:hover, a.nounder:visited:hover {
	color: #111111;
	text-decoration: underline;
}
a.nounder:visited {
	color: #b4161c;
	text-decoration: none;
	font-weight: inherit;
}

a.black:link {
	color: #000000;
	text-decoration: underline;
	font-weight: inherit;
}
a.black:hover, a.black:visited:hover {
	color: #b4161c;
}
a.black:visited {
	color: #444444;
	text-decoration: underline;
	font-weight: inherit;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #333333;
}
img.grayBorder-VAB {
	border: 1px solid #333333;
	vertical-align: bottom;
}
img.floatLeft {
	display: inline;
	float: left;
	vertical-align: bottom;
	margin: 0 7px 3px 0;
}
img.floatLeftBorder {
	display: inline;
	float: left;
	border: 1px solid #333333;
	vertical-align: bottom;
	margin: 0 7px 3px 0;
}
img.floatRight {
	display: inline;
	float: right;
	vertical-align: bottom;
	margin: 0 0 3px 7px;
}
img.floatRightBorder {
	display: inline;
	float: right;
	border: 1px solid #333333;
	vertical-align: bottom;
	margin: 0 0 3px 7px;
}


/************ Table Styles ************/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0;
	padding: 2px;
}
td.noborder {
	border: 0;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #333333;
}
table.hasborder td {
	border: 1px solid #333333;
}
table.hasborder td.noborder {
	border: 0;
}
table.hasborder_tCenter{
	border: 1px solid #333333;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #333333;
}
table.hasborder_tLeft{
	border: 1px solid #333333;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #333333;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}
tr.graybkground {
	background-color: #999999;
}


/************ Layout ************/
#container {
	display: block;
	width: 990px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#header {
	display: block;
	width: 100%;
	height: 121px;
	margin: 0;
	padding: 0;
}
	#header a.head-btngray {
		display: block;
		width: 197px;
		height: 22px;
		margin: 0;
		padding: 0;
		line-height: 22px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: url(../images/head-btn-red.gif) top left no-repeat;
		text-decoration: none;
	}
	#header a.head-btngray:hover {
		background: url(../images/head-btn-gray.gif) top left no-repeat;
	}
	#header div.head-btnred {
		display: block;
		width: 197px;
		height: 22px;
		margin: 0 0 0 2px;
		padding: 0;
		line-height: 22px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		background: url(../images/head-btn-red.gif) top right no-repeat;
		text-decoration: none;
	}
	#header #bubble {
		font-family: Arial;
		display: block;
		float: left;
		width: 239px;
		height: 55px;
		margin: 0 0 0 270px;
		padding: 15px 20px;
		font-size: 12px;
		color: #b4161c;
		background: url(../images/head-bubble.gif) top left no-repeat;
	}
	#header #woman-top {
		display: block;
		float: left;
		width: 105px;
		height: 85px;
		margin: 0;
		padding: 0;
		background: url(../images/head-woman-top.jpg) bottom left no-repeat;
	}
	#header #langsel {
		display: inline;
		float: right;
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 9px;
		color: #111111;
		text-align: right;
	}
		#header #langsel a {
			color: #808080;
			font-weight: inherit;
			text-decoration: none;
		}
		#header #langsel a:hover {
			color: #b4161c;
		}
	#header #mainmenu {
		display: block;
		width: 990px;
		height: 36px;
		margin: 0;
		padding: 0;
		background: url(../images/mm-bkg.gif) 0 0 repeat-x;
	}
		#header #mainmenu #mainmenuitems {
			display: block;
			float: left;
			width: 744px;
			height: 36px;
			margin: 0;
			padding: 0;
			background: url(../images/mm-bkg.gif) 0 0 repeat-x;
			overflow: hidden;
		}
			#header #mainmenu #mainmenuitems .cur {
				display: block;
				float: left;
				height: 30px;
				width: 103px;
				margin: 0;
				padding: 2px 10px;
				line-height: 15px;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				overflow: hidden;
				background: url(../images/mm-item-cur.gif) 0 0 repeat-x;
			}
			#header #mainmenu #mainmenuitems a {
				display: block;
				float: left;
				height: 30px;
				width: 103px;
				margin: 0;
				padding: 2px 10px;
				line-height: 15px;
				font-size: 11px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				overflow: hidden;
			}
			#header #mainmenu #mainmenuitems a:hover {
				background: url(../images/mm-item-over.gif) 0 0 repeat-x;
			}
			#header #mainmenu #mainmenuitems .separator {
				display: block;
				float: left;
				height: 36px;
				width: 1px;
				margin: 0;
				padding: 0;
				background: url(../images/mm-sep.gif) top right no-repeat;
			}
		#header #mainmenu #woman-bottom {
			display: block;
			float: left;
			width: 80px;
			height: 36px;
			margin: 0 0 0 4px;
			padding: 0;
			background: url(../images/head-woman-bottom.jpg) top left no-repeat;
		}
		
	#header #header-searchdiv {
		display: block;
		float: right;
		width: 162px;
		height: 25px;
		margin: 10px 0 0 0;
		padding: 0;
	}

#mm2mc-arrow {
	z-index: 10;
	position: relative;
	top: -7px;
	left: 700px;
	display: block;
	width: 39px;
	height: 38px;
	background: transparent url(../images/mm2hp-arrow.png) 0 0 no-repeat;
}

#hp-maincol {
	display: block;
	width: 990px;
	margin: 20px 0 0 0;
	padding: 0;
}
	#hp-maincol #top-container {
		display: block;
		width: 990px;
		margin: 0 0 0 0;
		padding: 0;
	}
		#hp-maincol #top-container #mainimg {
			display: block;
			float: left;
			width: 288px;
			height: 75px;
			margin: 0 10px 0 0;
		}
		
		#hp-maincol #top-container #mainflashcontainer {
			display: block;
			float: left;
			width: 679px;
			height: 268px;
			overflow: hidden;
		}
		
		#hp-maincol #top-container #events-enews {
			display: block;
			float: right;
			width: 300px;
			height: 281px;
			margin: 0;
			padding: 0;
		}
			#hp-maincol #top-container #events-enews #box-events {
				display: block;
				width: 278px;
				height: 122px;
				margin: 0;
				padding: 10px;
				background: url(../images/box-bkg.gif) 0 0 repeat-x;
				border: 1px solid #d4d4d4;
			}
				#hp-maincol #top-container #events-enews #box-events .title {
					display: block;
					margin: 0 0 8px 0;
					padding: 0;
					font-size: 12px;
					color: #b4161c;
					font-weight: bold;
				}
				#hp-maincol #top-container #events-enews #box-events .arrow-up {
					display: block;
					width: 278px;
					height: 4px;
					margin: 0 0 4px 0;
					padding: 0;
				}
					#hp-maincol #top-container #events-enews #box-events .arrow-up a {
						display: block;
						width: 7px;
						height: 3px;
						margin: 0 auto;
						padding: 1px 5px;
						background: url(../images/arrow-up-red.gif) 5px 1px no-repeat;
					}
					#hp-maincol #top-container #events-enews #box-events .arrow-up a:hover {
						background: url(../images/arrow-up-gray.gif) 5px 1px no-repeat;
					}
				#hp-maincol #top-container #events-enews #box-events .arrow-down {
					display: block;
					width: 278px;
					height: 4px;
					margin: 5px 0 0 0;
					padding: 0;
				}
					#hp-maincol #top-container #events-enews #box-events .arrow-down a {
						display: block;
						width: 7px;
						height: 3px;
						margin: 0 auto;
						padding: 1px 5px;
						background: url(../images/arrow-down-red.gif) 5px 1px no-repeat;
					}
					#hp-maincol #top-container #events-enews #box-events .arrow-down a:hover {
						background: url(../images/arrow-down-gray.gif) 5px 1px no-repeat;
					}
				#hp-maincol #top-container #events-enews #box-events .content {
					display: block;
					margin: 0;
					padding: 0;
					width: 278px;
					height: 68px;
					color: #666666;
					overflow: hidden;
					line-height: 15px;
				}
					#hp-maincol #top-container #events-enews #box-events .leftcol {
						display: block;
						float: left;
						width: 57px;
						margin: 0 0 0 0;
						padding: 0;
						color: #b4161c;
						line-height: 15px;
						text-align: right;
						overflow: hidden;
					}
					#hp-maincol #top-container #events-enews #box-events .rightcol {
						display: block;
						float: right;
						width: 204px;
						margin: 0 0 2px 8px;
						padding: 0 0 0 8px;
						color: #666666;
						overflow: hidden;
						line-height: 15px;
						border-left: 1px solid #b4161c;
						overflow: hidden;
					}
				#hp-maincol #top-container #events-enews #box-events .hseparator {
					display: block;
					margin: 4px 0 2px 0;
					padding: 0;
					width: 278px;
					height: 1px;
					background: #e6e6e6;
				}
				#hp-maincol #top-container #events-enews #box-events .bottom {
					display: block;
					width: 278px;
					margin: 0;
					padding: 0;
					text-align: right;
				}
					#hp-maincol #top-container #events-enews #box-events .bottom a {
						color: #b4161c;
						font-size: 10px;
						text-decoration: none;
						font-weight: inherit;
					}
					#hp-maincol #top-container #events-enews #box-events .bottom a:hover {
						text-decoration: underline;
					}
			#hp-maincol #top-container #events-enews #box-events-shadow {
				display: block;
				width: 298px;
				height: 8px;
				margin: 0 1px 2px 1px;
				padding: 0;
				background: url(../images/box-shadow.gif) 0 0 repeat-x;
			}
			#hp-maincol #top-container #events-enews #hp-enewssub {
				display: block;
				width: 280px;
				height: 110px;
				margin: 5px 0 0 0;
				padding: 5px 10px 10px 10px;
				background: url(../images/hp-enewssub-bkg.gif) 0 0 repeat-x;
				color: #ffffff;
			}
				#hp-maincol #top-container #events-enews #hp-enewssub .title {
					display: block;
					/*margin: 0 0 8px 0;*/
					padding: 0;
					font-size: 12px;
					color: #ffffff;
					font-weight: bold;
				}
				#hp-maincol #top-container #events-enews #hp-enewssub .txtcontainer {
					width: 100%;
				 	/*margin: 10px 0 6px 0;*/
					padding: 0;
					font-size: 11px;
					/*background: red;*/
				}
					#hp-maincol #top-container #events-enews #hp-enewssub .txtcontainer table td {
						margin: 0;
						padding: 0;
					}
				#hp-maincol #top-container #events-enews #hp-enewssub input {
					font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
					display: inline;
					background-color: #ffffff;
					border: 0 solid #333333;
					color: #111111;
				 	height: 12px;
					margin: 0;
					padding: 0 2px;
					text-align: left;
				    font-size: 10px;
				    width: 100px;
				}
				#hp-maincol #top-container #events-enews #hp-enewssub input.long {
				    width: 200px;
				}
					#hp-maincol #top-container #events-enews #hp-enewssub a.btn {
						display: block;
						width: 73px;
						height: 16px;
						line-height: 16px;
					 	margin: 0;
						padding: 0;
						/*background: url(../images/rcol-enewssub-btn.gif) 0 0 no-repeat;*/
						text-align: center;
						font-size: 11px;
						color: #ffffff;
						font-weight: bold;
						text-decoration: none;
						border: 1px solid #eeeeee;
					    font-size: 11px;
					}
					#hp-maincol #top-container #events-enews #hp-enewssub a.btn:hover {
						color: #eaeaea;
					}
	#hp-maincol #sp-container-top {
		display: block;
		width: 990px;
		margin: 20px 0 0 0;
		padding: 0;
		background: url(../images/hp-sp-hseparator.gif) 0 bottom no-repeat;
	}
		#hp-maincol .sp-box-first {
			display: block;
			float: left;
			width: 190px;
			margin: 0;
			padding: 0;
		}
		#hp-maincol .sp-box {
			display: block;
			float: left;
			width: 190px;
			margin: 0 0 0 10px;
			padding: 0;
		}
		#hp-maincol #sp-container-top .spcol-title {
			display: block;
			width: 170px;
			height: 30px;
			margin: 0;
			padding: 3px 10px;
			color: #ffffff;
			font-size: 12px;
			background: url(../images/sp-title-bkg.gif) 0 0 repeat-x;
			overflow: hidden;
		}
			#hp-maincol #sp-container-top .spcol-title a {
				display: block;
				width: 170px;
				height: 30px;
				margin: 0;
				padding: 0;
				color: #ffffff;
				font-size: 12px;
				text-decoration: none;
				font-weight: inherit;
			}
			#hp-maincol #sp-container-top .spcol-title a:hover {
				color: #000000;
			}
		#hp-maincol #sp-container-top .spcol-content {
			display: block;
			width: 180px;
			margin: 0;
			padding: 5px;
		}
	#hp-maincol #sp-container-bottom {
		display: block;
		width: 990px;
		margin: 5px 0 0 0;
		padding: 0;
		text-align: right;
	}
		#hp-maincol #sp-container-bottom a {
			color: #b4161c;
			font-size: 10px;
			text-decoration: none;
			font-weight: inherit;
		}
		#hp-maincol #sp-container-bottom a:hover {
			text-decoration: underline;
		}
		
	#hp-maincol #ref-container {
		display: block;
		width: 990px;
		height: 267px;
		margin: 20px 0 0 0;
		padding: 0;
	}
		#hp-maincol #ref-container .leftcol {
			display: block;
			float: left;
			width: 680px;
			height: 267px;
			margin: 0;
			padding: 0;
		}
			#hp-maincol #ref-container .leftcol .img {
				display: block;
				width: 680px;
				height: 257px;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			#hp-maincol #ref-container .leftcol .shadow {
				display: block;
				width: 678px;
				height: 8px;
				margin: 0 1px 2px 1px;
				padding: 0;
				background: url(../images/box-shadow.gif) 0 0 repeat-x;
			}
		#hp-maincol #ref-container #references {
			display: block;
			float: right;
			width: 300px;
			height: 257px;
			margin: 0 0 0 10px;
			padding: 0;
			background: url(../images/box-bkg.gif) 0 0 repeat-x;
		}
			#hp-maincol #ref-container #references .title {
				position: relative;
				top: -10px;
				display: block;
				width: 280px;
				height: 26px;
				margin: 0;
				padding: 20px 10px 0 10px;
				color: #000000;
				font-size: 13px;
				background: url(../images/box-clipimg.gif) 258px 0 no-repeat;
				overflow: hidden;
			}
			#hp-maincol #ref-container #references .content {
				position: relative;
				top: -10px;
				display: block;
				width: 280px;
				height: 110px;
				margin: 0;
				padding: 0 10px 10px 10px;
				color: #808080;
				overflow: hidden;
			}
				#hp-maincol #ref-container #references .content div{
					display: block;
					width: 280px;
					height: 110px;
					overflow: hidden;
				}
			#hp-maincol #ref-container #references .logos {
				position: relative;
				top: -10px;
				display: block;
				width: 300px;
				height: 78px;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			#hp-maincol #ref-container #references .link {
				position: relative;
				top: -10px;
				display: block;
				width: 280px;
				height: 13px;
				margin: 0;
				padding: 5px 10px;
				color: #808080;
				text-align: right;
			}
				#hp-maincol #ref-container #references .link a {
					color: #b4161c;
					font-size: 10px;
					text-decoration: none;
					font-weight: inherit;
				}
				#hp-maincol #ref-container #references .link a:hover {
					text-decoration: underline;
				}
	
	#hp-maincol #services-container {
		display: block;
		width: 990px;
		margin: 20px 0 0 0;
		padding: 0;
	}
		#hp-maincol #services-container .leftcol {
			display: block;
			float: left;
			width: 680px;
			height: 202px;
			margin: 0;
			padding: 0;
			overflow: hidden;
		}
			#hp-maincol #services-container .leftcol #botsheets {
				display: block;
				width: 680px;
				height: 22px;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
				#hp-maincol #services-container .leftcol #botsheets .title {
					z-index: 10;
					position: relative;
					display: block;
					float: left;
					height: 21px;
					margin: 0 0 0 6px;
					padding: 0;
					border-bottom: 1px solid #d4d4d4;
				}
					#hp-maincol #services-container .leftcol #botsheets .title .left {
						display: block;
						float: left;
						width: 4px;
						height: 21px;
						margin: 0;
						padding: 0;
						background: url(../images/hp-botsheet-left.gif) 0 0 no-repeat;
					}
					#hp-maincol #services-container .leftcol #botsheets .title .bkg {
						display: block;
						float: left;
						height: 21px;
						margin: 0;
						padding: 0;
						background: url(../images/hp-botsheet-bkg.gif) 0 0 repeat-x;
						color: #ffffff;
						font-size: 12px;
						line-height: 22px;
					}
						#hp-maincol #services-container .leftcol #botsheets .title .bkg a {
							display: block;
							color: #ffffff;
							margin: 0;
							padding: 0 10px;
							font-size: 12px;
							text-decoration: none;
							font-weight: inherit;
						}
						#hp-maincol #services-container .leftcol #botsheets .title .bkg a:hover {
							color: #b4161c;
						}
					#hp-maincol #services-container .leftcol #botsheets .title .right {
						display: block;
						float: left;
						width: 4px;
						height: 21px;
						margin: 0;
						padding: 0;
						background: url(../images/hp-botsheet-right.gif) 0 0 no-repeat;
					}
				#hp-maincol #services-container .leftcol #botsheets .title-cur {
					z-index: 10;
					position: relative;
					display: block;
					float: left;
					height: 21px;
					margin: 0 0 0 6px;
					padding: 0;
					border-bottom: 1px solid #ffffff;
				}
					#hp-maincol #services-container .leftcol #botsheets .title-cur .left {
						display: block;
						float: left;
						width: 4px;
						height: 21px;
						margin: 0;
						padding: 0;
						background: url(../images/hp-botsheet-left-cur.gif) 0 0 no-repeat;
					}
					#hp-maincol #services-container .leftcol #botsheets .title-cur .bkg {
						display: block;
						float: left;
						height: 21px;
						margin: 0;
						padding: 0 10px;
						background: url(../images/hp-botsheet-bkg-cur.gif) 0 0 repeat-x;
						color: #b4161c;
						font-size: 12px;
						line-height: 22px;
					}
					#hp-maincol #services-container .leftcol #botsheets .title-cur .right {
						display: block;
						float: left;
						width: 4px;
						height: 21px;
						margin: 0;
						padding: 0;
						background: url(../images/hp-botsheet-right-cur.gif) 0 0 no-repeat;
					}
			#hp-maincol #services-container .leftcol #botcontent {
				z-index: 5;
				position: relative;
				top: -1px;
				display: block;
				width: 638px;
				height: 146px;
				margin: 0;
				padding: 17px 17px 16px 17px;
				border: 1px solid #d4d4d4;
				overflow: hidden;
			}
				#hp-maincol #services-container .leftcol #botcontent div {
					display: block;
					width: 638px;
					height: 146px;
					overflow: hidden;
					color: #808080;
					line-height: 16px;
				}
					#hp-maincol #services-container .leftcol #botcontent div.left {
						float: left;
						width: 309px;
						height: 136px;
					}
					#hp-maincol #services-container .leftcol #botcontent div.right {
						float: right;
						width: 319px;
						height: 136px;
					}
		#hp-maincol #services-container .rightcol {
			display: block;
			float: right;
			width: 298px;
			height: 181px;
			margin: 21px 0 0 10px;
			padding: 0;
			overflow: hidden;
		}


#footer {
	display: block;
	width: 950px;
	margin: 0;
	padding: 30px 20px 5px 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff url(../images/footer-bkg.gif) left bottom repeat-x;
}
	#footer .col1 {
		display: block;
		float: left;
		width: 200px;
		margin: 0;
		padding: 0;
		line-height: 150%;
	}
	#footer .col2 {
		display: block;
		float: right;
		width: 730px;
		margin: 0;
		padding: 0;
		color: #000000;
		font-size: 10px;
	}
	#footer a {
		color: #808080;
		text-decoration: none;
		font-weight: inherit;
	}
	#footer a:hover {
		color: #b4161c;
	}
	#footer a.white {
		color: #ffffff;
		text-decoration: none;
		font-weight: inherit;
	}
	#footer a.white:hover {
		text-decoration: underline;
	}
	#footer table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		border: 0;
		margin: 0;
		padding: 0;
		text-align: left;
		font-size: 9px;
		text-transform: uppercase;
	}
		#footer table td {
			vertical-align: top;
			margin: 0;
			padding: 0 5px;
			border-left: 1px solid #808080;
		}
			#footer table td.noborder {
				border: 0;
			}


/************ Forms ************/
form {
	display: inline;
	margin: 0;
	padding: 0;
}
/*label {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 2px;
}

form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
form table td {
	margin: 0px;
	padding: 2px;
	border: 0px;
}
form table td.noborder {
	border: 0px;
}
form table.hasborder{
	border: 1px solid #999999;
}
form table.centered{
	margin: 0 auto;
}
form table.hasborder td {
	border: 1px solid #999999;
}
form table.hasborder td.noborder {
	border: 0px;
}
*/
select {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0;
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	background-color: #ffffff;
    border: 1px solid #333333;
    font-size: 11px;
	color: #111111;
  	margin: 0;
	padding: 0 2px; 
}
input {
	font-family: Trebuchet MS, Arial, Helvetica, Tahoma, sans-serif;
	display: inline;
	background-color: #ffffff;
	border: 1px solid #333333;
	color: #111111;
 	height: 16px;
	margin: 0;
	padding: 0 2px;
	text-align: left;
    font-size: 11px;
}
input.hidden {
    display: none;
    border: none;
    background-color: transparent;
    width: 0;
    height: 0;
    line-height: 0;
}
input.enews-hp {
 	height: 16px;
 	margin: 5px 0 6px 5px;
	padding: 1px 2px 0 2px;
    width: 232px;
	border: 0;
	font-size: 11px;
	color: #000000;
}
input.search-header {
	float: left;
    width: 132px;
 	height: 14px;
 	margin: 0;
	padding: 1px 2px;
	border: 0;
	font-size: 11px;
	color: #000000;
}
input.input_1 {
	width: 100px;
}
input.input_2 {
	width: 200px;
}
input.input_3 {
	width: 300px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 500px;
}
input.input_6 {
	width: 600px;
}
input.radio {
	border: 0;
}
input.radio_Mr_5 {
	border: 0px;
	margin-right: 5px;
}
input.checkbox {
	border: 0;
	margin: 1px 5px 1px 2px;
	padding: 0;
}
input.checkbox {
	border: 0;
}
input.radio {
	border: 0;
}

img#visualCaptcha {
	border: 1px solid #333333;
	padding: 1px;
}

