body, td{ margin:0; font-family: Georgia, "Times New Roman", Times, serif; color:#333333; font-size:10pt; background-color:#EFEFEF; }


.headcontainer{ background-image:url(../images/orangewee_bg.jpg); background-repeat:repeat-x;
width:100%;  margin:auto; height:102px;  } /* just for the background image */
.centerer{margin:auto; width:724px;} /* centers the  spans */
.headbar1{ width:362px;     float:left;  }
.headbar2{ width:362px;  background-image:url(../images/whitelabel_bg4.gif); height:102px; background-position:bottom; background-repeat:no-repeat;  float:left;   }

.navcontainer{ background-image:url(../images/menubar_bg.jpg); background-repeat:repeat-x;
width:100%;  margin:auto; background-color:#EFEFEF; height:42px; overflow:auto;} 
.nav1{ width:362px;     float:left;  }
.nav2{ width:362px;     float:left; text-align:center; padding-top:12px;  }

.maincontainer{ background-image:url(../images/grayfade.jpg); background-repeat:repeat-x;
width:100%;  margin:auto;  overflow:auto;} 
.maincenterer{margin:auto; width:724px; background-image:url(../images/fauxbg.gif); background-repeat:repeat-y; overflow:auto;} /* centers and bg */

.doublecol{margin:auto; width:704px; background-color:#FFFFFF; overflow:auto; padding:20px 10px 30px 10px;} /* spans 2 columns */

.column1{ width:342px;     float:left; padding:20px 10px 10px 10px; background-image:url(../images/grayfade.jpg); background-repeat:repeat-x;  }
.column2{ width:342px; background-color:#FFFFFF;     float:left; padding:20px 10px 10px 10px;}

.orangefadebg{ background-image:url(../images/orange_bg.jpg); background-repeat:repeat-x;}
.grayfadebg{ background-image:url(../images/grayfade.jpg); background-repeat:repeat-x;}
.footer{ height:65px; padding-top:20px; background-color:#FFFFFF; background-image:url(../images/bottomfade.jpg); background-repeat:repeat-x; background-position:bottom;}
.menubar{ background-image:url(../images/menubar_bg.jpg); background-repeat:repeat-x; }


.mainbox{ background-color:#FFFFFF; padding:30px; width:300px;}
.graybox{ background-color:#EFEFEF; padding:0 30px 30px 30px; margin-top:30px; width:300px;}
.tbback{ background-color:#EFEFEF;}

.titles{font-family:Georgia, "Times New Roman", Times, serif; color:#A58B32; font-size:18pt; font-weight:normal} /* SEE titles link below */
.smalltitles{font-family:Georgia, "Times New Roman", Times, serif; color:#A58B32; font-size:12pt; font-weight:normal} 
.greentitles{font-family:Georgia, "Times New Roman", Times, serif; color:#4E8D10; font-size:14pt; font-weight:normal; line-height:12px}
.dates{font-family:Georgia, "Times New Roman", Times, serif; color:#000000; font-size:11pt; font-weight:bold}
.weeorange{font-family:Georgia, "Times New Roman", Times, serif; font-size:8pt; color:#FB833A}

.smaller{font-family:Georgia, "Times New Roman", Times, serif; font-size:8pt;}

.dashline{border-bottom: dashed 1px #919191; width:300px}

.submit {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-size: 14px;
background-color: #FB833A;
border: 1px solid #000000;
margin:10px 0;
}

/* *************    nav link    ************* */ 

.navlink{font-family:Georgia, "Times New Roman", Times, serif; font-size:9pt; color:#ffffff; text-decoration:none; font-weight:bold;}
a:visited.navlink{color:#ffffff; text-decoration:none;} 
a:hover.navlink{color:#FB1C08; text-decoration:underline;} /*red*/
a:active.navlink{color:#ffffff; text-decoration:none;}

/* *************    dashed links    ************* */  
.dashlink{font-family:Georgia, "Times New Roman", Times, serif; color:#333333; text-decoration:none; border-bottom: dashed 1px #333333; line-height:25px}
a:visited.dashlink{color:#333333; text-decoration:none; }
a:hover.dashlink{color: #FB1C08; text-decoration: underline; border-bottom: solid 1px #FFFFFF;}
a:active.dashlink{color: #333333; text-decoration:none;}

/* *************    wee orange link    ************* */ 

.weeorangelink{font-family:Georgia, "Times New Roman", Times, serif; font-size:8pt; color:#FB833A; text-decoration:none; }
a:visited.weeorangelink{color:#FB833A; text-decoration:none;} 
a:hover.weeorangelink{color:#FFFFFF; text-decoration:underline;} 
a:active.weeorangelink{color:#FB833A; text-decoration:none;}

/* *************    titles link    ************* */ 

.titleslink{font-family:Georgia, "Times New Roman", Times, serif; font-size:18pt; color:#A58B32; text-decoration:none; }
a:visited.titleslink{color:#A58B32; text-decoration:none;} 
a:hover.titleslink{color:#FF8541; text-decoration:underline;} 
a:active.titleslink{color:#FB833A; text-decoration:none;}

/* ***************  xmasquotebox  *************** */
.xmasquotebox{  background-image:url(../images/xmasphone.png); background-repeat:no-repeat; 
width:230px; 	min-height:32px;
border-style: dashed;
				border-color: #FF0000;
				border-width: 1px ;
				padding:10px 10px 10px 101px;
				font-size:9pt; 
				margin-bottom:10px; margin-top:10px; margin-left:auto; margin-right:auto;
		
				}

/* ***************  begin pagination ******************* */
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 4px 2px 4px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/* ***************  end pagination ******************* */

