﻿body 
{	
	padding:0;
	margin:0 auto;
	width:990px;
	font-family:Arial, Verdana;
	font-size:80%;
}

p
{
	padding:0;
	margin:0;
}

img
{
	border-style:none;
	border-width:0px;
}

#pageMain
{
	border: solid 1px #999999;
}
#hd
{
	overflow: hidden;
	width: 100%;
	background-color:#808080;
}

#bd
{
	background-color:White;
}

#ft
{
	padding-top:10px;
	padding-bottom:2px;
	
	background-color:#7c7c7c;
	
	overflow: hidden;
	width: 100%;
}

#nav
{
	/*border-bottom: solid 1px black;*/
	overflow:hidden;
	width:100%;	
}

.empty
{
	overflow:hidden;
	width:100%;
}

.boldText
{
	font-weight:bold;
}

#hd_logo
{
	background-color:Black;
	height: 100px;
	
}

#hd_nav
{
	
	height: 32px;
	float:left;
}
.space20
{
	width:20px;	
}


.nav_wrapper
{
	height: 32px;	
	float:left;
}

.nav_wrapper_extend
{
	width:55%;
}

.nav_floatLeft
{
	float:left;
}

.nav_mnu
{
	height:26px;
	line-height:26px;
	font-weight:bold;
	font-size:12px;	
	border-bottom:solid 1px black;
	background-color: #808080;
}

.pindc
{
	background-image:url(../../imgs/selected.gif);
	background-position:center;
	background-repeat:no-repeat;	
}


.align_right
{
	text-align:right;
}


.emailicon
{
	padding-top:6px;
	
}



.hd_left,
.hd_mid,
.hd_right
{
	
	float:left;
	height:100px;
}

.hd_left
{
	background-image:url(../../imgs/logo_bk_left.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:430px;
	
}
.hd_mid
{
	background-image:url(../../imgs/logo_bk_mid.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 140px;
	
}

.hd_right
{
	background-image:url(../../imgs/logo_bk_right.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:418px;
	
	
}

#logo
{
	text-align:right;
	padding:10px 100px 0px 100px;
}

.compinfo
{
	width: 150px;
	padding: 0px 10px 2px 15px;	
	float:left;	
}

.ftlnk
{
	width:630px;
	margin:0 auto;
	height: 90px;
	text-align:center;
	float:left;	
}

.pglnk
{
	height:90px;	
	
}

.cpmark
{
	text-align:right;
	padding-right: 10px;
}



a
{
	text-decoration:none;
	color:black;
}

a:hover
{
	text-decoration:underline;
}

#hd_nav a
{
	display:block;
	background-color:#808080;
	padding: 0px 12px 0px 12px;
	text-decoration:none;
	color:Black;
}

#hd_nav a:hover
{
	display:block;
	background-color:#b1b1b1;
	padding: 0px 12px 0px 12px;
	color:Black;
}

#hd_nav a.pselected
{
	background-color:#011d1d;
	color:White;
	display:block;
	padding: 0px 12px 0px 12px;
	
}
.float_left
{
	float:left;
}

.item_blk
{
	overflow:hidden;
	width:100%;	
}

.colorGreen
{
	color: #003333;
}

.colorRed
{
	color: #880000;
}

.nowrap
{
	overflow:hidden;
	width:100%;
}

a.lnk
{
	color: #003333;
	text-decoration:underline;
}
