/* Layout of the page that are used in the whole site*/

/* Layout of the page*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image:  url("../images/background.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #9e9f9f;
	text-align:center;
}
body a{
	text-decoration: none;
	color: #000e78;
}
body a:hover{
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
#button{
	float: right;
	height: 24px;
}
#buttondivider{
	width: 4px;
	height: 24px;
	float: right;
	background-image: url("../images/buttondivider.gif");
}
#logobox{
	float: left;
	width: 165px;
}

#languageselect{
	float: left;
	width: 157px;
	padding: 9px;
	background-color: #f0f0f0;	
}
#mainpicture{
	padding-left: 9px;
	float: left;
}
#windowcontainer{
	margin-top:20px;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align:left;
}
#topbar{
	float/**/:/**/ left;
	width: 714px;
	overflow: hidden;
	margin-left: 9px;
	margin-bottom: 9px;
	display:inline;
}
#seotext{
	float: left;
	margin-left: 9px;
	width: 365px;
	padding-top: 11px;
	overflow: hidden;
}
#content{
	float/**/:/**/ left;
	width: 736px;	
	padding-top: 9px;
	padding-bottom: 9px;
	background-image:  url(../images/dropshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
#contentcontainer{
	float/**/:/**/ left;
	margin-top: 9px;
	margin-left: 9px;
	width: 714px;
	min-height: 231px;
	margin-bottom: 20px;
	display: inline;
}
#contentcontainerhome{
	margin-left: 9px;
	margin-top: 9px;
	float/**/:/**/ left;
	width: 714px;
	background-image: url(../images/contentcontainer_bkgr_ff.gif); 
	background-repeat: repeat-y;
	margin-bottom: 9px;
	background-position: right;
	display: inline;
}
#navigationleft{
	float: left;
	width: 165px;
	margin-right: 9px;
	overflow: hidden;
}
#contentmiddle{
	float: left;
	overflow: hidden;
	width: 356px;
	}
#contentmiddle2{
	float: right;
	width: 540px;
	}
	.textcopyright{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c4c4c4;
}
#productchooser{
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#columnleft{
	float: left;
	width: 168px;
}
#columnright{
	float: left;
	width: 168px;
	margin-left: 20px;
}
#contentright{
	float: left;
	width: 175px;
	margin-left: 9px;
	display:inline;
	overflow:hidden;
}
#horizontalbox{
	float: left;
	width: 100%;
}
.horizontalbox{
	float: left;
	width: 100%;
}
.horizontalbox_spaceonright{
	float: left;
	margin-right: 9px;
}
#box{
	float: left;
}
#horizontalline{
	float: left;
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3d2;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#horizontallineunder{
	float: left;
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3d2;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
#horizontallinecolumn{
	float: left;
	height: 1px;
	width: 159px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d3d2;
	font-size: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
