﻿
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #013E81;
}
.pr
{
	text-align:left;
}
input {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
	font-size: 11pt;
	font-style: normal;
	color: #013E81;
	border-style :solid;
	border-color :#013E81;
}
.input2 {
	background-color: #013E81;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.input3 {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #013E81;
	border-style :solid;
	border-color :#013E81;
}
.inputInactive {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #013E81;
	border-style :solid;
	border-color :#b2b2b2;
	width: 174px;
}
.{
scrollbar-face-color:#013E81; 
scrollbar-track-color: #b2b2b2; 
scrollbar-arrow-color:#ffffff; 
scrollbar-shadow-color:#ffffff;
}
.menuLink1
{
    FONT-SIZE: 11pt;
    COLOR: #1D1750;
	text-decoration:none;
	font-family: Arial;
}
.Msg
{
 background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #013E81;   
 text-align:center; 
}

.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

.HeaderBlockTD
{
	background-color:#013E81;
	FONT-FAMILY: Arial;
	COLOR: #FFFFFF;
	font-weight:bolder;
	padding-left : 20px;
	FONT-SIZE: 12px;
	text-align :left;
}
.CareerHeaderBlockTD
{
	background-color:#013E81;
	FONT-FAMILY: Arial;
	COLOR: #FFFFFF;
	font-weight:bolder;
	padding-left : 20px;
	FONT-SIZE: 12px;
	text-align :left;
	width :20%
}
.BodyBlockTD{
	padding-left:5px;
	padding-right:3px;
	padding-bottom:10px;
	padding-top:10px;
	FONT-SIZE: 12px;
}
.BlockTable{
	border:1px;
	padding:2px;
	border-style:dotted;
}
td{
	font-family: Arial;
	FONT-SIZE: 12px;
	color:#013E81;
}
.Title
{
	color :#013E81;
	font-family :Arial;
	font-weight :bolder;
	font-size :16px;
}
.Note
{
	color :Red ;
	text-align:left ;
	padding-left:20px;
}


.Title2
{
	color :#013E81;
	font-family :Arial;
	font-weight :bolder;
	font-size :12px;
}

.inputInvalid {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial;
	font-size: 11pt;
	font-style: normal;
	color: #013E81;
	border-style :solid;
	border-color:Red ;
}

.input2Invalid
{
	background-color:Red ;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

.oneColFixCtrHdr #shadow {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 3px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CBCBCB;
	text-align: center;
	height: 15px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px; color: #414141; 
}
#searchfield {
	width: 145px;
	padding: 2px 0 2px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #606060;
	background-color:#BECADF;
}
.style3 {font-size: 11px}
.style5 {font-size: 11px; color: #7E7E7E; }
.marketing_area {
	width:152px;
	height:263px;
	border:#DBDBDB solid 4px;
	text-align:left;
	letter-spacing:normal;
	  
}
.style7 {
	font-size: 12px;
	color: #003082;
	display: block;
	border-bottom: #C7CDC9 solid 1px;
	height: 18px;
	width: 100%;
}
.news_column {
	padding:10px 25px 0 25px;
}
.style9 {font-size: 10px}
.style10 {
	color: #003082;
	font-weight: bold;
}
a.style10:link {
	color: #003082;
	font-weight: bold;
	text-decoration:none;
}
a.style10:visited {
	color: #003082;
	font-weight: bold;
	text-decoration:none;
}
a.style10:visited {
	color: #003082;
	font-weight: bold;
	text-decoration:none;
}
.style11 {
	color: #7E7E7E;
	font-style: italic;
}
.style13 {font-size: 10px; color: #414141; }

a.style13:link {font-size: 10px; color: #414141; text-decoration:none;}
a.style13:visited {font-size: 10px; color: #414141; text-decoration:none;}
a.style13:hover {font-size: 10px; color: #414141;text-decoration:none; 
	}

.style14 {color: #828282}
.logo {
	padding-left:20px;
	background-image:url(../images/logo.gif); background-repeat:no-repeat; background-position: 20px 0;
}
.newsitems {
	background-image:url(../images/news_bkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:250px;
}
.style15 {
font-family:Tahoma;
 font-size:11px;
	color: #BECADF;
	font-weight: bold;
}
a.style15:link {	font-family:Tahoma; font-size:11px;
	color: #BECADF;
	font-weight: bold;text-decoration:none;}
a.style15:visited {font-family:Tahoma; font-size:11px;
	color: #BECADF;
	font-weight: bold; text-decoration:none;}
a.style15:hover {	font-family:Tahoma; font-size:11px;
	color: #BECADF;
	font-weight: bold;text-decoration:none; }