/*** HTML ELEMENTS  ***/
body {
	margin-top: 0;
	margin-left: 0;
	background-color: #11067A;

}
table {
	font-family: Verdana, Arial;
	font-size: 14px;
}

p {
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
}
a {
	color: #4a8ef3;
}
a:hover {
	color: #4a8ef3;
	text-decoration: none;
}
h1 {
	font-family: Bookman Old Style, Arial, Helvetica;
	font-size: 32px;
	color: #5B85C0;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
}
h2 {
	font-family: Bookman Old Style, Arial, Helvetica;
	font-size: 24px;
	color: #5B85C0;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
}
h3 {
	font-family: Bookman Old Style, Arial, Helvetica;
	font-size: 18px;
	color: #5B85C0;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
}

input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
input:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #e1e3ee;
	border: 1 solid Aqua;
}
select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
ul {
	list-style-type: disc;
	text-decoration: none;
	font-size: 12px;
	color: #5B85C0;
	margin-left: 5px;
	padding-left: 5px
}









/****************** CUSTOM CLASSES  ******************/
.t10 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 10pt;
	color: #5B85C0;
}

.t12 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 12pt;
	color: #5B85C0;
}

.t14 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 14pt;
	color: #5B85C0;
}

.t16 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 16pt;
	color: #5B85C0;
}

.t18 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 18pt;
	color: #5B85C0;
}

.t24 {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 24pt;
	color: #5B85C0;
}

.globalNav {
	color: #919191;
	font-family: Verdana, Arial;
	font-size: 10px;
}
a.globalNav {
	color: #919191;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
}
a.globalNav:hover {
	color: #919191;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: underline;
}
.footer {
/*	color: #09347A;*/
	color: #c8dcf9;
	font-family: Verdana, Arial;
	font-size: 10px;
}
/*** CUSTOM CLASSES - TABBED BOXES  ***/
.wrapper {
	border: thin solid #4a8ef3;
}
.aCat {
	color: #11067A;
	font-weight: bold;
}
a.aCat {
	color: #11067A;
	font-weight: bold;
	text-decoration: none;
}
a.aCat:hover {
	color: #11067A;
	font-weight: bold;
	text-decoration: underline;
}
.aSub {
	color: #8fafdc;
}


/*** CUSTOM CLASSES - BACKGROUND COLORS  ***/
.bgLtBlue {
	background-color: #e1e3ee;
}
.bgBlue {
	background-color: #8fafdc;
}
.bgBlue2 {
	background-color: #280092;
}
.bgBlue3 {
	background-color: #E5E5FF;
}
.bgLtOrange {
	background-color: #fae0b8;
}
.bgOrange {
	background-color: #ef940b;
}


/*** LAYERS ***/

#Layer1 {
	position: absolute;
	z-index: 10;
	left: 230px;
	top: 110px;
	width:150px; 
	height:28px;
	/*display: none;*/
	visibility: hidden;
}

#Layer2 {
	position: absolute;
	z-index: 10;
	left: 380px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;
}
#Layer3 {
	position: absolute;
	z-index: 10;
	left: 460px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;
}
#Layer4 {
	position: absolute;
	z-index: 10;
	left: 650px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;

}

#Layer1ss {
	position: absolute;
	z-index: 10;
	left: 230px;
	top: 110px;
	width:150px; 
	height:28px;
	/*display: none;*/
	visibility: hidden;
}

#Layer2ss {
	position: absolute;
	z-index: 10;
	left: 380px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;
}
#Layer3ss {
	position: absolute;
	z-index: 10;
	left: 460px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;
}
#Layer4ss {
	position: absolute;
	z-index: 10;
	left: 650px;
	top: 110px;
	width:150px; 
	height:28px; 
	/*display: none;*/
	visibility: hidden;

}


















.layerBg {
	background-color: #8fafdc;
}

.primNav {
	font-family: Verdana, Arial;
	color: #000000;
}
a.primNav {
	font-family: Verdana, Arial;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.primNav:hover {
	font-family: Verdana, Arial;
	color: #207AE8;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

.primNavList {
	list-style-type: none;
	margin-left: 10px;
}
.primNavSelect {
	list-style-image: url(images/arrow.gif);
	list-style-type:square;
}
a.primNavSelect {
	list-style-image: url(images/arrow.gif);
	list-style-type:square;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: red;
}
a.primNavSelect:hover {
	list-style-image: url(images/arrow.gif);
	list-style-type:square;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
/* NAVIGATION ON LEFT HAND SIDE */
.secNav {
	font-family: Verdan, Arial;
	color: #11067a;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
a.secNav {
	font-family: Verdan, Arial;
	color: #11067a;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
}
a.secNav:hover {
	font-family: Verdan, Arial;
	color: #11067a;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-decoration: underline;
}
.secNavSub {
	font-family: Verdan, Arial;
	color: #5b85c0;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
a.secNavSub {
	font-family: Verdan, Arial;
	color: #5b85c0;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-decoration: none;
}
a.secNavSub:hover {
	font-family: Verdan, Arial;
	color: #5b85c0;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-decoration: underline;
}
.mivaTD {
	background-color: #FFFFFF;
}
.fullBorder{
	border: 1px dashed #11067A;
}
