body {
	background-color:#1b3348;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.hide {
	display:none;
}

p {
	color: #000000;
	font-size: 12px;
}
#content li{font-size: 12px;}

h1{
	font-size: 1.1em; 
	color: #28373E;
	font-weight: bold;

}
h2 {
	font-size: .9em;
	color: #28373E;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.capitalize { text-transform: capitalize;}
.lowercase { text-transform: lowercase;}
.grey {color: #666666;}
a{text-decoration: none;}
a:hover{ text-decoration: underline; }
a#link1{text-decoration: underline;}
td {font-size: 12px}
th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #28373E;

}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
.textRed{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:Red;
}
.textBold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/* CUSTOMIZED TEXT *****************/
/***********************************/



.h1_TPC {
	font-size: 14px; 
	color: #28373E; 
	font-weight: bold;
}

.h1_light_TPC {
	font-size: 14px;
	font-weight: bold;
	color: #E2F0D9;
}

.h2_TPC {
	font-size: 12px;
	color: #28373E;
	font-weight: bold;
}
.h_TPC {
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
}
.text_TPC {
	font-size: 12px}
.textsmall_TPC {
	font-size: 10px
}
.italic_red_TPC {
	color: #FF0000;
	font-weight: bold;
	font-style: italic;
}
.link_dark_TPC { 
	color: #666666;
}
.link_light_TPC {color: #E2F0D9}





/* ****************************** */
/* ****************************** */
/* ****************************** */
/* ****************************** */
/* ****************************** */
/* ----------TOP NAV--------------*/
/* ****************************** */

#topmenu {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5000;
	background: url(../images/BLUEglobalNav_bg.gif) repeat-x;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

#topmenu ul {
	/*background: url(../images/BLUEglobalNav_logo.gif) no-repeat;*/
	width: 834px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
}

#topmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#topmenu ul li a {
	font-size:11px;
	color:#FFFFFF;
	font-weight: bold;
	/*border-right: none;*/
	padding: 0 0 0 0;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 33px;
}
	
#topmenu ul li a:hover /*#topmenu ul li a.sfhover*/ {
	color:#FFFFFF;
	text-decoration: underline;
}

#topmenu li ul a, #topmenu li ul a:hover {
	color:#000000;
}

#topmenu li ul a:hover, /*#topmenu li ul a.sfhover*/ {
	color:#000000;
	background: none;
}
#topmenu li ul { 
	/*display: block;*/
	position: absolute;
	background: #FFFFFF;
	width: 200px ;
	height: 300px;
	left: -999em; 
	border-color:#999999;
	border: 1px solid #7d6340;
	/*border-width: 1px;*/
	margin: -8px 0 0 0px !important;
	margin: -8px 0 0 -65px;
	clear:both;
}
	
#topmenu li ul li {
	width: 195px;
	height: 25px;
	position: relative;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
}

#topmenu li:hover ul, #topmenu li.sfhover ul { 
	left: auto;
}
	
#topmenu ul #one {
	width: 175px;
	height: 33px;
	background: url(../images/BLUEglobalNav_logo.gif) no-repeat;
}

#topmenu ul #two {
	width: 130px;
	height: 33px;
	padding: 0;
	line-height: 1.5em;
	/*padding: 0 0 0 10px;*/
}
#topmenu ul #two a:hover  {
	background: url(../images/BLUEglobalNav_bg_hover.gif) repeat-x;
}
	
#topmenu ul #three {
	width: 155px;
	height: 33px;
	padding: 0 0 0 0;
	line-height: 1.5em;
	/*padding: 0 0 0 10px;*/
}
#topmenu ul #three a:hover  {
	background: url(../images/BLUEglobalNav_bg_hover.gif) repeat-x;
}
#topmenu ul #four {
	width: 130px;
	height: 33px;
	padding: 0;
	line-height: 1.5em;
	/*padding: 0 0 0 10px;*/
}
#topmenu ul #four a:hover  {
	background: url(../images/BLUEglobalNav_bg_hover.gif) repeat-x;
}
#topmenu ul #four ul a:hover {
	background: transparent;
}
#topmenu ul #five {
	width: 130px;
	height: 33px;
	padding: 0;
	line-height: 1.5em;
	/*padding: 0 0 0 10px;*/
}
#topmenu ul #five a:hover  {
	background: url(../images/BLUEglobalNav_bg_hover.gif) repeat-x;
}
#topmenu ul #six {
	/*display: hide;*/
	width: 1px;
	height: 33px;
	padding: 0;
	line-height: 1.5em;
}
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/***********************************/
/* MAIN CONTENT FIELD FOR THE PAGE */
/***********************************/