#inquieroline{
	float: left;
	height: 2px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5f90d8;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#connectline{
	float: left;
	height: 2px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8fd300;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#adminline{
	float: left;
	height: 2px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #008661;
	font-size: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2boldline{
	float: left;
	font-weight: bold;
	width: 100%;
	margin-top: 13px;
	padding-top: 7px;
	margin-bottom: 10px;
	border-top: 9px solid #f0f0f0;
	font-size: 11px;
}
.boldline{
	float: left;
	font-weight: bold;
	width: 100%;
	border-top: 9px solid #f0f0f0;
	font-size: 11px;
}
#attentionbox{
	float: left;
	width: 100%;
	height: 72px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 84px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	background-color: #f0f0f0;
	color: #7e7e7e;
	background-image: url(../images/exclamationmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#attentionbox a{
	color: #555555;
}
#clientslogobox{
	float: left;
	width: 118px;
	height: 50px;
	padding-bottom: 5px;
	background-position: center;
	text-align: center;
}
#portraitbox{
	float: left;
	height: 100%;
	width: 109px;
	margin-right: 14px;
}
#portraitboxlast{
	float: left;
	width: 109px;
}
#portraitboxsmall{
	float: left;
	width: 175px;
	margin-bottom: 10px;
}	
#portraitsmall{
	float: left;
	margin-right: 9px;
}
#portrait{
	float: left;
	margin-bottom: 6px;
}
#biotext{
	float: left;
	color: #666666;
	margin-bottom: 10px;
	width: 230px;
}
#biobox{
	float: left;
	width: 120px;
}
#formline{
	float: left;
	width: 100%;
	margin-bottom: 3px;
}
#formtitle{
	float: left;
	width: 155px;
	height: 20px;
	padding-top: 3px;
}
#formtitlesmall{
	float: left;
	width: 100px;
	height: 20px;
	padding-top: 3px;
}
#formtitletop{
	float: left;
	width: 355px;
	height: 20px;
	margin-top: 5px;
}
#textfieldbox{
	float: left;
}
.textfield_explanation{
	float: left;
	width: 200px;
	font-size: 10px;
	padding-bottom: 10px;
}
#contentrighttopblock{
	width: 100%;
	height: 20px;
	background-color: #000e78;
	margin-bottom: 9px;
}
#filedownload {
	background-image: url("../images/arrow_filedownload.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 2px;
	color: #000e78;
}
#linkwitharrow {
	background-image: url("../images/arrow_link.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 2px;
	color: #000e78;
}
.download_word {
	float: left;
	width: 131px;
	background-image: url(../images/word_ongrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-bottom: 4px;
	color: #9b9b9b;
}
.download_word a{
	color: #9b9b9b;
}
.download_pdf a{
	color: #9b9b9b;
}
.download_pdf {
	float: left;
	width: 131px;
	background-image: url(../images/pdf_ongrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	margin-bottom: 4px;
	color: #9b9b9b;
}
.newslist_ntrglobal {
	background-image: url("../images/arrow_link.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
.greyboxright{
	float: left;
	width: 175px;
	background-color: #f0f0f0;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 11px;	
	margin-bottom:1px;
}
.greyboxright{
	float: left;
	width: 175px;
	background-color: #f0f0f0;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 11px;	
	margin-bottom:1px;
}
.imageingreybox{
	float: left;
	margin-bottom:7px;
}
.greyboxright_spacebelow{
	float/**/:/**/ left;
	width: 175px;
	background-color: #f0f0f0;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 11px;	
	margin-bottom:9px;
	display:inline;
}
#greyblocktopright{
	float/**/:/**/ left;
	width: 175px;
	height: 43px;
	background-color: #f0f0f0;
	margin-bottom: 9px;
}

#greyblocktopright2{
	float: left;
	width: 175px;
	height: 43px;
	background-color: #f0f0f0;
	margin-bottom: 9px;
	margin-left: 7px;
}


#blocktopright{
	float: left;
	width: 175px;
	height: 43px;
	margin-bottom: 9px;
}

.linkwitharrowinbox {
	float: left;
	width: 157px;
	background-image: url(../images/arrow_blue_ongrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-bottom: 4px;
}
.linkwitharrowinbox_grey {
	float: left;
	width: 157px;
	background-image: url(../images/arrow_grey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-bottom: 4px;
}
.linkwitharrowinbox_grey a{
	color: #666666;
}
#filedownload a{
	color: #000e78;
}
#livechatbutton{
	float: left;
	margin-bottom: 9px;
}
#livechatbutton2{
	float: right;
	margin-bottom: 9px;
}
#roundbuttonrightgreylogin{
	float: left;
	height: 16px;
	width: 133px;
	background-image: url(../images/arrowroundongrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 23px;
	margin-top: 5px;
}
#roundbuttonrightgreylogin a{
	color: #666666;
}
#roundbuttonrightgrey{
	float: right;
	height: 16px;
	background-image: url(../images/arrowroundongrey.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 23px;
	margin-top: 5px;
}
#roundbuttonrightgrey a{
	color: #666666;
}
#remembermebox{
	float: left;
	width: 130px;
	padding-top: 4px;
	margin-left: 3px;
}
#remembermebox a{
	color: #666666;
}

#verisignlogo{
	float: right;
	text-align: right;
}
#itilfoundation{
	float: right;
}
#footerleft a{
	color: #666666;
}
#footerright a{
	color: #666666;
}
#securitylogos{
	float: right;
	width: 162px;
	background-color: #CCCC99;
}
#shadowbottomleft{
	width: 5px;
	height: 6px;
	float: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../images/shadowleftbottom.gif");	
}
#shadowbottommiddle{
	width: 723px;
	height: 6px;
	float: right;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url("../images/shadowmiddlebottom.gif");	
}
#shadowbottomright{
	width: 5px;
	height: 6px;
	float: right;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../images/shadowrightbottom.gif");	
}
#footerleft{
	float: left;
	width: 513px;
	background-color: #f2f2f2;
	padding: 9px;
	color: #666666;
	margin-left: 9px;
	display:inline
}
#footerright{
	float: left;
	width: 165px;
	height: 22px;
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	padding-left: 9px;
	color: #666666;
}


/* Dropdowns, textfields, checkboxes etc. */

