img{ border:none; }

.maincontent {
	background : White;
}

.maincontent h1 {
	margin : 0px 0px 15px 0px;
	padding : 0px 0px 0px 0px;
	color : #ED5001;
	font-size : 2.4em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	letter-spacing : 1px;
}

.maincontent h2 {
	margin : 15px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	color : #ED5001;
	font-size : 1.8em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.maincontent h3 {
	margin : 10px 0px 5px 0px;
	padding : 0px 0px 0px 0px;
	color : #ED5001;
	/*clear : both;*/
	font-size : 1.5em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

.maincontent h4 {
	margin : 5px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	color : #ED5001;
	font-size : 1.4em;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;

}

.maincontent h5 {
	margin : 5px 0px 5px 0px;
	padding : 0px 0px 0px 0px;
	color : #ED5001;
	font-size : 1.3em;
	font-weight : bold;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.maincontent ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
}

.maincontent ol {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 30px;
}

.maincontent li {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 5px 0px;
	color : Black;
	font-size : 1.3em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	list-style : outside;
}

.maincontent li li {
	font-size: 0.9em;
	list-style-type : circle;
}

.maincontent p {
	padding : 0px 10px 0px 0px;
	margin : 0px 0px 10px 0px;
	font-size : 1.3em;
	line-height : 1.5em;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : Black;
}

.maincontent td {
	padding : 2px 2px 2px 2px;
	margin : 0px 0px 0px 0px;
	color : black;
	font-size : 1.3em;
	font-family : Arial, Helvetica, sans-serif;
}

.maincontent img {
	margin: 5px 5px 5px 5px;
}



.maincontent a {

}

.maincontent a:link {
	color : #ED5001;
	text-decoration : underline;
}

.maincontent a:visited {
	color : #B41A1E;
	text-decoration : underline;
}

.maincontent a:hover {
	color : #666666;
	text-decoration : none;
}

.maincontent a:active {
	color : #ED5001;
	text-decoration : underline;
}


.menu1 {
	
}

.menu1 h4 {
	margin: 0px -1px 0px -1px;
	padding: 7px 0px 0px 5px;
	height: 23px;
	color: White;
	font-size : 1.4em;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	/*background-image : url(../images/topmenu-bg-black.jpg);*/
		background-image : url(../images/leftmenu-headerbg-black.jpg);
	background-repeat : repeat-x;
	background-color: Black;	
}

.menu1 ul {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 10px 5px;	

}

.menu1 li {
	margin : 4px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	list-style : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

.menu1 li ul {
	margin: 0px 0px 0px 10px;
	padding : 0px 0px 0px 0px;
}

.menu1 li ul li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 2px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}




.menu1 a {
	/*border-style : solid solid solid solid;
	border-bottom-width : 2px;
	border-color : #F1EBF0 #B1A3B0 #B1A3B0 #F1EBF0;
	border-left-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;*/
	width : auto;
	margin: 0px 0px 0px 0px;
	padding : 2px 2px 2px 6px;
	display : block;
	/*background-color : #E0DFE5;*/
	text-decoration : none;
}

.menu1 a:link {
	color : #ED5001;
}

.menu1 a:visited {
	color : #ED5001;
}

.menu1 a:hover {
	/*background-color : #CC3366;*/
	color : #666666;
	/*border-color : #F9D9E4 #7F1B3C #7F1B3C #F9D9E4;*/
}

.menu1 a:active {
	color : #ED5001;
}


.topmenu1 {
	overflow: hidden; 
	/*background-color : #E41F25;*/
	/*background-image : url(../images/menu-orange-back.gif);
	background-repeat : repeat-x;*/
}

.topmenu1 ul {
	margin : 0px 0px 0px 60px;
	padding : 0px 0px 0px 0px;	
}

.topmenu1 li {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	/*display: inline;*/
	list-style-type : none;
	font-size : 1.3em;
	line-height: 1.4em;
	float : left;
	display : block;
	font-weight: bold;
}

.topmenu1 a {
	width : auto;
	/*border-style : solid solid solid solid;
	border-color : #F1EBF0 #B1A3B0 #B1A3B0 #F1EBF0;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-right-width : 1px;
	border-top-width : 0px;*/
	padding : 6px 15px 6px 15px;
	margin: 0px 0px 0px 0px;
	display : block;
	/*background-color : #E41F25;*/
	text-decoration : none;
	/*line-height : 1.2em;*/
}

.topmenu1 li:first-child {
		/*border-left: 1px solid #B1A3B0;*/
}


.topmenu1 a:link {
	color : White;
}

.topmenu1 a:visited {
	color : White;
}

.topmenu1 a:hover {

	color : White;
/*	border-color : #F9D9E4 #7F1B3C #7F1B3C #F9D9E4;*/
	/*background-image : url(../images/topmenu-orange-hover.jpg);*/
background-image : url(../images/topmenu-bg-black-rev.jpg);
		/*		background-image : url(../images/topmenu-bg-black.jpg);*/
	background-repeat : repeat-x;
}

.topmenu1 a:active {
	color : White;
}

#topmenuleftimg {
	position : absolute;
	top : -1px;
	left : -1px;
	z-index : 100;
}

#topmenurightimg {
	position : absolute;
	top : -1px;
	right : -1px;
	z-index : 100;
}


