/*=============================================================
===================== Score Advertising =======================
= File: default.css                                           =
= Description: default css for website                        =
===============================================================
= Version: 1.0 ====== Date: May 23, 2008 ======================
= Version:     ====== Date:              ======================
= Modifications:                                              =
=============================================================*/

* {
	-moz-box-sizing: border-box !important;
}

body {    /*this affects all stuff outside all other elements below*/
	background:url(/content/images/bg.gif) repeat-x;
	color: #c8a18c;
	background-color:#2a1001;
	margin: 0 0 0 0;
	font: 12px  "trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}

body a{
	text-decoration:none;
	color: #a6552a;
}

body a:hover{
	text-decoration:none;
	color: #888f12;
	
}

#page {
	text-align: left;
	padding:0px;
	width: 780px;
	margin: 0 auto 20 auto;
	
}

#masthead{
	border: 0px solid white;
	padding:0px;
	margin: 0 0 0 0;
	text-align:left;
}

#masthead img{
	display:block;
	width: 780px;
}

#scrollingmarquee marquee{
	color:#1a0500;
	border: 0px solid white;
	position: absolute;
	width: 770px;
	margin: -93 0 0 3;
	font-size:13px;
	font-family:"trebuchet MS";
}

#scrollingmarquee  {
	margin:0px;
	border: 0px solid white;
}

#homeLink {
	background-image: url("/content/images/spacer.gif");
	z-index:100;
	border: 0px solid red;
	position:absolute;	
	display:block;
	cursor: pointer;
	margin-top:-250px;
	margin-left:0px;
	width:180px;
	height:150px;
}

#homeLinkIcon {
	color: #CFDB9B;
	background-image: url("/content/images/spacer.gif");
	z-index:100;
	border: 0px solid red;
	position:absolute;	
	cursor: pointer;
	margin-top:-105px;
	margin-left:185px;
	width:270px;
	height:35px;
}

#phoneButton a{
	text-decoration: none;
	border: 0px solid red;
	color:#1a0500;
	font-family:"trebuchet MS";
	font-weight: bold;
	margin: 2 0 0 560;
	text-align:right;
	font-size:13px;
	position: absolute; 
	height: auto;
}

#customDiv1{
	border: 1px solid red;
	position:absolute;
	background-image: url("/content/images/weather.gif");
	margin-top:-140px;
	margin-left:450px;
	width: 110px;
	height: 40px;
	cursor: pointer;
}

#customDiv2{
	border: 1px solid white;
	margin-top:-120px;
	margin-left:250px;
	position:absolute;
}

#customDiv3{
	border: 1px solid blue;
	margin-top:-80px;
	margin-left:350px;
	position:absolute;
}

#customDiv4{
	border: 1px solid purple;
	margin-top:-60px;
	margin-left:450px;
	position:absolute;
}

/******************** classes for loginForm, shows when logged OUT only  ***************/
#loginform {
	float:right;  
	position:relative;
	margin:-150 5 0 0;
	border: 0px solid #7e7e7e;
}

#loginform fieldset label {
	color:#545d73;
	display: block;
	font-size: 9px;
}

#loginform fieldset {
	border: 0px solid yellow;
	margin:0px;
	padding:0px;
	display: inline;
}

#loginform fieldset div{
	display: block;
	float: left;
	padding:0px;
}
	
#loginform fieldset .to{
	width:65px;
}

#loginform  input {
	color: #7d869f;
	border: 1px solid   #495165;
	background-color: #3f4658;
	width:60px;
	height:20px;
	font-size: 11px;
	font-weight:bold;
}

#loginform  #warning {
	text-align:center;
	margin:30 0 0 0;
	color: red;
	width:165px;
	background: black;
	position:absolute;
}

#loginform  ledgend{

}

#loginform  .loginbutton{
	background: url("/content/images/button.jpg") no-repeat;
	border: 0px solid yellow;
	color: #7d869f;
	margin:14  0 0 4;
	font: 12px;
	width:47px;
	height:19px;
	padding-left:5px;
	font-weight:normal;
  	font-family:  "trebuchet MS", Helvetica, sans-serif;
}

