/* --------------------------- */
/*		 GENERAL			   */
/* --------------------------- */

html {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p, td, li, ul, ol .Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
/*	margin-left: 6px;
*/}

#homeouterwrapper {
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3B4779;
}

#outerwrapper {
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
	background-color: #3B4779;
}


#wrapper {
	width: 782px;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 50px;
	width: 100%;
}

.tagline {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

#menu {
	height: 72px;
	width: 100%;
	padding-top: 2px;
	padding-left: 1px;
	margin-bottom: 6px;
}
#menu #logo {
	width: 174px;
	padding-right: 5px;
}
#menu #isaaclogo {
	width: 171px;
}

#mainmenu {
	padding-right: 5px;
	padding-left: 5px;
}

.menutable {
	background-image: url(images/menu_bg.jpg);
	height: 64px;
}

.menutable .left {
	width: 15px;
}

.menutable .right {
	width: 15px;
}

#banner {
	padding-top: 12px;
	padding-bottom: 5px;
}
#maincontent {
	padding-top: 11px;
	padding-bottom: 20px;
}

#submenu {
}

#submenu .left {
	width: 20px;
	margin: 0px;
	padding: 0px;
}

#submenu .right {
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#ContentColumn {
	width:537px !important; 
	width: 532px;
	padding-right:9px;
	padding-left: 10px;
	padding-top: 10px;	
	padding-bottom: 10px;	
	margin:0px auto;
}
#LeftColumn {	
	width:235px !important; 
	width: 224px;
	padding-right: 0px;
	margin:0px auto;
	padding-top: 0px;	
	padding-bottom: 0px;	
}
#MiddleColumn {
	width:275px !important; 
	width: 256px;
	padding-right: 0px;
	padding-left: 0px;
	margin:0px auto;
	padding-top: 0px;	
	padding-bottom: 0px;	
}
#RightColumn {
	width:271px !important; 
	width: 256px;
	padding-right: 0px;
	padding-left: 0px;
	margin:0px auto;
	padding-top: 10px;	
	padding-bottom: 0px;	
}

/* ----------------------------- */
/*	 	INSIDE CONTENT AREA  	 */
/* ----------------------------- */


#insidemaincontent {
	padding: 5px;
	background-color: #113E90;
	margin-top: 10px;
}

#insidemaincontent .toppane{
	margin: 4px;
	padding: 4px;
	background-color: #155CE0;
}

#insidemaincontent .contentpane{
	margin: 4px;
	padding: 4px;
	background-color: #113E90;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#insidemaincontent .leftpane{
	margin: 4px;
	padding: 4px;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#insidemaincontent .middlepane{
	margin: 4px;
	padding: 4px;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#insidemaincontent .rightpane{
	margin: 4px;
	padding: 4px;
	background-color: #000000;
}

#insidemaincontent .bottompane{
	margin: 4px;
	padding: 4px;
	background-color: #155CE0;
}



/* --------------------------- */
/*		 FOOTER				   */
/* --------------------------- */
#footer {
	height: 100px;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/* --------------------------- */
/*		 MAINMENU			   */
/* --------------------------- */

/* Main Menu */
.MainMenu_MenuContainer {
	height: 35px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 35px;
	background-color: Transparent;
}