.foot {
	background-color : White;
	margin: 5px 0px 5px 0px ;
	padding: 5px 0px 5px 0px;
}

.foot p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	margin: 20px 0px 30px 0px ;
	padding: 0px 0px 0px 0px;
	color: Black;
	text-align : center;
}

.foot a {
	color : #ED5001;
	text-decoration : none;
	font-weight : bold;
}

.foot a:link {
	
}

.foot a:visited {
	
}

.foot a:hover {
	color : #666666;
}

.foot a:active {
	
}

.foot ul {
	/*display:table;*/
	margin : 0px auto 10px auto;
	/*padding : 0px auto 0px auto;*/	
	overflow: auto;
	/*width:40% ;*/
	text-align:center;
}

.foot li {
	margin : 0px 10px 0px 0px;
	padding : 0px 0px 0px 10px;	
	display: inline;
	list-style-type : none;
	font-size : 1.3em;
	/*float : left;*/
	font-weight: bold;
	border-left: 1px Solid red;
	
}

.foot li:first-child {
	border-left:none;
}


/*
#bottommenu{
	display:table;
	margin: 0px auto;
}
*/

.bar0 p {
	margin: 5px 0px 0px 10px;
}

.bar1 {
	/* If content empty set to zero line-height and zero font-size for IE6
	*/
	background-color : #DCDCDC;
}

.bar2 {
		/* If content empty set to zero line-height and zero font-size for IE6
	*/
		background-color : White;
		height : 25px;

}

.bar2 ul {
	margin : 0px 0px 0px 10px;
	padding : 0px 0px 0px 0px;	
}

.bar2 li {
	margin : 0px 10px 0px 0px;
	padding : 0px 0px 0px 0px;	
	/*display: inline;*/
	list-style-type : none;
	font-size : 1.2em;
	float : left;
	display : block;
	font-family : Arial, Helvetica, sans-serif;

}

.bar2 a {
	color : #ED5001;
}

.bar2 a:link {
	color : #ED5001;
}

.bar2 a:visited {
	color : #ED5001;
}

.bar2 a:hover {
	color : #666666;
}

.bar2 a:active {
	color : #ED5001;
}



.bar3 {
		/* If content empty set to zero line-height and zero font-size for IE6
	*/
		/*background-color : #483D8B;*/
		border-bottom: 2px solid #CCCCCC;

}


.search1 form {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	/*background-color : #CCCCCC;*/

}
.search1 input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	width: 190px;
	margin: 2px 0px 0px 0px;
	border: none;
	padding: 3px 0px 3px 0px;
	background: White;
	color: #666666;

}

.search1 fieldset {
	border: none;
		margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
}

.search1 legend {
	display: none;
}

.search1 label {  
display: block;
font-weight : bold;
font-size : 1.1em;
}


.subscribe form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
.subscribe input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	width: 190px;
	margin: 2px 0px 0px 0px;
	border: none;
	padding: 3px 0px 3px 0px;
	background: White;
	color: #666666;
}

.subscribe fieldset {
	border: none;
			margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
}