#rememberme{
	clear:both;
}

#rememberme input{
	background-color:transparent;
}

#forgotPin a{
	z-index:100;
	position:absolute;
	font-size: 12px;
  	font-family:  "trebuchet MS", Helvetica, sans-serif;
	margin:-135 0 0 485;
	border: 0px solid red;
	width:120;
	height:auto;
	color: #7d869f;
	text-decoration: none;
}
/******************** END classes for loginForm   shows when logged OUT only***************/


/***************************stuff displayed while logged in only */
#welcomeUser a{
	border: 0px solid red;
	font-family:  "trebuchet MS", Helvetica, sans-serif;
	color: #74809d;
	position:absolute;
	margin-top:-87px;
	margin-left:665px;
	text-decoration:none;
}

#logOut{
	border: 0px solid red;
	float:right;	
	position:relative; 
	clear:both;
	margin-top:-140px;
}

#sectionMenu{
	text-align:right;
	position: absolute;
	margin-top: -135px;
	margin-left:580px;
	border: 0px solid red;
	color: #636d84;
	font-family: "trebuchet MS";
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

#sectionMenu a{
	text-decoration: none;
	color:#958643;
}

#sectionLink{
	padding:0 5 0 5;
	text-decoration:none;
}

a#sectionLink{
	color: #636d84;
}

#sectionHilite {
	font-weight:bold;
	font-size:11px;
	color:#958643;
	text-decoration:none;
}

#sectionHilite a:hover{
	text-decoration:none;
}
/*************************** END stuff displayed while logged in only */


/**************************************************************/
/***************  end of masthead stuff, following ************/
/*************** deals with page content stuff  ***************/
/**************************************************************/

#pageContent {
	background:url(/content/images/pagecontent_bg.jpg) no-repeat;
	background-position: top middle;
	background-color: #290d01;
	width: 100%;
	padding:0 20 20 20;
	margin: 0 0 0 0 ;
	border: 0px solid white;
}

#pageContent a, p, span {
	font-size: 13px;
	font-family:"trebuchet MS";
}

#pageContent  p font a {
	color:#545d73;
	font-family:"trebuchet MS";
}

#printContent {
	background-color:#FFFFFF;
	width: 100%;
	height: 100%;
}

#pageContentHeader {
	border: 0px solid green;
	margin: 0 0 20 0;
	padding:0 0 0 0;
	height:30px;
}

#pageContent hr {
	border-color:#613822;
	border-bottom-width: 0px;
  	border-top-width: 1px;
  	border-style: solid;
  	height: 0px;
}

span.paragraph{
	color: #ffcc99;
}

#scorecardpdf {
	color: #74809D;
}

#albumNavi{
	position:absolute;
	margin:15px 30px;
}

/* ^^^^^^^^^^^^   submenu (inside #pageContent)   ^^^^^^^^^^^^^^^^ */
#sub_menuContainer {
	border: 0px solid red;
	padding:10 0 0 0;
	font:normal 15px "trebuchet MS";
	margin:0 0 0 0;
}

#sub_menuContainer span{

}
  
.sub_menu {
	padding: 3px;
}

#sub_menuContainer span a {
	text-decoration: none;
	color:#ce9349;
}

#sub_menuContainer a:hover{
	text-decoration: none;
	color: #a6552a;
}

#sub_menuContainer #sub_menu_sel {
	font-weight:bold;
	text-decoration:none;
	color:#ce9349;
}

#iconMenu{
	float:right;
	border: 0px solid blue;
	text-align:center;
	margin: 0 20 0 0;
	height:40px;
}

#iconMenuIcon img{
	border:none;
}

#iconMenuIcon{
	float:left;
	color:#e5aa60;
	text-align: center;
	margin:0 10 0 10;
}

#iconMenuIcon a{
	color:#e5aa60;
}

#iconMenuIcon a:hover{
	color:#954016;
}

#iconMenu a{
  	text-decoration:none;
}

#iconMenu a:hover{
  	text-decoration:none;
}

