﻿body 
{
	color:#666666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;	
/**	margin-left:20px; 
	margin-top:20px;
	margin-bottom:20px;**/
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
/**		background-color:#C5C5C5;
	
	background: url(../images/master_page_bg01.png) top left no-repeat ;**/
	vertical-align: top;
/**	text-align:justify;**/
}

a:link
{
    color: #009FC6;
    text-decoration: none;
}

a:visited
{
    color: #009FC6;
    text-decoration: none;
}

a:hover
{
    color: #E62F03;
	text-decoration: underline;
}

/***** Special Text style *****/

.textOrange
{
    color: #E62F03;
}

.borderstyle01
{
    border-bottom-width: 1px;
    border-bottom-color:#CCCCCC; 
    border-bottom-style:solid;
}

.borderstyle02
{
    border-bottom-width: 1px;
    border-bottom-color:Gray; 
    border-bottom-style:dashed;
}

.borderstyle03
{
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
}	

.borderstyle04
{
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width: 1px;
	}	
/************** header tag styles **************/

h1{
 font: x-large Verdana, Arial, Helvetica, sans-serif;
 color: #009FC6;
 margin: 0px;
 padding: 0px;
}

h2{
 font: medium bold Verdana, Arial, Helvetica, sans-serif;
 color: #E62F03;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: medium Verdana, Arial, Helvetica, sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h5{
 font: Bold Verdana, Arial, Helvetica, sans-serif medium;
 color: #009FC6;
 margin: 0px;
 padding: 0px;
}

h6{
	font: Bold Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #E62F03;
	margin: 0px;
	padding: 0px;
}	

h7{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h8{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:30px;
 font-weight: bold;
 color: #E62F03;
 margin: 0px;
 padding: 0px;
}
/*************** list tag styles ***************/

LI {
	margin-top: 2px; 
	margin-bottom: 0px;
	margin-left: 0px;
}

UL {margin-top: 0px;}
UL .iconTick1 {list-style-image: url(../image/listicon1_small.gif); }

OL {margin-top: 0cm;} 
OL.iconDot1 {list-style-image: url(../image/listicon1_small.gif); }
OL.upperAlpha {
	list-style-type: upper-alpha;
}
OL.lowerAlpha {
	list-style-type: lower-alpha;
}


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagetitle{
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:36px; 
	color:#000000;
	line-height:36px;
	}
/***** background image settings *****/

.indexpagebg
{
	background: url(../images/web_template/master_index_page_bg01.png) top left no-repeat;
	padding: 0 0 0 0;
}

.indexbodybg
{
    background-image:url(/images/web_template/master_index_body_bg01.png);
    background-repeat:repeat-y;
	vertical-align:top;
}
.topbg
{
	background: url(../images/web_template/master_page_bg01.png) top left no-repeat;
	padding: 0 0 0 0;
}

.footerbody
{
	background: url(../images/web_template/master_footerbody_bg01.png) repeat-y;
	vertical-align: top;
}

.footerbg
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../images/web_template/master_footer_bg01.png);
	background-repeat:no-repeat;
	width: 900px;
	height: 25px;
	vertical-align: bottom;
}

.footerstyle a:link, .footerstyle a:visited
{
	color: #ffffff;
	}

.footerstyle a:hover
{
	color:#E62F03;
	}

.bodybg
{
    background-image:url(/images/web_template/master_body_bg01.png);
    background-repeat:repeat-y;
	vertical-align:top;
}


/**** Main Content Page Style ****/

.maincontentstyle
{

	vertical-align:top;
	}
	
/**** Right Menu Style ****/

.rightmenustyle
{
	width:170px;
	padding:0;
	vertical-align:top;
	}

/**** breadcrumb style *****/

.breadcrumbstyle
{
	vertical-align:top;
	color:#CCCCCC;
	}
	
.breadcrumbstyle a:link, .breadcrumbstyle a:visited
{
	color: #CCCCCC;
	}

.breadcrumbstyle a:hover
{
	color:#E62F03;
	}

/***** Content Page Header Styles *****/


.MainHeaderText
{
    font: bold 120% Verdana, Arial, Helvetica, sans-serif;
    color: #081C4E;
    margin: 0px;
    padding: 2px 2px;
}

.subheadertext
{
    font: Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #E62F03;
    margin: 0px;
    padding: 0px;
}

.contentpage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color:#333333;
    margin: 0px;
    padding: 0px;
    text-align:left;
}