.subscribe label {  
display: block;
font-weight : bold;
font-size : 1.1em;
}

#btnG {
	width: 45px;
	background-color: Black;
	color: White;
	font-weight : bold;
	font-size : 13px;
	margin: 0px 0px 0px -4px;
padding: 2px 0px 2px 0px;
}

#btnG2 {
	width: 45px;
	background-color: Black;
	color: White;
	font-weight : bold;
	font-size : 13px;
	margin: 0px 0px 0px -4px;
	padding: 2px 0px 2px 0px;
}

.cred {

}

.cred p {
	font-size : 1.1em;
	margin: 10px 0px 30px 0px ;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.cred img {
		padding: 0px 5px 0px 5px ;
}

.cred a {
	
}

.cred a:link {
	
}

.cred a:visited {
	
}

.cred a:hover {
	
}

.cred a:active {
	
}

.belowmenu {
	padding: 10px 0px 0px 0px;
}

.belowmenu p {
	font-size : 1.3em;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 10px 0px;
}

#boxright1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#boxright2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid White;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#boxright2 ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 10px;
}

#boxright2 li {
	list-style-type : none;
	text-align : left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
}

#boxright2 a {
	color: #ED5001;
	text-decoration : none;
}

#boxright2 a:hover {
	color: #666666;
}



#boxright3 {
	/*padding: 10px 0px 10px 0px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#boxright3 img {
	/*padding: 10px 0px 10px 0px;*/
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

#boxright3 p {
	margin: 5px 0px 0px 0px;
	text-align : center;
	font-size : 1.1em;
}

#boxright3 ul {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 10px;
}

#boxright3 li {
	list-style-type : none;
	text-align : left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
}

#boxright3 a {
	color: #ED5001;
	text-decoration : none;
	display : block;
	text-align: center;

}

#boxright3 a:hover {
	color: #666666;
}


#boxright4 {
	padding: 0px 0px 0px 0px;
	/*padding: 10px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	/*	text-align: center; */
}

#boxright4 p {
	margin: 0px 0px 10px 0px;
	text-align : center;
	font-size : 1.1em;
}

#boxright4 img {
	margin: 5px 0px 5px 0px;
}

#boxright5 {
	text-align: center; 
}

#boxright5 img {
	margin: 5px 5px 5px 5px;
	border: none;
}

#searchbox {
/*	position: absolute;
	top : 28px;
	right: 10px; */
	/*float : right;*/
	margin: 0px 0px 0px 0px;
	background-image : url(../images/search-box-back3.jpg);
	background-repeat : repeat-x;
	background-color: #EA5101;
	height: 50px;
}


#subscribe1 {
	background-image : url(../images/search-box-back4.jpg);
	background-repeat : repeat-x;
	height: 70px;
}


#xsnazzy {
background: transparent; 
margin: 0;  

}

.xtop, .xbottom {
	display:block; 
	background:Transparent; 
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display:block; 
	overflow:hidden;
	}
	
.xb1, .xb2, .xb3 {
	height:1px;
	}
	
.xb2, .xb3, .xb4 {
	/*background: White; */
	background-color : #66B3E9;
	border-left:1px solid #66B3E9; 
	border-right:1px solid #66B3E9;
}
.xb1 {
	margin:0 5px; 
	background: #66B3E9;
}
.xb2 {
	margin:0 3px; 
	border-width:0 2px;
}

.xb3 {
	margin:0 2px;
}

.xb4 {
	height:2px; 
	margin:0 1px;
	}

#ysnazzy {
background: transparent; 
margin: 0;  

}

.ytop, .ybottom {
	display:block; 
	background:Transparent; 
	font-size:1px;
}
.yb1, .yb2, .yb3, .yb4 {
	display:block; 
	overflow:hidden;
	}
	
.yb1, .yb2, .yb3 {
	height:1px;
	}
	
.yb2, .yb3, .yb4 {
	/*background: White; */
	background-color : #669900;
	border-left:1px solid #669900; 
	border-right:1px solid #669900;
}
.yb1 {
	margin:0 5px; 
	background:#669900;
}
.yb2 {
	margin:0 3px; 
	border-width:0 2px;
}