span.iconMenuIcon a{
	color:#e5aa60;
  	text-decoration:none;
}

#sub_menuContainer #sub_menu_sel {
	font-weight:bold;
	text-decoration:none;
	color:#a6552a;
}
/* ^^^^^^^^^^^^   end of sub menu   ^^^^^^^^^^^^^^^^ */

/* classes for validator */
.tfvHighlight{
	color: red;
	text-align: right;
	padding: 0px;
}

.tfvNormal{
	color: black;
	text-align: right;
	padding-right: 0px;
}
	
.smallFormElements{
	margin-top:3px;
  	font-size: 9px;
  	font-family: century ,  Helvetica, sans-serif;
}
 
div.row {
	clear: both;
	padding-top: 4px;
	font-size: .8em;
}
  
div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}
  
  
div.row span.formw {
	float: right;
	width: 520px;
} 
  
#niceForm{
	float: left;
	width: 680px;
	border: 0px solid #333; padding: 0px;
	margin: 0px auto; 
}

#form.niceform {
	color: #a46d30;
}

form.niceform input{
	color: #a46d30;
	background-color: #5c311d;
	border: 1px solid #613822;
	font-family: "trebuchet MS",  Helvetica, sans-serif;
	font-size:13px;
}

.niceform button{
	color: #a46d30;
	background-color: #5c311d;
	border: 1px solid #613822;
	font-family: "trebuchet MS", sans-serif;
	width:80px;
	margin-left:300px;
	margin-top:15px;
}

form.nice div row.input{
	width:400px;
}

form.niceform textarea{
	color: #a46d30;
	background-color: #5c311d;
	border: 1px solid #613822;
	font-family: "trebuchet MS", sans-serif;
	font-size:13px;
	width:400px;
}

.message a{
	display:block;
	border: 1px solid #2e3340;
	color: #545353;
	padding:5 15 5 15;
	width:30px;
}

.message{
	color:red;
	font-size: 17px;
	text-align:center;
}

form.niceform span.label{
	float:left;
}
/* end classes for validator */


/* ^^^^^^^^^^^^   MENU 1  ^^^^^^^^^^^^^^^^^^ */
#dropmenu1{
	position:absolute;
	border: 0px solid yellow;
	margin:-40 0 0 10;
	padding:0 0 0 0;
	height:28px;
	width:100%;
}

#dropmenuHilite1 span{
	color:#888f12;
}

#dropmenu1 ul{
text-transform:uppercase;
	border: 0px solid yellow;
	margin:0px;
	padding:7 0 6 0;
	font:normal 14px "trebuchet MS" ;
	list-style:none;
	width:105%;
}

#dropmenu1 li{
	border: 0px solid green;
	display:inline;
	margin:0px;
	padding:0 0 0 0;
}

#dropmenu1 ul li a {
	color: #c38d4e;
	font-weight: normal;
	border-left:1px solid #643c2b;
	border-right:1px solid #643c2b;
	text-decoration: none;
	padding:7 13 6 13;
}

#dropmenu1 ul li a:hover{
	color: #954016;
	text-decoration:none;
	background-color:#210f05;
	padding:7 13 6 13;
	border-left:1px solid #643c2b;
	border-right:1px solid #643c2b;
}

