/* BASE STYLE FOR TEXT FONT PAGE BACKGROUND AND MARGIN*/
body { 
	font-family: Tahoma;
	font-size: 11px;
	background-color: #000033;
	margin-top:20px; margin-bottom:20px;
}

/* SHADOW BACKGROUND STYLE FOR THE CONTENT*/
.shadow{ background:url(shadow.jpg) top repeat-y; vertical-align:top;}

/* STYLE FOR THE HEADER TOOLBAR*/
.header { background:url(top_bkg.jpg) top repeat-x; }

/* STYLE FOR THE FOOTER TOOLBAR*/
.footer { background:url(btm_bkg.jpg) bottom repeat-x; height:20px;}

/* SHADOW BACKGROUND STYLE FOR THE CONTENT*/
.banner{ background:url(banner_bkg.jpg) top repeat-y; vertical-align:top;}

b { text-transform:uppercase; font-size: 10px;}

/* Page Titles*/
.pagetitle {
	letter-spacing: 3px; word-spacing: 4px; text-align:center; font-weight:bold; font-size:13px; text-transform:capitalize;
}

/*DEFAULT IMAGE LAYOUT. SIZE SHOULD BE 100% BY 100%. AND NO BORDERS*/
img { width:'100%'; height:'100%'; border:none;}

/*DEFAULT LINK STYLE. ON MOUSEOVER REMOVE THE UNDERLINE*/
a {color:#8194C7; text-decoration:underline; cursor:hand;}
a:hover{ color:#000066; text-decoration:none; cursor:hand;}

/*GRADUAL SHING FOR MAIN LINK BUTTONS*/
.gradualshine{
	filter:alpha(opacity=40); -moz-opacity:0.5;  cursor:hand;
}

/*STYLE FOR TOOLBAR MENU ITEMS WITH HOVER EFFECT*/
TD.TLink A{
	display:block; width: 199px; height: 45px; text-indent: 15px; border-right:1px solid #3366b3;
	cursor:hand; color: #3366b3; text-decoration:none; background:url(btn_up.jpg) repeat-x; 
}

TD.TLink A:hover{
	display:block; width: 196px; height: 45px; text-indent: 25px; border-right:4px solid #FFFFFF;
	cursor:hand; color: #FFFFFF; text-decoration:none; background:url(btn_ovr.jpg) repeat-x;
}

TD.TLinkActive A{
	display:block; width: 196px; height: 45px; text-indent: 25px; border-right:4px solid #3366b3;
	cursor:hand; color: #000000; text-decoration:none; background:url(btn_on.jpg) repeat-x;
}

TD.TLinkActive  A:hover{	color: #FFFFFF; text-decoration: none; cursor:hand; background:url(btn_on.jpg) repeat-x;}

.topclear { margin-top:20px; }