.yb3 {
	margin:0 2px;
}

.yb4 {
	height:2px; 
	margin:0 1px;
	}
	
	
	
.menu1 .selected a:link {
		color : White !important; 
	/*background-color: #6A6A6A;*/
	background-color: Black;
    /*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/leftmenu-bg-black-20h.jpg);
	background-repeat : repeat-x;
}	

.menu1 .selected a:visited {
	color : White !important;
	/*background-color: #6A6A6A;*/
	background-color: Black;
	    /*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/leftmenu-bg-black-20h.jpg);
	background-repeat : repeat-x;
}	

.menu1 .selected a:hover {
		color : #ED5001  !important;
}	

.menu1 .selected a:active {
		color : White !important;
	/*background-color: #6A6A6A;*/
	background-color: Black;
    /*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/leftmenu-bg-black-20h.jpg);
	background-repeat : repeat-x;
}	


.menu1 .selected li a:link {
	color : #ED5001 !important;
	background-color : White;
		background-image : none;
}

.menu1 .selected li a:visited {
	color : #ED5001 !important;
	background-color : White;
		background-image : none;
}

.menu1 .selected li a:hover {
	color : #666666 !important;
		background-color : White;
		background-image : none;
}

.menu1 .selected li a:active {
	color : #ED5001 !important;
	background-color : White;
		background-image : none;
}



.menu1 .subselected a:link {
		color : #ED5001;
}	

.menu1 .subselected a:visited {
		color : #ED5001;
}	

.menu1 .subselected a:hover {
		color : #666666;
}	

.menu1 .subselected a:active {
		color : #ED5001;
}	


.topmenu1 .selected  a:link {
	color : White !important;
/*	background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
	background-color: Black;
}
.topmenu1 .selected  a:visited {
	color : White !important;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
	background-color: Black;
}

.topmenu1 .selected  a:hover {
	color : White !important;
	background-image : url(../images/topmenu-orange-hover.jpg);
	background-repeat : repeat-x;
}

.topmenu1 .selected  a:active {
	color : White !important;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
	background-color: Black;
}



.topmenu1 .subselected  a:link {
	color : White !important;
	background-color: Black;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
}
.topmenu1 .subselected  a:visited {
	color : White !important;
	background-color: Black;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
}

.topmenu1 .subselected  a:active {
	color : White !important;
	background-color: Black;
	/*background-image : url(../images/topmenu-grey.jpg);*/
	/*background-image : url(../images/topmenu-bg-black-rev.jpg);*/
	background-image : url(../images/topmenu-bg-black.jpg);	
	background-repeat : repeat-x;
}


.access {
	background-image : url(../images/accessbox.jpg);
	background-repeat : repeat-x;
	border: 1px solid #666666;
	height: 32px;

}

