body {
	margin: 0px;
	padding: 0px;
}

#maintbl
{
	border-collapse: collapse;	
	border-left: 1px solid #ABC7D8;	
	border-right: 1px solid #ABC7D8;	
	border-top: 1px solid #ABC7D8;	
	width : 778px;
}
#maintbl_1
{
	border-collapse: collapse;	
	border-left: 1px solid #ABC7D8;	
	border-right: 1px solid #ABC7D8;	
	border-top: 1px solid #ABC7D8;	
	width : 900px;
}
#maintbl1
{
	border-collapse: collapse;	
	border-left: 1px solid #ABC7D8;	
	border-right: 1px solid #ABC7D8;	
	border-bottom: 1px solid #ABC7D8;	
	width : 778px;
}
#maintbl2
{
	border-collapse: collapse;	
	border-left: 1px solid #ABC7D8;	
	border-right: 1px solid #ABC7D8;	
	width : 778px;
}
#maintbl td
{
	padding-left:18px;
}

.login
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
.login a:hover
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 11px;
	color:#FE9409;
	text-decoration:none;
}

.sitetag {
	font-family: Verdana, Tahoma, Garamond;
	font-size: 24px;
	color:#000000;
}
.sitetag-new {
	font-family: Verdana, Tahoma, Garamond;
	font-size: 14px;
	color:#666678;
	font-weight:Bold;
}

.sitelittletag {
	font-family: Verdana, Tahoma, Garamond;
	font-size: 13px;
	color:#000000;
}

.gray
{
	background-image: url(../images/grey.jpg);
	background-repeat: repeat-y;
}
.gray1
{
	background-image: url(../images/grey1.jpg);
	background-repeat: repeat-y;
}

.tabcontent
{
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	vertical-align:middle;
	color:#000000;
}

.tabcontent1 
{
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	vertical-align:middle;
	color:#9B5C17;
	text-decoration:none;
}

.tablinks
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 11px;
	color:#0A0A69;
	text-decoration:underline;
}
.tablinks a:hover
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 11px;
	color:#FE9409;
	text-decoration:underline;
}
.find
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 12px;
	color:#BB2200;
	text-decoration:underline;
}
a.find:visited,
.findpreviousnext
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
}
.findpreviousnext1
{
	font-family:Arial;
	font-weight: Regular;
	font-size: 12px;
	color:#000000;
}

.subtitle
{
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	vertical-align:middle;
	color:#ffffff;
}
.subtitle1
{
	font-family:Arial;
	font-weight: bold;
	font-size: 11px;
	vertical-align:middle;
	color:#ffffff;
}
.news
{
	font-family:Arial;
	font-weight: normal;
	font-size: 10px;
	vertical-align:middle;
	color:#0A0A69;
}
.tablinks1
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#2A3960;
	text-decoration:none;
}
.tablinks1 a:hover
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#FE9409;
	text-decoration:none;
}
.tablinksmoh
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#009966;
	text-decoration:none;
}
.tablinksmoh a:hover
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#009966;
	text-decoration:none;
}

.signup
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}
.addurhead
{
	font-family:Arial;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}
.addur
{
	font-family:Arial;
	font-weight: normal;
	font-size: 11px;
	color:#030103;
	text-align:left;
	text-decoration:none;
}
.addurb
{
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
	color:#030103;
	text-align:left;
	text-decoration:none;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;
	background-color:red;
	/*background-image: url(../images/slide_back.jpg);	*/
}
#menu ul {	
	color:#ffffff;
	margin: 0; 
	padding: 0;	
	float: left;
	width: 100%; 
	list-style: none;
	font-family:Arial;
	font-weight: normal;
	font-size: 12px;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {
	height:22px;
	position: relative;
	bottom: 0px;
	float: left;
	color: #FFFFFF;
	padding: 0px 12px;
	padding-top:5px;
	margin-right:1px;
	text-decoration: none;
	background-color: #7B7A88; 
	border-bottom: 6px solid #AACC22; 
/*	border-right: 1px solid #FFFFFF;*/
}
#menu ul li a:hover{
	color: #FFFFFF;
/*	background-color: #7B7A88; */
	border-bottom: 6px solid #FFA837;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 6px solid #FFA837;
}
#menu ul li#last a{
	height:22px;
	position: relative;
	bottom: 0px;
	float: left;
	color: #FFFFFF;
	padding: 0px 8px;
	padding-top:5px;
	text-decoration: none;
	background-color: #7B7A88; 
	border-bottom: 6px solid #AACC22;
	border-right: 0px solid #7B7A88;
	margin-right:2px;
}
#menu ul li#last a{
	border-bottom: 6px solid #00AFAD;
}