/* Sub Menu font color */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-family: "Arial Narrow", helvetica, sans-serif;
	background-color: Transparent;
	height: 35px;
	text-transform: uppercase;
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	background-color: Transparent;
	height: 35px;
	font-family: "Arial Narrow", helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 35px;
	text-transform: uppercase;
}
.MainMenu_MenuItemAct {
	background-color: Transparent;
	cursor: hand;
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	background-color: #FFFFFF;
	font-family: "Arial Narrow", helvetica, sans-serif;
	text-transform: uppercase;
}
.MainMenu_MenuIcon {
	background-color: #44908f;
	cursor: hand;
	width: 3px;
	height: 35px;
}
.MainMenu_SubMenu {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
	font-size: 10px;
	color: #FFFFFF;
	background-color: Transparent;
}
.MainMenu_MenuBreak {
	background-color: Transparent;
	height: 0px;
	display: none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItemBreadcrumb {
	height: 35px;
	background-color: Transparent;
}
.MainMenu_SubMenuItemBreadcrumb {
	height: 35px;
	background-color: Transparent;
}


/* --------------------------- */
/*		 SUB MENU			   */
/* --------------------------- */

/* Main Menu */
.MainMenu_MenuContainer_SubMenu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.MainMenu_MenuBar_SubMenu {
	cursor: pointer; 
	cursor: hand;
	height: 27px;
	background-color: Transparent;
}

/* Sub Menu font color */
.MainMenu_MenuItem_SubMenu {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, arial, helvetica;
	background-color: Transparent;
	height: 27px;
	margin-right: 60px;
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel_SubMenu {
	background-image: url(images/menuitem_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	height: 27px;
}
.MainMenu_MenuItemAct_SubMenu {
	cursor: hand;
	color: #FFFFFF;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	font-family: Verdana, arial, helvetica;
}
.MainMenu_MenuIcon_SubMenu {
	background-color: #44908f;
	cursor: hand;
	width: 3px;
	height: 27px;
}
.MainMenu_SubMenu_SubMenu {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
	font-size: 13px;
	height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DF5817;
}
.MainMenu_MenuBreak_SubMenu {
	background-color: #7EB2B2;
	height: 0px;
	display: none;
}
.MainMenu_MenuArrow_SubMenu {
	display:none;
}
.MainMenu_RootMenuArrow_SubMenu {
	display: none;
}
.MainMenu_RootMenuItemBreadcrumb_SubMenu {
	height: 27px;
	background-image: url(images/menuitem_bg.gif);
	background-repeat: repeat-x;
}
.MainMenu_SubMenuItemBreadcrumb_SubMenu,  .MainMenu_SubMenuItem_Active_SubMenu, .MainMenu_SubMenuItemSelected_SubMenu {
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #E3E3E3;
}

/* --------------------------- */
/*		 LEFT MENU			   */
/* --------------------------- */

.MainMenu_MenuBar_Left {
	background-color: transparent;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.MainMenu_MenuItem_Left {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 36px;
}

.MainMenu_MenuItemSel_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_MenuItemAct_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_RootMenuItemBreadcrumb_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_RootMenuItemBreadcrumb_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_SubMenuItemBreadcrumb_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_RootMenuItem_Left {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 36px;
}

.MainMenu_RootMenuItemActive_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_SubMenuItemActive_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_RootMenuItemSelected_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}

.MainMenu_SubMenuItemSelected_Left {
	background-color: #E3E3E3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	height: 36px;
}


/* --------------------------- */
/*		 FOOTER MENU		   */
/* --------------------------- */

.MainMenu_MenuBar_Footer {
	background-color: transparent;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.MainMenu_MenuItem_Footer, .MainMenu_MenuItemSel_Footer, .MainMenu_MenuItemAct_Footer, .MainMenu_RootMenuItemBreadcrumb_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.MainMenu_RootMenuItemBreadcrumb_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

.MainMenu_SubMenuItemBreadcrumb_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

.MainMenu_RootMenuItem_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.MainMenu_RootMenuItemActive_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

.MainMenu_SubMenuItemActive_Footer {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

.MainMenu_RootMenuItemSelected_Footer{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

.MainMenu_SubMenuItemSelected_Footer{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}

/* -------------------------------- */
/*	 WHITE BG HEADER CONATINER		*/
/* -------------------------------- */

.White-Box-Home {
	width: 263px;
	padding-right: 1px;
}

.Inner-White-Box {
	background-image: url(images/whitebox_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 263px;
	height: 20px;
}
.Outer-White-Box {
	background-image: url(images/whitebox_top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 263px;
}

.White-Box-Body {
	padding: 10px;
}


.White-Box-Home  .Normal {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.White-Box-Home .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #113F92;
	height: 40px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: 30px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
}

.White-Box-Home h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}


.White-Box-Home p, .White-Box-Home td, .White-Box-Home ol, .White-Box-Home ul, .White-Box-Home li {
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/* -------------------------------- */
/*	 BLACK BG HEADER CONATINER		*/
/* -------------------------------- */


.Black-Box  .Normal {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.Black-Box {
	padding-right: 1px;
	background-color: #000000;
}

.Black-Box .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 40px;
	padding: 0px;
	margin-top: 20px;
	line-height: 18px;
	letter-spacing: 3px;
	text-align: left;
}

.Black-Box h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}


.Black-Box p, .Black-Box td, .Black-Box ol, .Black-Box ul, .Black-Box li {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/* -------------------------------- */
/*	 BLACK BG PLAIN CONATINER		*/
/* -------------------------------- */


.Black-Box-Plain  .Normal {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.Black-Box-Plain {
	padding-right: 1px;
	background-color: #000000;
}

.Black-Box-Plain .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 40px;
	padding: 0px;
	margin-top: 20px;
	line-height: 18px;
	letter-spacing: 3px;
	text-align: left;
}

.Black-Box-Plain h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}


.Black-Box-Plain p, .Black-Box-Plain td, .Black-Box-Plain ol, .Black-Box-Plain ul, .Black-Box-Plain li {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

/* -------------------------------- */
/*	 BLACK BG PLAIN CONATINER		*/
/* -------------------------------- */


.Main-Content-Container  .Normal {
	text-align: left;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: normal;
}

.Main-Content-Container {
	padding-left: 10px;
	background-color: transparent;
}

.Main-Content-Container .Head {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	height: 40px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 20px;
	line-height: 18px;
	letter-spacing: 3px;
	text-align: left;
	font-weight: bold;
}

.Main-Content-Container h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

.Main-Content-Container h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 16px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

.Main-Content-Container p, .Main-Content-Container td, .Main-Content-Container ol, .Main-Content-Container ul, .Main-Content-Container li {
	text-align: left;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.Main-Content-Container a:link, .Main-Content-Container a:hover, .Main-Content-Container a:visited, .Main-Content-Container a:active {
	text-align: left;
	color: #FFFF66;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}

/* -------------------------------- */
/*	 CURVY BOX CONTAINER			*/
/* -------------------------------- */


.myBox {
    margin: 0 auto;
    border: 0px solid #CCCCCC;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    text-align: left;
    background-color: #113E90;
    border: 0px solid #CCCCCC;
}

.myBox  .Normal {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.myBox .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
}

.myBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 20px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}

.myBox .Body {
	padding: 5px;
	width: 90%;
}

.myBox p, .myBox td, .myBox ol, .myBox ul, .myBox li {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.myBox a:link, .myBox a:hover, .myBox a:visited, .myBox a:active {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
}

/* -------------------------------- */
/*	 SIMPLE CURVY BOX CONTAINER		*/
/* -------------------------------- */


.mySimpleCurvyBox {
	border: 1px groove #CCCCCC;
	color: #ffffff;
	width: 99%;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 20px;
}

.mySimpleCurvyBox  .Normal {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.mySimpleCurvyBox .Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #113F92;
	height: 40px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 5px;
	margin-top: 30px;
	line-height: 18px;
	letter-spacing: 2px;
	text-align: left;
}

.mySimpleCurvyBox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	height: 22px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
}


.mySimpleCurvyBox p, .mySimpleCurvyBox td, .mySimpleCurvyBox ol, .mySimpleCurvyBox ul, .mySimpleCurvyBox li {
	text-align: left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}


/* -------------------- */
/*	 BLOG				*/
/* -------------------- */

.blog_body {
	padding: 0px;
}
.blog_body p {
	text-align: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	padding: 0px;
}
.blog_head {}
.blog_title {}
h2.blog_title, h2.blog_title a:link, h2.blog_title a:hover, h2.blog_title a:visited, h2.blog_title a:active {
	text-align: left;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 0px;
}
/*	BLOG SUBHEAD This is the area with the Author and the date	*/
.blog_subhead {
	display: none;
}
.blog_author {}
.blog_date {}

/*	BLOG FOOTER This is the area with the Author and the date	*/

.blog_footer_left {}
.BlogInfo {
	display: none;
}

.blog_pub-month {
	display: none;
}
.blog_pub-date {
	display: none;
}

#homeouterwrapper .TestifyContainer {
	height: 300px;
	overflow: scroll;
}
/* -------------------------------- */
/*	 BUBBLE							*/
/* -------------------------------- */


.sbl {
	width: 100%;
	text-align: center;
	min-width: 100px;
	background-color: #155CE0;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sbr {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.stl {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.stl2 {
	background-image: url(images/tl2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.str {
	padding: 10px;
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 
.sb {
	padding: 2px 0px 10px 50px;
	background-image: url(images/b.gif);
	background-repeat: no-repeat;
	background-position: right 30px;
}