.access ul {
margin: 8px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.access li {
font-size : 1.2em;
float : left;
margin: 0px 3px 0px 0px;
padding: 0px 4px 0px 4px;
list-style-type : none;
border-left: 1px solid #666666;
}

.access li:first-child{
border:none;
}

.access a {
	color: #ED5001
}

.access a:hover {
	color: #666666;
}


.hcol1 h3 {
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	font-size : 2.2em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	/*background-color : #D11717;*/
	color: White;
	background-image : url(../images/colhead1.jpg);
	background-repeat : repeat-x;
		border-bottom : 1px solid #666666;
	/*position : absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
	height : 30px;
	width: 310px;*/
}

.hcol1 h3 a {
	display : block;
}

.hcol1 h3 a:link {
	color: White;
	text-decoration : none;
}

.hcol1 h3 a:visited {
	color: White;
	text-decoration : none;
}

.hcol1 h3 a:hover {
	color: White;
	text-decoration : none;
}

.hcol1 h3 a:active {
	color: White;
	text-decoration : none;
}

.hcol1 h4 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size : 1.5em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.hcol1 h6 {
	font-size : 1.3em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	
	/*background-image : url(../images/colfoot2.jpg);
	background-repeat : no-repeat;
		background-position : bottom;
	*/
	position : absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	height : 15px;
	width: 320px;

}

.hcol1 h6 a {
	color: #ED5001;
	text-decoration : none;
}

.hcol1 h6 a:hover {
	color: #666666;
}


.hcol1 p {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	font-size : 1.2em;
	line-height : 1.3em;
}

.hcol1 img {
	margin: 0px 5px 5px 0px;
}





.hcol2 h3 {
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	font-size : 2.2em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	/*background-color : #D11717;*/
	color: White;
	background-image : url(../images/colhead2.jpg);
	background-repeat : repeat-x;
		border-bottom : 1px solid #666666;
	/*position : absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
	height : 30px;
	width: 310px;*/
}

.hcol2 h3 a {
	display : block;
}

.hcol2 h3 a:link {
	color: White;
	text-decoration : none;
}

.hcol2 h3 a:visited {
	color: White;
	text-decoration : none;
}

.hcol2 h3 a:hover {
	color: White;
	text-decoration : none;
}

.hcol2 h3 a:active {
	color: White;
	text-decoration : none;
}

.hcol2 h4 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size : 1.5em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.hcol2 h4 a {
	color: #ED5001;;
	text-decoration : none;
}

.hcol2 h4 a:hover {
	color: #666666;
}


.hcol2 h5 {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 5px;
	font-size : 1.3em;
	font-family :  Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.hcol2 h6 {
	font-size : 1.3em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	position : absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	height : 15px;
	width: 320px;

}

.hcol2 h6 a {
	color: #ED5001;;
	text-decoration : none;
}

.hcol2 h6 a:hover {
	color: #666666;
}

.hcol2 p {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	font-size : 1.1em;
	line-height : 1.2em;
}

.hcol2 img {
	margin: 0px 0px 5px 5px;
	float: right;
}




.hcol3 h3 {
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	font-size : 2.2em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	/*background-color : #D11717;*/
	color: White;
	/*background-image : url(../images/colhead3.jpg);*/
		background-image : url(../images/colhead1.jpg);
	background-repeat : repeat-x;
	border-bottom : 1px solid #666666;
	/*position : absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
	height : 30px;
	width: 310px;*/
}

.hcol3 h3 a {
	display : block;
}

.hcol3 h3 a:link {
	color: White;
	text-decoration : none;
}

.hcol3 h3 a:visited {
	color: White;
	text-decoration : none;
}

.hcol3 h3 a:hover {
	color: White;
	text-decoration : none;
}

.hcol3 h3 a:active {
	color: White;
	text-decoration : none;
}



.hcol3 h4 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font-size : 1.5em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.hcol3 h6 {
	font-size : 1.3em;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	
	/*background-image : url(../images/colfoot2.jpg);
	background-repeat : no-repeat;
		background-position : bottom;
	*/
	position : absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	height : 15px;
	width: 320px;

}

.hcol3 h6 a {
	color: #ED5001;
	text-decoration : none;
}

.hcol3 h6 a:hover {
	color: #666666;
}

.hcol3 p {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 0px 5px;
	font-size : 1.2em;
	line-height : 1.3em;
}

.hcol3 img {
	margin: 0px 5px 5px 0px;
}

.formwidget td {
	vertical-align : top;
}

.googlemap {
	height: 300px;
	width:430px;
}
 .vat {
	font-weight : normal;
	font-size: 0.85em;
	color: #666666;
}

#verisign{
	/*padding: 10px 0px 10px 0px;*/
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	height: 80px;
	width:258px;
	text-align:center;
}

/*	Removed Verisign Inline Styling	*/

#verisign a {
	color:#000000;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	font:Verdana, sans-serif;
	letter-spacing:.5px;
	text-align:center;
	margin:0px;
	padding:0px;
}

/*	Removed Verisign Inline Styling	*/

#verisign3col{
	/*padding: 10px 0px 10px 0px;*/
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	height: 80px;
	width:258px;
	text-align:center;
}

#verisign3col a {
	color:#000000;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	font:Verdana, sans-serif;
	letter-spacing:.5px;
	text-align:center;
	margin:0px;
	padding:0px;
}

.internetlogos{
	/*padding: 10px 0px 10px 0px;*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #CCCCCC;
	height: 80px;
	width:258px;
	text-align:center;
}