#main {
	width: 834px;
	margin-top: 0 !important;
	margin-top: -18px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 0;*/
	padding: 0;
	position: relative;
	/*background: url(../images/BLUEmiddleVertBar.gif) repeat-y;*/
	display: block;
}

#title {
	background: url(../images/title.jpg) no-repeat;
	position: relative;
	width: 834px;
	height: 88px;
	margin: 0;
	padding: 0;
	display: block;
}

#image {
	position: relative;
	width: 834px;
	height: 169px;
	margin: 0;
	padding: 0;
	display: block;
}

#topVertBar {
	background: url(../images/BLUEtopVertBar.gif) no-repeat;
	position: relative;
	width: 834px;
	height: 0px;
	margin: 0;
	padding: 0;
	display: block;
}
#content_start {
	background: url(../images/content_start.jpg) no-repeat;
	position: relative;
	float: left;
	width: 834px;
	height: 36px;	
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

#leftnav {
	background: transparent;
	position: relative;
	width: 130px;
	margin: 0;
	/*padding: 0;*/
	padding: 0 10px 0 25px;
	/*display: block;*/	
	float: left;
}
#content {
	background: url(../images/content_bg.jpg) repeat-y;
	position: relative;
	width: 834px;
	margin: 0;
	padding: 0 0 0 0;
	float: left;
}
#text {
	position: relative;
	width: 485px;
	margin: 0;
	padding: 0 15px 0 50px;
	float: left;
}
#text2 {
	position: relative;
	width: 226px;
	margin: 0;
	float: left;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 17px;
}
#end {
	background: url(../images/content_end.jpg) no-repeat;
	position: relative;
	float: left;
	width: 834px;
	height: 52px;
	margin: 0;
	display: block;
	clear: both;
}

/* ****************************** */
/* ****************************** */
/* ****************************** */
/* ****************************** */
/**********************************/
/******** FOOTER ******************/
/* ****************************** */
#footer {
	background: transparent;
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	font-size: 10pt;
}

/* ****************************** */
/* ****************************** */
/* ****************************** */
/* *************MENU************* */
/* ****************************** */
#menu {
	background: url(../images/menu_bg.jpg) no-repeat;
	height: 42px;
	width: 834px;
	/*float: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	
}
#menu ul {	
	height: 42px;
	margin: 0 0 0 40px;
	padding: 0;
	list-style-type: none;
}
#menu ul li {

	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	line-height: 2.5em;
}

#menu ul li a {
	font-size:11px;
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 42px;
}
	
#menu ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#menu #one {
	width: 45px;
}
#menu #two {
	width: 45px;
}
#menu #three {
	width: 45px;
}
#menu #one a, #menu #two a, #menu #three a {
	font-size:9px;
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
	/*background: url(../images/globalNav_bg_leftdrop.gif) no-repeat;*/
}

#menu #one a:hover, #menu #two a:hover, #menu #three a:hover {
	color:#999999;
}
#menu #one li a:hover, #menu #two li a:hover, #menu #three li a:hover {
	/*width: 95px;*/
	color:#FFFFFF;
	background: #666666;
}



/*#menu #one a.firstItem, #menu #two a.firstItem, #menu #three a.firstItem {
	color:#999999;
	border-top: 1px solid #000000;
}*/

#menu #four, #menu #five, #menu #six, #menu #seven, #menu #eight, #menu #nine, #menu #ten  {
	width: 130px;
	/*border-width:medium;*/
}
#menu #four a:hover, #menu #five a:hover, #menu #six a:hover, #menu #seven a:hover, #menu #eight a:hover, #menu #nine a:hover, #menu #ten a:hover {
	background: url(../images/globalNav_bg_hover.gif) repeat-x;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;

	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	color:#000000;
}
#menu li ul { 
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 100px ;
	left: -999em; 
	margin: 0 !important;
	margin: -2px 0 0 -65px;
	z-index: 1000;
	clear:both;
}

#menu li ul li {
	width: 130px;
	/*height: 20px;*/
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu li:hover ul, #globalNav li.sfhover ul { 
	left: auto;
}
#menu li ul li a {
	font-size: 10px;
	color: #000000;
	background: #f0f0f0;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	margin: 0;
	padding: 0 0 0 5px;
	/*border-bottom: 1px solid #f0f0f0;*/
}