.contentpage a:link
{
    color: #081C4E;
}
.contentpage a:visited
{
    color: #081C4E;
}

.contentpage a:hover
{
    color:#E62F03;
}

/***** top column *****/
.topcolumn
{
    background-image: url(../images/bg_content01.png);
	background-repeat: no-repeat;
	height: 163px;
	width: 930px;
}


/***** top menu properties *****/

.headermenulink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: White;
	background-image: url(../images/button02.png);
	width: 900px;
	height: auto;
	background-repeat: no-repeat;
	text-align: left;
}
    
.headermenulink a:link
{
    color: White;
}
.headermenulink a:visited
{
    color: White;
    text-decoration: none;
}

.headermenulink a:hover
{
    color:#333333;
}

/*****/

.submenuheaderh1
{
    color: #E62F03;
}
.submenuheader
{
    font-size: 10px;
    color: #000000;
}

.submenuheader a:link, .submenuheader a:visited
{ 
    color: #000000;
}     

.submenuheader a:hover
{
    color: #E62F03;
	text-decoration: none;
	font-weight:normal;
}


/****** border text heading in white and orange background *****/
.textstyle01
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CC9933;
	vertical-align: middle;
	padding-left: 10px;
	height: 30px;
}

.quickNav
{
	font:Verdana, Arial, Helvetica, sans-serif 7px;
	color: #FF6600;
	} 

/**** box ****/	
.boxtop
{
	background-image: url(../images/box_top01.png);
	background-repeat: no-repeat;
	width: 204px;
	height: 15px;
	padding: 0 0 0 0;
}

.boxbottom
{
	background-image: url(../images/box_bottom01.png);
	background-repeat:no-repeat;
	width: 204px;
	height: 20px;
}

.boxbottom
{
    background-image: url(../images/box_content01.png);
    background-repeat:repeat-y;
}

/*** LeftMenu Style ***/

.leftmenu
{
/***	border: 1px solid #366798; **/
	color: E62F03;
/***	background: url(../images/submenu_bg_side01.png) no-repeat;***/
	text-align:left;
	}
	
.leftmenu a:link, .leftmenu a:visited
{
	color: 081C4E;
	}
	
.leftmenu a:hover
{
	color:E62F03;
	}
	
/*** Submenu subheading style***/

.leftmenu_heading
{
	height:33px;
	padding-left:10px;
	background: url(/images/web_template/submenu_bg_main_heading01.png) no-repeat;
	vertical-align:middle;
	FONT-SIZE: 18px;
	color:#000000;
	}
	
.leftmenu_heading a:link, .leftmenu_heading a:visited
{
	color: #000000;
	}

.leftmenu_heading a:hover
{
	color: #E62F03;
	}
	
.leftmenu_subheading
{
	height:26px;
	background: url(/images/web_template/submenu_bg_main_subheading01.png) no-repeat;
	padding-left:8px;
	vertical-align:middle;
	font-size:11px;
/***	color:#333333;***/
}
/***
.leftmenu_subheading a:link, .leftmenu_subheading a:visited
{
	color:#333333;
	}

.leftmenu_subheading a:hover
{
	color: #E62F03;
	}
	***/
/*** Top Sub Menu ***/
/***.topsubmenu 
{
	color:#666666;
	}

.topsubmenu a:link, .topsubmenu a:visited
{
    color: #666666;
    text-decoration: none;
}

.topsubmenu a:hover
{
    color: #E62F03;
	text-decoration: underline;
}***/

/*** image floating location ***/
#imgMain {
	float: right;  
	margin-top: 0px;   
	margin-bottom: 15px;     
	margin-left: 20px;     
	margin-right: 0px;
	padding-right: 0px;
} 

#imgMainLeft {
	float: left;  
	margin-top: 10px;   
	margin-bottom: 15px;     
	margin-left: 20px;     
	margin-right: 0px;
	padding-right: 0px;
} 

/*** OVERVIEW Title Style ***/
.overview 
{
	color:#E62F03;
	background-color:#ece9d8;
	vertical-align:top;
	}

.overview a:link, .overview a:visited
{
    color: #E62F03;
    text-decoration: none;
}

.overview a:hover
{
	text-decoration: underline;
}

.overview_sub
{
	color:#666666;
	background-color:#F9F9F9;
	vertical-align:top;
	}

.overview_sub a:link, .overview_sub a:visited
{
    color: #009FC6;
    text-decoration: none;
}

.overview_sub a:hover
{
	color: #E62F03;
	text-decoration: underline;
}
