@charset "utf-8";/* CSS Document *//*********THIS IS GENERAL FORMATTING****************/	p{		font-family: Verdana, Geneva, sans-serif;		font-size: 12px;		color: #000000;		line-height: 18px;		padding: 0px;		padding-left: 20px;		padding-right: 20px;	}	.bold {		font-family: Verdana, Geneva, sans-serif;		font-size: 14px;		font-style: normal;		line-height: 18px;		font-weight: bold;		color: #69C;		text-decoration: none;	}		.page_heading{		font-family: Verdana, Geneva, sans-serif;		font-size: 18px;		font-style: normal;		color: #000000;		line-height: 18px;		font-weight: bold;		color: #69C;		text-decoration: none;		padding: 4px;		}		.news{		font-family: Verdana, Geneva, sans-serif;		font-size: 36px;		font-style: normal;		line-height: normal;		color: #6699CC;		text-decoration: inherit;		padding: 4px;	}			.header_box{		background-color: #FFFFFF;		display: block;		padding: 4px;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;		}		.footer {		font-family: Verdana, Geneva, sans-serif;		font-size: 15px;		font-style: normal;		color: #000000;		text-decoration: none;	}		.navigation{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #6699CC;		display: block;		padding: 4px;		width: 175px;		height: 40px		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.navigation:hover{		background-color: #0066FF;		display: block;		padding: 4px;		width: 175px;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************//*********THIS IS THE INDEX PAGE FORMATTING****************/	.featured{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #FFFFFF;		text-decoration: none;		font-weight: bold;	}		.featured_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 14px;		font-style: normal;		line-height: normal;		color: #FFFFFF;		text-decoration: none;		display: block;		padding: 2px;		width: 175px;	}		.index_center_page_box{		background-color: #E4DFC9;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.featured_box{		background-color: #CC0000;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.featured_detail_box{		background-color: #FF0000;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************//*********THIS IS THE AOAI FORMATTING****************/	.aoai_center_page_box{		background-color: #FFFFFF;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.board_tab{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		width: 180px;				border-top: solid 1px black;		border-bottom: solid 1px gray;		margin: 0px;		padding: 2px;		cursor: pointer;		-moz-user-select: none;		-khtml-user-select: none;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.board_members{		font-family: Verdana, Geneva, sans-serif;		font-size: 16px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 4px;		width: 180px;	}		.past_presidents_members{		font-family: Verdana, Geneva, sans-serif;		font-size: 12px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 4px;		width: 180px;	}		.board_members_box{		background-color: #FFFF66;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;				border-left-color: #CCCCCC;		border-left: true;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.bio_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: inherit;		font-weight: bold;	/*width: 10px;		/*padding: 0px;			/*display: block;		/*width: 100px;		/*background-color: #CC0000;		padding: 4px;		width: 175px;*/	}		.bio_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 16px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		/*width: 300px;		/*padding: 0px;		/*display: block;				/*background-color: #CC0000;		padding: 4px;		width: 175px;*/	}/***************************************/			/*********THIS IS MEMBERSHIP FORMATTING****************/		.membership_center_page_box{		background-color: #FFFFFF;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.membership_tab_box{		background-color: #FFCC33;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;				border-left-color: #999999;		border-left: true;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #999999;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.membership_tab{	font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		display: block;		width: 160px;		/*background-color: #FFCC33;*/				border-top: solid 1px black;		border-bottom: solid 1px gray;		margin: 0px;		padding: 2px;		cursor: pointer;		-moz-user-select: none;		-khtml-user-select: none;	}		.membership_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 16px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		padding: 0px;			display: block;		width: 170px;	}		.membership_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 13px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 0px;		display: block;		width: 180px;	}		.distinguished_members_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		padding: 0px;			display: block;		width: 180px;	}		.distinguished_members_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 14px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 0px;		display: block;		width: 180px;		background-color: #FFCC33;	}		.distinguished_members_popup{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;	}/***************************************/			/*********THIS IS THE STORY FORMATTING****************/		.story_box{		background-color: #EEEEEE;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************//*********THIS IS CHAPTER DIRECTORY FORMATTING****************/		.chapter_directory_box{		background-color: #FFFFFF;		display: block;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.chapter_popup_category{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		display: block;		height: 50px;		width: 125px;			}			.chapter_popup_info{		font-family: Verdana, Geneva, sans-serif;		font-size: 20px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;	}/***************************************//*********THIS IS NEWS & EVENTS FORMATTING****************/		.news_events_box{		background-color: #EEEEEE;		display: block;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.events_chapter{		font-family: Verdana, Geneva, sans-serif;		font-size: 12px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 0px;		display: block;		height: 20px;		width: 175px;		font-weight: bold;		color: #69C;	}		.events_date{		font-family: Verdana, Geneva, sans-serif;		font-size: 12px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 0px;		display: block;		height: 20px;		width: 85px;		font-weight: bold;	}		.events_desc{		font-family: Verdana, Geneva, sans-serif;		font-size: 12px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding: 0px;		display: block;		height: 25px;		width: 480px;	}		.events_heading{		font-family: Verdana, Geneva, sans-serif;		font-size: 16px;		font-style: normal;		line-height: normal;		color: #69C;		text-decoration: none;		padding: 0px;		font-weight: bold;	}		.events_pics_button{		font-family: Verdana, Geneva, sans-serif;		font-size: 18px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #6699CC;		display: block;		padding: 4px;		width: 230px;		height: 40px		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;		cursor: pointer;	}		.events_pics_button:hover{		background-color: #0066FF;	}/***************************************//*********THIS IS MAGAZINE FORMATTING****************/		.magazine_center_page_box{		background-color: #FFFFFF;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.magazine_tab_box{		background-color: #FFCC33;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.magazine_tab_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		border-top: solid 1px black;		border-bottom: solid 1px gray;	}		.magazine_tab_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 13px;		color: #000000;		line-height: 18px;		padding: 0px;	}		.magazine_center_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 18px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		border-top: solid 1px black;		border-bottom: solid 1px gray;	}		.magazine_center_left_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 18px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;	}		.magazine_center_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 14px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;	}/***************************************//*********THIS IS THE STORE FORMATTING****************/		.store_center_page_box{		background-color: #FFFF99;		display: block;		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.store_tab_box{		background-color: #FF3333;		display: block;		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.store_tab_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		border-top: solid 1px black;		border-bottom: solid 1px gray;	}		.store_tab_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 13px;		color: #000000;		line-height: 18px;		padding: 0px;	}		.store_center_title{		font-family: Verdana, Geneva, sans-serif;		font-size: 18px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		font-weight: bold;		border-top: solid 1px black;		border-bottom: solid 1px gray;	}		.store_center_detail{		font-family: Verdana, Geneva, sans-serif;		font-size: 14px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding-left: 2px;		padding-right: 2px;	}			.goto_store{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #FF3333;		display: block;		padding: 4px;		width: 150px;		height: 40px		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.goto_store:hover{		background-color: #FF0000;		display: block;		padding: 4px;		width: 150px;	}/***************************************//*********THIS IS THE NEWSLETTER PAGE FORMATTING****************/	.newsletter_box{		background-color: #EEEEEE;		display: block;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.newletter{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #6699CC;		display: block;		padding: 4px;		width: 350px;		height: 40px				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.newletter:hover{		background-color: #0066FF;		display: block;		padding: 4px;		width: 350px;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************//*********THIS IS THE FORUM PAGE FORMATTING****************/	.forum_box{		background-color: #FFFFFF;		display: block;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.goto_forum{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #6699CC;		display: block;		padding: 4px;		width: 150px;		height: 40px		border-right-color: #666;		border-right: true;		border-right-style: ridge;		border-right-width: thin;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: thin;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.goto_forum:hover{		background-color: #0066FF;		display: block;		padding: 4px;		width: 150px;		-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************//*********THIS IS THE RESOURCES PAGE FORMATTING****************/	.resources_box{		background-color: #FFFFFF;		display: block;				border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.goto_resource{		font-family: Verdana, Geneva, sans-serif;		font-size: 22px;		font-style: normal;		line-height: normal;		color: #000;		text-decoration: none;		background-color: #FFFFFF;		display: block;		padding: 4px;		width: 200px;		height: 40px		border-right: true;		border-right-color: #666;		border-right-style: ridge;		border-right-width: medium;		border-bottom: true;		border-bottom-color: #666;		border-bottom-style: ridge;		border-bottom-width: medium;				border-left: true;		border-left-color: #CCCCCC;		border-left-style: ridge;		border-left-width: thin;		border-top: true;		border-top-color: #CCCCCC;		border-top-style: ridge;		border-top-width: thin;				-moz-border-radius-topleft: 15px;		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}		.goto_resource:hover{		background-color: #CCCCCC;		display: block;		padding: 4px;		-moz-border-radius-topleft: 15px;
		-moz-border-radius-bottomright: 15px;		-moz-border-radius-topright: 15px;		-moz-border-radius-bottomleft: 15px;	}/***************************************/.contact_us_type{		font-family: Verdana, Geneva, sans-serif;		font-size: 24px;		font-style: normal;		line-height: normal;		color: #6699CC;		text-decoration: none;		font-weight: bold;		border-top: solid 1px black;		border-bottom: solid 1px gray;	}	.contact_us_name{		font-family: Verdana, Geneva, sans-serif;		font-size: 28px;		font-style: normal;		line-height: normal;		color: #000000;		text-decoration: none;		padding-left: 2px;		padding-right: 2px;	}		table {	-moz-border-radius: 10px;}