.dropmenudiv1{
background:url(/content/images/menu_bg.jpg) no-repeat;
background-position: top center;
	background-color: #1e0c01;
	position:absolute;
	top: 0;
	text-decoration:none;
	font:normal 12px "trebuchet MS";
	border-bottom: 1px solid #5c311d;
	z-index:1000;
	visibility: hidden;
	margin-top: 1px;
	margin-left:-20px;
	width:140px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv1 a{
text-transform:uppercase;
	text-decoration: none;
	display: block;
	border-top: 1px solid #5c311d;
	border-left: 1px solid #5c311d;
	border-right: 1px solid #5c311d;
	font-weight: normal;
	font-size: 13px;
	color: #c38d4e;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 8px;
}

.dropmenudiv1 a:hover{
	color: #954016;
	text-decoration: none;
	
}
/* ^^^^^^^^^^^^  end of MENU 1  ^^^^^^^^^^^^^^^^^^ */


/* ^^^^^^^^^^^^  floating menu at bottom contains copyright   ^^^^^^^^^^^^^^^^^^ */

.floatmenu{
  	
  	font-size: 11px;
  	font-weight:normal;
  	font-family:  Helvetica, sans-serif;
  	color: #9a9e7d;
}

.floatmenu a {
  	color: #9a9e7d;
  	text-decoration: none
}

.floatmenu a:hover {
  	color: #9a9e7d;
  	text-decoration: none
}

.copyrights{
  	margin:15 0 0 0;
}  

.copyrights td{
  	color: #894b30;
  	font-size: 11px;
  	font-family: "trebuchet MS", sans-serif;
}

.copyrights a{
  	color: #894b30;
  	font-size: 11px;
  	
  	font-family:   "trebuchet MS", sans-serif;
	text-decoration: none;
	margin:0px;
}

.copyrights a:hover{
  	color: #888f12;
 	text-decoration: none;
}

.copyrights hr {
  	border-color:  #613822;
  	border-bottom-width: 0px;
  	border-top-width: 1px;
  	border-style: solid;
  	height: 0px;
  	width: 100%;
}
/* ^^^^^^^^^^^^  end of floating menu   ^^^^^^^^^^^^^^^^^^ */


/*INDEX PAGE  RECENT PHOTOS AND NEWS*/

.indexbox{
	border: solid red 0px;
	width:100%;
	height:380px;
	margin:0 0 0 0;
}

.newsbox{
	border: solid blue 0px;
	margin:10 0 0 0;
	float:right;
	width:360px;
	height:361px;
	padding: 100 30 20 30;
	background: url(/content/images/lastest_news_header.jpg) no-repeat;
}

.newscontent{
	border: solid blue 0px;
	margin-top:-35px;
	font-size:12px;
}

.newscontent b{
	font-size:12px;
	font-weight:bold;
	color:#8e7846;
}

.newscontent a{
	font-size:12px;
	color:#8e7846;	
}
	
.newscontent a:hover{
	color:#526a8c;	
}

.newsboxPad{
	border: solid blue 0px;
}

.photobox{
	border: solid blue 0px;
	float:left;
	width:361px;
	height:361px;
	padding: 100 0 20 40;
	background: url(/content/images/Cu_header_photo.jpg) no-repeat;
	margin:10 0 0 0;
}

.photoboxPad{
	border: solid blue 0px;
}
	
div.indexFloat {
	border: solid blue 0px;
  	float: left;
  	width: 120px;
  	height: 148px;
	margin:-10 0 0 20;
  	padding: 15px;
	font: bold 11px "trebuchet MS";
}

div.indexFloat a{
	color:#526a8c;	
	font: normal 11px "trebuchet MS";
	text-decoration:none;
}

div.indexFloat a:hover{
	color: #eab15a;
}

div.indexFloat p{
	padding:0px;
	color:#526a8c;	
	margin-top:2px;
	margin-bottom:2px;
}

#photoContainer img{
	border: 1px solid #526a8c;
}

div.indexFloat a img{
	border: 1px solid #613822;
}
/* END INDEX PAGE  RECENT PHOTOS AND NEWS*/


/* *************  roster *****************/
.filterMenu{
	float:right;
	padding-top:7px;
}

.filterMenu p{
	display: inline;
	margin:0 10 0 10;
}

.filterMenu a{
	display: inline;
	margin:0 10 0 10;
}

.roster_detail_staff{
	color:#81A014;
	font-family: "trebuchet MS" ,  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-left:320px;
}

.roster_detail_top{
	width:700px;
	font-weight:bold;
	line-height: auto;
	text-align: left;
	margin-left: 17px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size:12px;
	color: #254d0f;
	height:95px;
}

.roster_detail_topTitle{
	color:#9c602e;
	font-family:   Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin: 0px;
}

.roster_detail_mid{
	width:700px;
	background: url(/content/images/dashes.gif) no-repeat;
	font-family: "trebuchet MS" , sans-serif;
	font-weight:bold;
	font-size:18px;
	color: #254D0F;
	margin-left: 17px;
}