#menu ul li#m2 a{
	border-bottom: 6px solid #F67402;
}
#menu ul li#m3 a{
	border-bottom: 6px solid #47C9FA;
}
#menu ul li#m4 a{
	border-bottom: 6px solid #DD77FF;
}
#menu ul li#m5 a{
	border-bottom: 6px solid #B72602;
}
#menu ul li#m6 a{
	border-bottom: 6px solid #E6BC12;
}
#menu ul li#m7 a{
	border-bottom: 6px solid #EF40B0;
}
#menu ul li#m8 a{
	border-bottom: 6px solid #7973C2;
}

#menu ul li#last a:hover{
	background-color: #00AFAD;
}
#menu ul li#m1 a:hover{
	background-color: #AACC22;
	border-bottom: 6px solid #AACC22;
}
#menu ul li#m2 a:hover{
	background-color: #F67402;
}
#menu ul li#m3 a:hover{
	background-color: #47C9FA;
}
#menu ul li#m4 a:hover{
	background-color: #DD77FF;
}
#menu ul li#m5 a:hover{
	background-color: #B72602;
}
#menu ul li#m6 a:hover{
	background-color: #E6BC12;
}
#menu ul li#m7 a:hover{
	background-color: #EF40B0;
}
#menu ul li#m8 a:hover{
	background-color: #7973C2;
}

.my_bar_full
{
	background:url(../images/topbarbg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000066;
	text-align: center;
	align: center;
	valign: center;	
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: left;
	font-weight:normal;
}


.h3title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight:normal;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: left;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;

}
TD {
	FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif
}



/* Links
------------------------------*/
a.portraitlinks:link {
	font-weight: normal;
	font-size: 11px; 
	color: #FFA200; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
a.portraitlinks:visited {
	font-weight: normal; 
	font-size: 11px; 
	color: #FFA200; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
a.portraitlinks:active {
	font-weight: normal; 
	font-size: 11px; 
	color: #FFA200; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}
a.portraitlinks:hover {
	font-weight: normal; 
	font-size: 11px; 
	color: #FF0000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline;
}

.ariel-text {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.ariel-text:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

input {
	border-right: #666666 1px solid; border-top: #666666 1px solid; font-weight: bold; font-size: 11px; border-left: #666666 1px solid; color: #666666; border-bottom: #666666 1px solid; font-family: Verdana, Arial; background-color: #FFFFff
}
TEXTAREA {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; PADDING-LEFT: 2px; BORDER-LEFT: #666666 1px solid; COLOR: #000000; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #f9f9f8
}
.border_color1 {
	border-right: #5F7893 1px solid; border-top: #5F7893 1px solid; margin-left: 0px; border-left: #5F7893 1px solid; border-bottom: #5F7893 1px solid
}

input {
	border-right: #666666 1px solid; border-top: #666666 1px solid; font-weight: bold; font-size: 11px; border-left: #666666 1px solid; color: #666666; border-bottom: #666666 1px solid; font-family: Verdana, Arial; background-color: #FFFFff
}
.input2 {
	border-right: medium none; border-top: medium none; font-size: 11px; border-left: medium none; color: #000000; border-bottom: medium none; font-family: Verdana, Arial; background-color: transparent
}
select {
	border-right: #000000 1px solid; border-top: #000000 1px solid; font-size: 11px; scrollbar-highlight-color: black; border-left: #000000 1px solid; color: #000000; scrollbar-arrow-color: white; border-bottom: #000000 1px solid; font-family: Verdana, Arial; scrollbar-base-color: black
}
.read {
	font-weight: bold; font-size: 10px; color: #FF0000; font-family: tahoma, Verdana, Arial; text-decoration: none
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: left;
}

.h1center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;

}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #006699;
	text-align: left;

}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: left;
}

.h3title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-align: left;
}
.h2just{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #006699;
	text-align: justify;

}
.h2justblkbld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}

.h2justblk{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-align: justify;

}

.h2center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #006699;
	background-position: center;
	text-align: center;

}
h6{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-top: 18px;
	margin-left: 8px;
}
h5{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-top: 7px;
	margin-left: 8px;
}
.h3title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-align: left;

}

.h3title_new{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	align: center;
	valign: center;
}

.clsspan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #006699;
	text-align: center;
	width: 558px;
	font-style: italic;
	}