.dropdown{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 11px;
	width: 201px;
}
.dropdown_half{
	width: 163px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 11px;
}
.dropdowntitle{
	margin-bottom: 5px;
	font-weight: bold;	
}
.languagedropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	width: 157px;
}
#dropdownreplacer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 157px;
	height: 20px;
}
#login{
	float: left;
	padding: 9px;
	background-color: #f0f0f0;
}
.logindropdown{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	width: 156px;
}
#logintitle{
	float: left;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 4px;
}
.logintextfield{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	width: 149px;
	margin-bottom: 3px;
	padding-left: 2px;
}
.sslbox{
	float: left;
	width: 157px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d3d2;
}
.checkbox{
	float: left;
	margin-left: -3px;
	margin-right: 5px;
}
/* Layout of the content in the middle of the page */
.readmoreinfooter{
	float: right;
	text-align: right;
}
.readmoreinfooter a{
	float: right;
	text-align: right;
	}
.readmorewithline {
	float: right;
	width: 100%;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 15px;
}
.readmorewithline a{
	float: right;
	margin-top: 5px;
	text-align: right;
}
.area{
	float: left;
	width: 346px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 3px;
	margin-bottom: 5px;
}
.questionmarkgrey{
	float: left;
	width: 140px;
	height: 16px;
	background-image: url(../images/questionmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 20px;
	padding-top: 1px;
	margin-top: 2px;
}
.questionmarkgrey a{
	color: #666666;	
}
.formcomments{
	margin-top: 20px;
	margin-bottom: 15px;
}
#points{
	float: left;
	background-image: url(../images/arrow_round.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-left: 29px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}


/* Text appearance */
.h1{
	font-weight: bold;
}
.h2{
	font-weight: bold;
	margin-bottom: 10px;
}
.h3{
	font-weight: bold;
	margin-bottom: 2px;
}
.h4{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 7px;
}
.h5 {
	font-weight: bold;
	margin-bottom: 3px;
}
.h2withline{
	float: left;
	font-weight: bold;
	width: 100%;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2d3d2;
	font-size: 11px;
}
.h2withlinesmallspacing{
	float: left;
	font-weight: bold;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #d2d3d2;
	font-size: 11px;
}
ul{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 17px;
	list-style-type: none;
}
ul li{
	margin-left: 0px;
	list-style-image: url(../images/li.gif);
}
.normal{
	font-weight: normal;	
}
.loginheader{
	font-weight: bold;
	margin-bottom: 9px;
}
.ntrglobal{
	color: #000e78;
}
.ntrglobal a{
	color: #000e78;
	text-decoration: none;
}
.ntrglobal a:hover{
	color: #000e78;
	text-decoration: underline;
}
.ntradmin{
	color: #008861;
}
.ntradmin a{
	color: #008861;
	text-decoration: none;
}
.ntradmin a:hover{
	color: #008861;
	text-decoration: underline;
}
.ntrconnect{
	color: #92c43a;
}
.ntrconnect a{
	color: #92c43a;
	text-decoration: none;
}
.ntrconnect a:hover{
	color: #92c43a;
	text-decoration: underline;
}
.grey{
	color: #9b9b9b;;
}
.grey a{
	color: #9b9b9b;;
}
.grey a:hover{
	text-decoration:underline;
	color: #9b9b9b;;
	
}
.darkgrey{
	color: #333333;
}
.lightgrey{
	color: #807e7e;
}
.error{
	color: #000e78;
	font-weight: bold;			
}
.remembermetext{
	padding-left: 3px;
	float: left;
	padding-top: 4px;
	font-size: 10px;	
}
.smalltext{
	font-size: 10px;	
}
.smalltext a{
	text-decoration: none;
}
.smalltext a:hover{
	text-decoration: underline;
}

/* Navigation appearance */
.mainlink a{
	float: left;
	width: 157px;
	padding-left: 8px;	
	padding-top:4px;	
	padding-bottom:4px;
	margin-bottom: 1px;
	background-color: #f0f0f0;
	color: #666666;	
}
.mainlink a:hover{
	float: left;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #000000;
}
.mainlinkselected a{
	float: left;
	width: 157px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left: 8px;	
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #000000;
	display:inline;
}
.mainlinkselected a:hover{
	float: left;
	text-decoration: none;
}
.sublink {
	float: left;
	margin-bottom: 1px;
}
.sublink a{
	float: left;	
	width: 145px;
	padding-top:3px;
	padding-left: 20px;	
	padding-bottom:3px;
	background-image: url(../images/sublinkarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f0f0f0;
	color: #666666;	
}
.sublink a:hover{
	float: left;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #000000;
	background-image: url(../images/sublinkarrow_rollover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sublinkselected a{
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	width: 165px;
	text-indent: 15pt;
	margin-bottom: 1px;
	text-decoration: none;
	background-color: #e6e6e6;
	color: #000000;
	background-image: url(../images/sublinkarrow_rollover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sublinkselected a:hover{
	float/**/:/**/ left;
	text-decoration: none;
}
.button{
	float: right;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
}
.button2{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 15px;
}
.button_leftaligned{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #666666;
}
.buttonright{
	float: left;
	width: 176px;
	overflow: hidden;
	margin-bottom: 1px;
}

.buttonright a{
	float: left;
	width: 176px;
	overflow: hidden;
	margin-bottom: 1px;
}
.buttonright_spacebelow{
	float: left;
	margin-bottom: 9px;
}
.spacebelow{
	float: left;
	width: 100%;
	margin-bottom: 9px;
	display:inline;
}
.spacebefore{
	float: left;
	width: 100%;
	margin-top: 9px;
	display:inline;
}
.spaceright{
	float: left;
	margin-right: 9px;
}
.smallspacebelow{
	float: left;
	width: 100%;
	display:inline;
}
.sitemap_sublink{
	margin-bottom: 3px;
}
.sitemap_sublink a{
	margin-left: 10px;
	color:#666666
}
.sitemap_mainlink {
	margin-bottom: 3px;
}

/* Items in the middle and right column of the page */

.pagetitle{
	float: left;
	width: 334px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 15px;
	color: #000e78;
	font-size: 18px;
	background-color: #f0f0f0;
}
.pagetitlelesspace{
	float: left;
	width: 334px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 9px;
	color: #000e78;
	font-size: 18px;
	background-color: #f0f0f0;
}
.pagetitlefeature_lesspace{
	float: left;
	width: 334px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 9px;
	color: #000e78;
	font-size: 15px;
	background-color: #f0f0f0;
}
.features{
	float: left;
	width: 100%;
	background-image: url(../web/images/roundarrowongrey.gif);
	background-repeat: no-repeat;
	background-position: 6px top;
	height: 20px;
	padding-top: 2px;
	padding-left: 28px;
	margin-bottom: 3px;
}
#noflash_columnleft{
	float: left;
	width: 159px;
	padding-left: 9px;
	padding-bottom: 9px;
}
#noflash_columnright{
	float: left;
	width: 159px;
	padding-bottom: 9px;
	padding-right: 9px;
}
.greybox{
	float: left;
	width: 338px;
	padding: 9px;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}
.greybox_newsitem{
	float: left;
	width: 175px;
	height: 92px;
	background-color: #f0f0f0;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	margin-bottom:9px;
	color: #9b9b9b;
}
.newsbox{
	float: left;
	width:100%;
	background-color: #f0f0f0;	
	margin-bottom: 1px;
}
.newsitembox{
	float: left;
	width:100%;
	background-color: #f0f0f0;	
	padding-bottom: 9px;
	margin-bottom: 15px;
}
.newspicture{
	float: left;
	display:inline;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 10px;
}
#newsline{
	float: left;
	width: 356px;
	height: 24px;
	margin-top: 5px;
	padding: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow:hidden;
	display:inline;
}
.newstitlesmall{
	float: left;
	width: 209px;
	height: 28px;
	margin-top: 6px;
	margin-bottom: 4px;
	overflow:hidden;
}
.datesmall{
	float: left;
	width: 209px;
	height:13px;
	margin-top: 6px;
	margin-bottom: 4px;
	overflow:hidden;
	color: #000e78;
}
.newsintro{
	float: left;
	width: 209px;
	height:69px;
	overflow:hidden;
}
.newstextsmall{
	float: left;
	width: 209px;
	height: 62px;
	overflow:hidden;
}
.newsfooterbar{
	float: left;
	width: 351px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	background-color: #e6e6e6;	
}
.eventsfooterbar{
	float: left;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	background-color: #e6e6e6;	
}
.event{
	float: left;
	width: 156px;
	margin-bottom: 4px;
}
.unitingreyboxright{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.contactbarimage{
	float: left;
	margin-right:5px;
}
.contactbartext{
	float: left;
	margin-right:11px;
	padding-top: 5px;
}
.contactbartext a{
	float: left;
	color: #666666;
}

/* Old CSS from old site */

#imageright{
	float: right;
}
.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}
.formatedDiv
{
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
	width:450px;
	height:400px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	padding:10px;
	line-height:15px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;

}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC006B;
}
.text2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
 	text-decoration: none;
}
.text2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
 	text-decoration: none;
}
.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
 	text-decoration: none;
}
.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
 	text-decoration: none;
}
.textb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000e78;
	font-weight: bold;
}
.text2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.textg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.frm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.input{
	width: 194px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.textpe{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titledescription{
	float: left;
	height: 60px;
}