.roster_detail_bot{
	width:700px;
	margin-left: 17px;
	font-size:12px;
	color: #254d0f;
}

.roster_detailText{
	margin:30 0 0 175;
}

.rosterName{
	color:#ce923c;
	font-family: "trebuchet MS",sans-serif;
	font-weight:bold;
	font-size:23px;
	text-align:left;
	margin-left:350px;
	margin-top:0px;
	margin-bottom:0px;
	padding:10 0 5 0px;
	line-height:120%;
}

.rosterSubTitle{
	color:#ca9735;
	font-family: "trebuchet MS" , sans-serif;
	font-weight:bold;
	font-size:15px;
	margin:0px;
}

.membertype{
	color:#835633;
	font-family:  sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
	padding:0px;
	}

.rosterphoto{
	border: 1px white solid;
	position: absolute;
	margin-left: 40px;
	margin-top: 80px;
}

.rosterphotoCustom{
	border: 1px white solid;
	position: absolute;
	margin-left: 0px;
	margin-top: 105px;
}

.rosterdetails a:hover{
	text-decoration:underline;
}

.rosterdetails a{
	color:#9c8a78;
	text-decoration:none;
	font-family:  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0px;
}
  
.rosterdetails{
	color:#9c8a78;
	font-family:  Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}

.RosterRolodex{
	text-align:center;
	margin: 30 0 10 0;
	padding:0px;
}

.RosterLetters {
	font-family:  Helvetica, sans-serif;
	font-size: 14px;
	color: #628cbb;
	font-weight:bold;
	padding-left: 9px;
	padding-right: 9px;
}
	
.rostereditImage{
	position:absolute;
	margin-top:-280px;
	margin-left:-60px;
} 
/* *************  end of roster *****************/


/****************    Catalog   *****************************/
#catalogbreadcrumbs {
  	width:350px;
  	font:  bold 13px "trebuchet MS" gothic;
  	margin-bottom: 50px;
  	color: #8c8c8c;
  	text-decoration: none;
}

#catalogbreadcrumbs a {
  	text-decoration: none;
  	color: #8c8c8c;
}

.catalogbreadcrumbsHilite {
  	color: #4382c7;
}

#catalogbreadcrumbs a:hover {
 	text-decoration: underline;
}

#baskettotal{
  	position: absolute;
  	font: 10px "trebuchet MS" ;
	width: 160px;
	height: 50px;
  	color: #fc2043;
  	background: white url("/content/images/cart.jpg") 0 0 no-repeat;
  	cursor: pointer;
  	margin-top: 10px;
  	margin-left: 360px;
  	border:solid #AAC0D5 2px;
  	padding: 5 5 5 50;
}

#baskettotal a{
  	color: gray;
}

#catalogsearch{
  	position: absolute;
  	font: 10px "trebuchet MS" gothic;
  	color:  #555;
  	margin-top: 10px;
  	margin-left: 540px;
  	border:solid #AAC0D5 0px;
  	padding: 5px;
}

#catalogsearch input{
  	color:  gray;
  	font-size: 10px;
  	font-family: "trebuchet MS" ,  Helvetica, sans-serif;
}

.catalogcontainer{
	width: 730px;
	height: 100%;
  	padding:10 10 10 5;
  	border:1px solid #304261;
  	background-color: #FFFFFF;
}

.catalogcontainerTop{

}

.catalogcontainerBot{

}

.catalogcontainerLeft{

}

.catalogcontainerRight{

}

#catalogcategory img{
	bottom:0px;
}

#catalogcategory{
	background: #D9D7D8 url("/content/images/catalog_category_top.jpg") repeat-x;
  	font: bold 13px "trebuchet MS" gothic ;
  	color:#333333;
	width: 145px;
	height: 182px;
	float:left;
  	border:solid #D9D7D8 1px;
  	padding: 5 0 2 2;
	margin: 15px;
}
  
#catalogcategory p a{
	text-decoration: none;
	color:#555;
}

