/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #233A80;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0099FF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	background-color: #CCDFFF;
	color: #2157a0;
}

#logo a, #logo a:link, #logo a:visited {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

#logo a:hover{
	text-decoration: none;
	color: #ffffff;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #233A80;
 margin: 15px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
}

h2{
	font: bold 100% Arial,sans-serif;
	color: #0495E6;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3{
 font: bold 90% Arial,sans-serif;
 color: #43B0EC;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin-left: auto;
margin-right: auto;
	text-align: center;
	width: 741px;
}


#pagecell1{
	width: 741px;
	background-color: #ffffff;
	padding-left: 0px;
	background-image: url(../images/home_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	top: 0px;
	width: 741px;
	
}


#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	background-image: url(../images/home_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	display: block;
	float: left;
	width: 100%;
}

/************** left column styles ****************/

#leftcol{
	float: left;
	width:210px;
	padding: 17px 3px 10px 3px;
	font: Arial,sans-serif;
}

#leftcolinner{
	float: left;
	width:210px;
	padding: 0px 0px 0px 0px;
	height: 200px;
	margin-bottom: 10px;
}


#leftcol img{
	padding: 0px 0px 0px 0px;
	margin-left: auto;
margin-right: auto;
	text-align: center;
}

#sectiontext {
	padding: 10px 10px 10px 10px;
	text-align: justify;
	color: #666666;
	font-family: Arial, sans-serif;
	font-size: 0.7em;

}

/************** right column styles ****************/

#rightcol{
	float: left;
	width:210px;
	padding: 17px 3px 10px 3px;
	font-family: Arial, sans-serif;
}

#rightcolinner{
	float: right;
	width:210px;
	padding: 0px 0px 0px 0px;
	height: 200px;
	margin-bottom: 10px;
}


#rightcol img{
	padding: 0px 0px 0px 0px;
	margin-left: auto;
margin-right: auto;
	text-align: center;
}

/************** breadcrumb styles ****************/

#pageName{
	padding: 6px 0px 5px 3px;
	margin: 0px;
}

#pageName h2{
	font: normal 80% Arial,sans-serif;
	color: #999999;
	margin:0px;
	padding: 0px;
	text-align: left;
}

#pageName a:link, a:visited, a {
	color: #FF9900;
}

#pageName a:hover {
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
}

/************* globalNav styles ****************/

#globalNav{
background-image:url(../images/nav_bg.gif);
background-repeat: no-repeat;
	width: 741px;
	height: 28px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#globalNav img{
	margin-bottom: -4px;
 
}


#globalLink{
	top: 0px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	position: absolute;
	width: 741px;
	line-height: 1.4em;
}


#globalLink a, #globalLink a:link, #globalLink a:visited{
	font-size: 0.7em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 6px 5px 7px 5px;
}

a.glink:hover{
	text-decoration: none;
}

#globalLink a:hover {
	text-decoration: none;
	color: #003366;
	background-image: url(../images/nav_bg_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.skipLinks {display: none;}


#nav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 741px;
	list-style: none;
	display: block;
	overflow: hidden;
}

#nav li {
margin: 0px;
padding: 3px 10px 0px 10px;
list-style: none;
display: inline;
}

#nav a {
	float: left;
	padding: 0px 10px 0px 10px;
	height: 28px!important;
	height /**/:28px; /* for ie5/win only */
	display: block;
	font-size: 0.7em;
}

#nav a:hover {
background-image:url(../images/nav_bg_over.gif);
background-position: 0px 0px;
}

#nav a.selected {
background-image:url(../images/nav_bg_over.gif);
background-position: 0px 0px;
}




/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 6px 0px 20px 0px;
	font-size: 0.7em;
	min-height: 200px;
	height: 200px;
	text-align: justify;
	color: #233A80;
	width: 280px;
	float: left;
	margin: 0px 12px 0px 13px;
	line-height: 1.2em;
}
html>body .feature {
	height: auto;
	color: #2157a0;
}

.feature h1{
	font: bold 130% Arial,sans-serif;
	color: #0495e6;
	padding: 0px 0px 5px 0px;
	text-align: center;
	margin-bottom: 15px;
}
.feature p {
	margin: 0px 0px 5px;
	padding: 5px 0px 10px;
}


.feature h2{
	font: bold 120% Arial,sans-serif;
	color: #0495E6;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.feature img{
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** footer info styles ****************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	width: 737px;
	margin-left: 3px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************** footer nav styles ****************/

#bottomnav{
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 18px;
	margin-right: 0px;
	margin-left: 2px;
	width: 736px;
	clear: both;
	background-position: 0px 0px;
	line-height: 14px;
}


#bottomnav a, #bottomnav a:link, #bottomnav a:visited{
	color: #FFFFFF;
	padding: 3px 5px 2px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	height: 18px;

}

#bottomnav a:hover{
	background-image: url(../images/footer_nav_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #003366;

}

#bottomnav img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/



#sectionLinks h2{
	padding: 10px 0px 5px 0px;
	color: #999999;
	font-size: 12px;
	border-bottom: solid #cccccc 2px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;

}

#sectionLinks p{
	font-family: Arial,sans-serif;
	color: #666666;
	font-style: normal;
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 10px 0px;

}



#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	color: #ff0000;
	font-size: 10px;
	text-decoration: underline;
}

#sectionLinks a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #990000;
}


#readmore a.readmore {
	display: block;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	color: #233A80;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	background-image: url(../images/read_more_arrow.gif);
	background-repeat: no-repeat;
	background-position: 145px 2px;
	border-bottom: dotted #cccccc 1px;
}

#readmore a:link, #readmore a:visited {
	display: block;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
	color: #233A80;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	background-image: url(../images/read_more_arrow.gif);
	background-repeat: no-repeat;
	background-position: 135px 2px;
	border-bottom: solid #cccccc 1px;
}

#readmore a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #0033FF;
}

#sectionLinks{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	background-color: #f0f2fa;
	text-align: left;

}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** k styles *****************/

.main1_dbk {

		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#999999;
}



#kbutton{
	height: 15px;
	width: 84px;
	display: block;
	vertical-align: middle;

}

#k2  {
background-image: url(../images/designed_k_2.gif);
	background-repeat: no-repeat;
	background-position: 0 1;
	display: block;
}

#k2 a, #k2 a:link, #k2 a:active {
	background-image: url(../images/designed_k_2.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 15px;
	width: 84px;
	display: block;
}

#k2 a:hover {
	height: 15px;
	width: 84px;
	display: block;
	background: url(../images/designed_k_2.gif) 0px -14px;
}


/********************* end **********************/