blockquote {

	margin: 5px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #EC981F;  
	font-weight: bold; 
	width: 603px;
}
.h2 { 
	color:#4fb6e5;
	font-size:22pt; 
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0 0 0 20px; 
	text-align: center;
}

a{
	font-family:Arial;
	font-weight: Regular;
	font-size: 12px;
	color:#0A0A69;
	text-decoration:underline;
}

a:hover{
	font-family:Arial;
	font-weight: Regular;
	color:#FE9409;
	text-decoration:underline;
}

.boxtopright {
	border-top: 1px solid #CECECE;	
}
.boxtopleft {
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;	
}
.boxmain {
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;		
}
#boxfold
  {
    background:  url(../images/fold.gif) no-repeat scroll top right ;
  }
  
a.opr {
	color : #FFAC40;
	font-family: Arial, Tahoma, Garamond;
	font-size: 12px;	
	text-decoration: underline;	
	font-weight: bold;
	text-align: left;
	padding-top:25px;
}
a.vst {
	color : #FFFFFF;
	font-family: Arial, Tahoma, Garamond;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;	
	text-align: left;
}
.gift_font {
	font-weight: bold; font-size: 12px; color: #4D5865; font-family: "futura md bt"
}
.gift_font_message {
	font-weight: bold; font-size: 14px; color: #121592; font-family: "futura md bt"
}
.bannertitle 
{
	font-family: Verdana, Tahoma, Garamond;
	font-size: 14px;
	color:#666677;
	font-weight:bold;
}
.phototext
{
	background-image:url("../images/gray1px.gif");
	background-repeat:repeat-x;
}
.linksbrown a
{
	font-family: Verdana, Tahoma, Garamond;
	font-size: 14px;
	color:#BB2200;
}
.testhead
{
	font-family: Verdana, Tahoma, Garamond;
	font-size: 12px;
	color:#ffffff;
	font-weight:bold;
}

.para{
	font-family:Arial;
	font-size: 10pt;
	color:#000000;
}
a.steplinks{
	font-family: Arial;
	font-size: 12px;
	color:#878994;
	font-weight:bold;
	text-decoration:none;
}
input.bgclr {
		 font-family: Verdana, Arial; background-color: #FEEDDE;
		 border-right: #FEEDDE 1px solid; border-top: #FEEDDE 1px solid; font-weight: bold; font-size: 11px; border-left: #FEEDDE 1px solid; color: #FEEDDE;
}
.nextclass{
	font-family: Arial;
	font-size: 11px;
	color:#878994;
	font-weight:bold;
	text-decoration:none;
}

.orgtitle{
	font-family: Arial;
	font-size: 11px;
	color:#F67402;
	font-weight:bold;
}
.orgdatavalues{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
}
#order
{
/*	font-family:Verdana,Tahoma, Garamond;*/
	font-family:Arial;
/*	font-size:13pt;*/
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
#order a:link
{
/*	font-family:Verdana,Tahoma, Garamond;*/
	font-family:Arial;
/*	font-size:13pt;*/
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}		
#order a:hover
{
/*	font-family:Verdana,Tahoma, Garamond;*/
	font-family:Arial;
/*	font-size:13pt;*/
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}		
.innerfont1
{
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	font-weight: Regular;
}

.submitclass{
	font-family: Arial;
	font-size: 14px;
	color:#878994;
	font-weight:bold;
	text-decoration:none;
}
#headerid h1{
    margin:0px;
    padding:0px;
    padding-left:0px;
    font-family: Verdana, Tahoma, Garamond;
    font-size: 24px;
    color:#000000;
	text-align:center;
}

#sloganbar h2{
    font-family: Verdana, Tahoma, Garamond;
    font-size: 14px;
    color:#666678;
    font-weight:Bold;
    text-align: center;
    margin-top:12px;
}
.style1{
	padding-left:2em;
	}