#catalogcategory p {
	vertical-align:middle;
	margin: 1;
	height:30px;
}

.catalogproductFeature{
  	font:  11px "trebuchet MS" ;
	width: 145px;
  	color:#828282;
  	height: 180px;
  	float: left;
  	padding: 0px;
	vertical-align: middle;
  	margin: 15px;
}

.catalogproductFeature a{
  	text-decoration: none;
  	font: bold 13px "trebuchet MS" ;
  	color: #FF9900;
	display:block;
}

.FeaturedProductPhrase{

}

.catalogproduct{
  	font:  11px "trebuchet MS" ;
	width: 145px;
  	color:#828282;
  	float: left;
  	padding: 0px;
	vertical-align: middle;
  	margin: 15px;
}

.catalogproduct img{
  	border:solid #828282 1px;
}

.catalogproduct a{
  	font: bold 13px "trebuchet MS" ;
  	color: #828282;
  	text-decoration: none;
}

.catalogdescriptionTabs{
  	float:left;
  	margin:0 0 -16 15;
  	border-bottom:solid #D9D7D8 1px;
  	height:19px;
  	width:78%;
}

.catalogdescriptionTabs ul{
  	position:relative;
  	margin-left: 0;
  	padding-left: 0;
  	display: inline;
}

.catalogdescriptionTabs li{
  	background:#F2F2F2;
  	margin-left: 0;
  	margin-bottom: 0;
  	padding: 2px 15px 5px;
  	border: 1px solid #D9D7D8;
  	list-style: none;
  	display: inline;
  	font: bold 11px "trebuchet MS" ;
  	color: #4382c7;
}

.catalogdescriptionTabs li.here {
  	background:#FFFFFF;
  	border-bottom: 1px solid #fff;
  	list-style: none;
  	display: inline;
}

.catalogShortdescription{
	float:left;
	font: bold 11px "trebuchet MS" ;
	width:78%;
	padding:10px;
	margin:15px;
}

.catalogdescription{
	background:#FFFFFF;
	float:left;
	border-bottom:solid #D9D7D8 1px;
	border-left:solid #D9D7D8 1px;
	border-right:solid #D9D7D8 1px;
	border-top:solid #D9D7D8 1px;
	width:78%;
	padding:10px;
	margin:15px;
}

.catalogFullSizeImage{
  	font: bold 11px "trebuchet MS" ;
  	background-color: white;
  	border:solid #AAC0D5 2px;
}

.catalogdetailImage{
	float:left;
	width:210px;
	height:auto;
	margin-left:40px;
	padding-right:30px;
}

.productviewpriceDiscount{
 	font: bold 11px "trebuchet MS" ;
	color: #FA0328;
}

#addtomyCatalog{
	float: left;
	position: relative;
}
/****************    End of Catalog   *****************************/

/****************    GOOGLE MAPS   *****************************/
#googleframe{
	border: 1px solid gray;
	background-color: red;
	margin-left:10px;
}
/****************    END GOOGLE MAPS   *************************/

/****************    lightbox   *****************************/
#GB_overlay {
	background-image: url(/content/images/overlay.png);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 150%;
}

* html #GB_overlay {
	background-color: transparent;
	background-image: url(/content/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/content/images/overlay.png", sizingMethod="scale");
}

#GB_window {
	top: 100px;
	text-align:center;
	position: absolute;
	z-index: 101;
	height: 100%;
}

#GB_frame {
	text-align:center;
}

#GB_caption {
	color:white;
	z-index: 151;
	cursor: pointer;
	border: 0px solid purple;
}

#GB_captiontop {
	margin-top:60px;
	color:white;
	cursor: pointer;
}

#GB_window img {
	cursor: pointer;
	border: 6px #613822 solid;
}

#GB_printbutton{
	position: absolute;		
	left:700px;
	top:40px;
}
/****************    End of lightbox   *****************************/

/****************    escoremail mailform   *****************************/
#mailform {
	margin: 20 0 10 50;
}

#mailform form table tbody tr td div{
	text-align:left;
	margin: 10 0 10 50;
}
/****************    End of mailform   *****************************/