#menu ul li a.lastItem {
	border-bottom: 1px #858585 solid;
}
#menu ul li a.firstItem {
	border-top: 1px solid #858585;
}

#menu #four ul li a:hover, #menu #four ul li a.sfhover, #menu #five ul li a:hover, #menu #five ul li a.sfhover, #menu #six ul li a:hover, #menu #six ul li a.sfhover, #menu #seven ul li a:hover, #menu #seven ul li a.sfhover, #menu #eight ul li a:hover, #menu #eight ul li a.sfhover, #menu #nine ul li a:hover, #menu #nine ul li a.sfhover, #menu #ten ul li a:hover, #menu #ten ul li a.sfhover {
	background: #CCCCCC;
	color: #000000;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}


/*#menu #one ul li a , #menu #two ul li a, #menu #three ul li a {
	height: 30px;
	font-size:9px;
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
	background: url(../images/globalNav_bg_leftdrop.gif) no-repeat;
	border-left: none;
	border-right: none;
}*/


/* ****************************** */
/* ****************************** */
/* ****************************** */
/* ***** middle Vertical Bar ****** */
/* ****************************** */

#midVertBar {
	margin: 0 !important;
	margin: -2px 0 0;
	padding: 0 !important;
	padding: 10px 0 0;
}

/* ****************************** */
/* ****************************** */
/* ****************************** */
/* **********LEFT NAV************ */
/* ****************************** */

#leftnav p {
	font-size: 12px;
	font-weight: bold;
}
#leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#leftnav ul li {
	line-height: 1em;
	width: 130px;
	/*width: 175px;*/
	/*height: 20px;*/
	padding: 0 0 0 10px;
}
/*#leftnav ul li:hover a {
	height: 20px;
	width: 140px;
	background: url(./images/leftnav_bg.gif) no-repeat;
}*/
#leftnav ul li a {
	color: #999999;
	/*height: 20px;
	width: 130px;*/
	position: relative;
	margin: 0;
	/*padding: 0 0 0 10px;*/
	padding: 0;
	text-align: left;
	font-size:11px;
	/*color:#000000;*/
	font-weight: bold;
	text-decoration: none;
	/*z-index: 2000;*/
}
#leftnav ul li a:hover {
	text-decoration: underline;
	color: #000000;
}

/* ****************************** */
/* ****************************** */
/* ****************************** */
/* **********RIGHT BAR*********** */
/* ****************************** */

#rightbar {
	float: right;
	display: block;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0px 0 5px 25px;
}
#rightbar p {font-size: 9px;}

/* ****************************** */
/* ****************************** */
/* ****************************** */
/* *******GLOBAL FOOTER NAV****** */
/* ****************************** */
#globalNavBottom {
	margin: 10px 0 0 0;
	padding: 0;
	width: 834px;
	float: left;
	clear: both;
	
}
#globalNavBottom ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#globalNavBottom ul li {
	margin: 0;
	padding: 0 7px 0 0;
	display: block;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
#globalNavBottom ul li a {
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
	display: block;
}	
#globalNavBottom ul li a:hover {
	color: #999999;
}
#globalNavBottom ul li li {
	display: none;
}

/***********************************/
/*	Forms						   */
/***********************************/
.form-Label4col{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	width:95px;
	height:25px;
	float:left;
}
.form-field4col{
	font-family:Arial, Helvetica, sans-serif;
	width:145px;
	height: 25px;
	margin-bottom:5px;
	float:left;
}
.form-btn{
	margin-top: 15px;
	width:100px;
}
form .hide{
	/*Hide form labels*/
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
div.form-btn #btnContinue{
	text-align:center;
	margin-top: 20px;
}

.alignLeft{
	float:left;
}
fieldset
{
	width: 460px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:15px;
	float:left;
}
fieldset .form-Label4col{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:70px;
	height:25px;
	float:left;
}
fieldset .form-field4col{
	font-family:Arial, Helvetica, sans-serif;
	width:160px;
	height: 25px;
	margin-bottom:5px;
	float:left;
}
fieldset legend
{
	color:Black;
	font-size:.8em;
	font-weight:bold;
	margin-bottom:.9em;
}



/********************************/
/*	Additonal Classes			*/
/********************************/

.colOne{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:150px;
	height:45px;
	float:left;
}
.colTwo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:150px;
	height:45px;
	float:left;
}
.colThree{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:215px;
	height:45px;
	float:left;
}
.center{
	text-align:center;
}
.errMsg
{
	color: Red;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

#lastUpdate{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#email{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}
#delete{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}
