@charset "utf-8";
/* CSS Document */

	/* These symbols designate a comment */
	
	/*************************************************************************************************************/
	
	/* Below is the code for the banner-top rounded corner box.
	This is the command to put on the html page
	 <b class="b1main"></b><b class="b2main"></b><b class="b3main"></b><b class="b4main"></b>
		<div class="contentmain">
			<div>******CONTENT GOES HERE*******</div>
		</div>
	<b class="b4main"></b><b class="b3main"></b><b class="b2main"></b><b class="b1main"></b>*/
	
	.b1main, .b2main, .b3main, .b4main{font-size:1px; overflow:hidden; display:block;}
	.b1main {height:1px; background:#7EBD38; margin:0 6px;}
	.b2main {height:1px; background-image: url('images/graphics/bg_820x1px_gradient.gif'); border-right:2px solid #7EBD38; border-left:2px solid #7EBD38; margin:0 3px;}
	.b3main {height:1px; background-image: url('images/graphics/bg_820x1px_gradient.gif'); border-right:1px solid #7EBD38; border-left:1px solid #7EBD38; margin:0 2px;}
	.b4main {height:2px; background-image: url('images/graphics/bg_820x1px_gradient.gif'); border-right:1px solid #7EBD38; border-left:1px solid #7EBD38; margin:0 1px;}
	.contentmain {background-image: url('images/graphics/bg_820x1px_gradient.gif'); border-right:1px solid #7EBD38; border-left:1px solid #7EBD38;}
	.contentmain div {margin-left: 0px;}
	
	/*************************************************************************************************************/
	
	/* Below is the code for rounded corner box.
	This is the command to put on the html page
	 <b class="b1banner"></b><b class="b2banner"></b><b class="b3banner"></b><b class="b4banner"></b>
		<div class="contentbanner">
			<div>Round Border!!</div>
		</div>
	<b class="b4banner"></b><b class="b3banner"></b><b class="b2banner"></b><b class="b1banner"></b>*/
	
	.b1banner, .b2banner, .b3banner, .b4banner{font-size:1px; overflow:hidden; display:block;}
	.b1banner {height:1px; background:#000; margin:0 6px;}
	.b2banner {height:1px; background:#000; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
	.b3banner {height:1px; background:#000; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
	.b4banner {height:2px; background:#000; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
	.contentbanner {border-right:1px solid #888; border-left:1px solid #888;}
	.contentbanner div {margin-left: 0px; margin-right: 0px;}
	
	/*************************************************************************************************************/
	
	/* Below is the code for rounded corners with border used for the navigation panel.
	This is the command to put on the html page
	 <b class="b1"></b><b class="b2"></b><b class="b3"></b><b class="b4"></b>
		<div class="contentb">
			<div>Round Border!!</div>
		</div>
	<b class="b4"></b><b class="b3"></b><b class="b2"></b><b class="b1"></b>*/
	
	.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
	.b1 {height:1px; background:#888; margin:0 6px;}
	.b2 {height:1px; background:#cacaca; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
	.b3 {height:1px; background:#cacaca; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
	.b4 {height:2px; background:#cacaca; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
	.contentb {background: #cacaca; border-right:1px solid #888; border-left:1px solid #888;}
	.contentb div {margin: 0px; padding:0px}
	
	
	/*************************************************************************************************************/
	
	/* Below is the code for rounded corners with border and header.
	This is the command to put on the html page
	<b class="b1h"></b><b class="b2h"></b><b class="b3h"></b><b class="b4h"></b>
		<div class="headh">
			<h3>Here is your Header!</h3>
		</div>
		<div class="contenth">
			<div>Look ma, no images!</div>
		</div>
	<b class="b4bh"></b><b class="b3bh"></b><b class="b2bh"></b><b class="b1h"></b>*/
	
	.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
	.b1h {height:1px; background:#aaa; margin:0 5px;}
	.b2h, .b2bh {height:1px; background:#aaa; border-right:2px solid #aaa; border-left:2px solid #aaa; margin:0 3px;}
	.b3h, .b3bh {height:1px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 2px;}
	.b4h, .b4bh {height:2px; background:#aaa; border-right:1px solid #aaa; border-left:1px solid #aaa; margin:0 1px;}
	.b2bh, .b3bh, .b4bh {background: #ddd;}
	.headh {background: #aaa; border-right:1px solid #aaa; border-left:1px solid #aaa;}
	.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
	.contenth {background: #ddd; border-right:1px solid #aaa; border-left:1px solid #aaa;}
	.contenth div {margin-left: 12px; padding-top: 5px;}
	
	/*************************************************************************************************************/
	
	/* Below is the code for rounded corners feature box1 with border and green header.
	This is the command to put on the html page
	<b class="b1hf1"></b><b class="b2hf1"></b><b class="b3hf1"></b><b class="b4hf1"></b>
		<div class="headhf1">
			<h3>Here is your Header!</h3>
		</div>
		<div class="contenthf1">
			<div>Look ma, no images!</div>
		</div>
	<b class="b4bhf1"></b><b class="b3bhf1"></b><b class="b2bhf1"></b><b class="b1hf1"></b>*/
	
	.b1hf1, .b2hf1, .b3hf1, .b4hf1, .b2bhf1, .b3bhf1, .b4bhf1{font-size:1px; overflow:hidden; display:block;}
	.b1hf1 {height:1px; background:#888; margin:0 5px;}
	.b2hf1 {height:1px; background:#009900; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
	.b3hf1 {height:1px; background:#009900; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
	.b4hf1 {height:2px; background:#009900; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
	.b1bhf1 {height:1px; background:#888; margin:0 5px;}
	.b2bhf1 {height:1px; background:#cacaca; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
	.b3bhf1 {height:1px; background:#cacaca; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
	.b4bhf1 {height:2px; background:#cacaca; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}
	.b2bhf1 .b3bhf1, .b4bhf1 {background: #cacaca;}
	.headhf1 {background: #009900; border-right:1px solid #888; border-left:1px solid #888;}
	.headhf1 h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
	.contenthf1 {background: #cacaca; border-right:1px solid #888; border-left:1px solid #888;}
	.contenthf1 div {margin-left: 0px; padding-top: 5px;}
	
	/*************************************************************************************************************/
	
.font_home1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #401E12;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}	

.font_home1_itallic {
	font-family: Arial, Helvetica, sans-serif;
	color: #401E12;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	font-style: italic;
}	

.font_home2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #400040;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
}
	
	#link_home2 a:link{	color: #401E12; text-decoration: underline;}
	#link_home2 a:visited{color: #401E12;}
	#link_home2 a:hover{color: #401E12; text-decoration: underline;}
	#link_home2 a:active{color: #401E12; text-decoration: underline;}		

.font_header1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #401E12;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}
	.font_header2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 18px;
	letter-spacing: .05em;
}
	/*************************************************************************************************************/
	
	.font_nav_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 16px;
}
	
	#link_nav_table a:link{color: #666;}
	#link_nav_table a:visited{color: #666;}
	#link_nav_table a:hover{color: #666; text-decoration: underline;}
	#link_nav_table a:active{color: #666;}
	
		/*************************************************************************************************************/
		
		
		
	.font_body_copy{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #400040;
	line-height: 15px;
	text-align: justify;
}

	.font_body_copy_bold{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #400040;
	line-height: 14px;
	text-align: justify;
}

	#link_body_copy a:link{	
	color: #400040;
	text-decoration: underline;
}
	#link_body_copy a:visited{
	color: #400040;
}
	#link_body_copy a:hover{
	color: #400040;
	text-decoration: underline;
}
	#link_body_copy a:active{
	color: #400040;
	text-decoration: underline;
}
	ul.body_copy{
	margin: 10px;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
		
		
	.font_body_headline{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #401E12;
	line-height: 15px;
}
		
		
	.font_table_headline{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
}
	
		/*************************************************************************************************************/

		
	.font_sidebar_headline{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #4F4F4F;
	line-height: 18px;
}


.font_sidebar_copy{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F4F4F;
	line-height: 16px;
	text-align: left;
}

	#link_sidebar_copy a:link{
	color: #030;
	text-decoration: underline;
}
	#link_sidebar_copy a:visited{
	color: #030;
}
	#link_sidebar_copy a:hover{
	color: #030;
	text-decoration: underline;
}
	#link_sidebar_copy a:active{
	color: #030;
	text-decoration: underline;
}


	ul.sidebar{
	margin: 10px;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	
		/*************************************************************************************************************/
	
	.font_latest_buzz{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #293F12;
	line-height: 18px;
}
	
	#link_latest_buzz a:link{
	color: #900;
}
	#link_latest_buzz a:visited{
	color: #900;
}
	#link_latest_buzz a:hover{color: #900; text-decoration: underline;}
	#link_latest_buzz a:active{
	color: #900;
	text-decoration: underline;
}

	.font_footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	line-height: 14px;
	text-align: justify;
}

	#link_footer a:link{
	color: #FFF;
}
	#link_footer a:visited{
	color: #FFF;
}
	#link_footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
	#link_footer a:active{
	color: #FFF;
	text-decoration: underline;
}

table.line_card {
	border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: #401E12;
	border-collapse: collapse;
	background-color: ;
}
table.line_card th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #401E12;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.line_card td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: #401E12;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: justify;
}


table.body_noborder {
	border-width: ;
	border-spacing: ;
	border-style: none;
	border-color: ;
	border-collapse: collapse;
	background-color: ;
}
table.body_noborder th {
	border-width: ;
	padding: 2px;
	border-style: inset;
	border-color: ;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.body_noborder td {
	border-width: 0px;
	padding: 6px;
	border-style: inset;
	border-color: ;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

ul.body_copy li {
	margin:  0px 0px 0px 2px;
	padding: 2px;
}
.body_noborder tr td .font_body_copy #link_body_copy {
	text-align: center;
}