#gate2shop{  width: 558px; margin-left: -30px; margin-top: 3px; }
span {
	display:inline-block;
}
	#treemenu1
	{
		width:732px;
		color: #FFFFFF;
	}
	.suckertreemenu ul{
		font-family:Arial;
		font-weight: normal;
		font-size: 12px;
		color:#ffffff;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	/*Top level list items*/
	.suckertreemenu ul li{
		text-align:center;
		position: relative;
		display: inline;
		float: left;
		background-color: #7B7A88; /*overall menu background color*/
	}
	
	/*Top level menu link items style*/
	.suckertreemenu ul li a{
		display: block;
		border-right: 1px solid #ffffff;
		text-decoration: none;
		height:22px;
		bottom: 0px;
		color: #FFFFFF;
		padding-top:5px;
		text-decoration: none;
		background-color: #7B7A88; 
	/*	border-right: 1px solid #FFFFFF;*/
	}
	
	.suckertreemenu ul li ul li a {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #7B7A88; 
	/*	border-right: 1px solid #FFFFFF;*/
	}
	
	.suckertreemenu ul li a:hover{
		color: #FFFFFF;
	/*	background-color: #7B7A88; */
		text-decoration:none;
	}
	.suckertreemenu ul li#last a{
	width:70px;
	position: relative;
	bottom: 0px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7B7A88; 
	border-right:0px solid #7B7A88;
}
	.suckertreemenu ul li#last {
		border-bottom: 6px solid #00AFAD;
		border-right:0px solid #7B7A88;
		width:70px;
	}
	.suckertreemenu ul li#m1 {
		border-bottom: 6px solid #AACC22;
	}
	
	.suckertreemenu ul li#m2 {
		border-bottom: 6px solid #F67402;
	}
	.suckertreemenu ul li#m3 {
		border-bottom: 6px solid #47C9FA;
	}
	.suckertreemenu ul li#m4 {
		border-bottom: 6px solid #DD77FF;
	}
	.suckertreemenu ul li#m5 {
		border-bottom: 6px solid #B72602;
	}
	.suckertreemenu ul li#m6 {
		border-bottom: 6px solid #E6BC12;
	}
	.suckertreemenu ul li#m6 ul li{
		border-bottom: 6px solid #E6BC12;
	}
	
	.suckertreemenu ul li#m7 {
		border-bottom: 6px solid #EF40B0;
	}
	.suckertreemenu ul li#m8 {
		border-bottom: 6px solid #7973C2;
	}
	.suckertreemenu ul li#last a:hover{
		background-color: #00AFAD;
	}
	
	.suckertreemenu ul li#m1 a:hover{
		background-color: #AACC22;
	}
	.suckertreemenu ul li#m2 a:hover{
		background-color: #F67402;
	}
	.suckertreemenu ul li#m3 a:hover{
		background-color: #47C9FA;
	}
	.suckertreemenu ul li#m4 a:hover{
		background-color: #DD77FF;
	}
	.suckertreemenu ul li#m5 a:hover{
		background-color: #B72602;
	}
	.suckertreemenu ul li#m6 a:hover{
		background-color: #E6BC12;
	}
	.suckertreemenu ul li#m7 a:hover{
		background-color: #EF40B0;
	}
	.suckertreemenu ul li#m8 a:hover{
		background-color: #7973C2;
	}
		
	/*1st sub level menu*/
	.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 0em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	color: #FFFFFF;
	}
	
	/*Sub level menu list items (undo style from Top level List Items)*/
	.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	}
	
	/*All subsequent sub menu levels offset after 1st level sub menu */
	.suckertreemenu ul li ul li ul{ 
	left: 100px; /* no need to change, as true value set by script */
	top: 0;
	}
	
	/* Sub level menu links style */
	.suckertreemenu ul li ul li a{
	display: block;
	width: 102px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	color:#FFFFFF;
	border-right:0px solid #7B7A88;
	}
	.suckertreemenu ul li ul li a:hover{
	color:#FFFFFF;
	}
	
	.suckertreemenu ul li a:hover{
	color: #FFFFFF;
	}
	
	* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}
	.style1{
		padding-left:2em;
		
	}
		
	/* Holly Hack for IE \*/
	* html .suckertreemenu ul li { 
	float: left; 
	height:33px;
	}
	* html .suckertreemenu ul li a {  }
	
	/* End */
	<!--[if IE ]>
	
	.suckertreemenu ul li{
		line-height: 17px;
		text-align:center;
		position: relative;
		display: inline;
		float: left;
		background-color: #7B7A88; /*overall menu background color*/
	}
	.suckertreemenu ul li a{
		padding-bottom:0px;
	}
	
	.suckertreemenu ul li#last a{
		width:68px;
		position: relative;
		bottom: 0px;
		color: #FFFFFF;
		padding: 0px 0px 5px;
		text-decoration: none;
		background-color: #7B7A88; 
		text-align:right;
	}
	.suckertreemenu ul li#last {
		line-height: 27px;
		text-align:center;
		width:68px;
	}
	#treemenu1
	{
		width:730px;
		color: #FFFFFF;
	}
	<![endif]-->	


