/*

	KL Blue: #396a8b;
	Light Blue: #6a9cbd;
	Gray Blue: #d8e1e8;
	Khaki: #cacaae;
	Black: #000000;
	Link Blue: #003366;
	Dark Gray: #333333;
	Light Gray: #cccccc;

*/

body { margin: 0px; padding: 0px; }
div  { margin: 0px; padding: 0px; }
img  { border: 0px; }

/* -------------------- Page Layout -------------------- */

#Masthead {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both; }
	
#Navigation {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	border-bottom: solid 10px #003366; }	
	
#Wrapper {
	margin: 0px;
	padding: 0px 0px;
	width: 100%;
	clear: both; }
	
* html  #Wrapper { padding: 0px 10px;} /* this is recognized by IE only */

#Content {
	margin: 0px;
	padding: 10px; }

* html  #Content { padding: 0px;} /* this is recognized by IE only */

#Footer {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	clear: both; }

/* -------------------- Layout -------------------- */

.OneColumn {
	position: relative;
	width: 100%; }

.TwoColumnLeft {
	position: relative;
	float: left;
	width: 49%; }

.TwoColumnRight {
	position: relative; 
	float: right;
	width: 51%; }

.Row { }

.LayoutTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; }

.LayoutTable td { 
	margin: 0px;
	padding: 0px;
	vertical-align: top; }

.LayoutSubNavigation { width: 150px; }

.LayoutTop { width: auto; }

.LayoutContentMenu { width: 255px; }

.LayoutContent { width: auto; }

.LayoutSidebar { width: 250px; }

.LayoutBorderHorizontal { border-bottom: dotted 2px #000000; }
	
.LayoutBorderVertical { border-right: dotted 2px #000000; }

/* -------------------- Sub-Sections -------------------- */

#MastheadAccounts { 
	float: left;
	margin: 0px;
	padding: 5px 10px; }

#MastheadTools { 
	text-align: right;
	margin: 0px;
	padding: 5px 10px; }

#MastheadLogo { 
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px; }

#MastheadSearch { 
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 10px 10px 0px 0px; }

#NavigationLinks { 
/*	font-size: 8pt; */
	text-align: left;
	padding: 5px 0px 4px 10px;
	width: 1075;}

.NavigationOff { 
	margin: 1px;
	padding: 3px 20px;
	background: #6a9cbd; }

.NavigationHover { 
	margin: 1px;
	padding: 3px 20px;
	background: #396a8b; }

.NavigationOn { 
	margin: 1px;
	padding: 3px 20px;
	background: #003366; }

.NavigationOffRed { 
	margin: 1px;
	padding: 3px 20px;
	background: #800000; }

.NavigationHoverRed { 
	margin: 1px;
	padding: 3px 20px;
	background: #BB0000; }

#Breadcrumbs {
	margin: 1px 0px 10px 0px;
	padding: 5px 10px;
	background: #eeeeee; }

#SubNavigation {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height:100%; }

#FooterLinks { 
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-top: solid 10px #003366; }


/* -------------------- Text Settings -------------------- */

body { font-family: Arial, Helvetica, sans-serif; }
body { font-size: small; }
/* input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }*/

.LayoutTable { font-size: small; }
.SideTable { font-size: small; }
.FormTable { font-size: x-small; }
.LayoutContent { font-size: small; }

.PageContent td { font-size: x-small; }

* html  body { font-size: x-small; } /* this is recognized by IE only */
* html .LayoutTable { font-size: x-small; } /* this is recognized by IE only */
* html .SideTable { font-size: x-small; } /* this is recognized by IE only */
* html .LayoutContent { font-size: x-small; } /* this is recognized by IE only */

h1 { font-weight: bold; font-size: 1.4em; margin: 0em; }
h2 { font-weight: bold; font-size: 1.1em; margin: 0em; }
h3 { font-weight: bold; font-size: 1.0em; margin: 0em; }
h4 { font-weight: normal; font-size: 1.0em; margin: 0em; }
h5 { font-weight: bold; font-size: 1.0em; margin: 0em; padding: 0px 0px .5em 0px; }
h6 { font-weight: normal; font-size: 1.0em; margin: 0em; padding: 0px 0px .5em 0px; }
p  { margin: 0em 0em 0.4em 0em; }

ul {	
	margin: 0px;
	padding: 1em 0px 1em 2em;
	list-style-image: url(Images/Bullet.gif);
	list-style-position: outside; }

ol {	
	margin: 0px;
	padding: 1em 0px 1em 2.5em;
/*	list-style-image: url(Images/Bullet.gif); */
	list-style-position: outside; }  

li {	
	margin: 0px;
	padding: 0px 0px .25em 0px; }

#Masthead { font-size: 8pt; }

#Masthead a:link    { font-weight: bold; color: #000000; text-decoration: none; }
#Masthead a:visited { font-weight: bold; color: #000000; text-decoration: none; }
#Masthead a:hover   { font-weight: bold; color: #003366; text-decoration: underline; }
#Masthead a:active  { font-weight: bold; color: #003366; text-decoration: underline; }

#Navigation a:link    { font-weight: bold; color: #ffffff; text-decoration: none; }
#Navigation a:visited { font-weight: bold; color: #ffffff; text-decoration: none; }
#Navigation a:hover   { font-weight: bold; color: #ffffff; text-decoration: none; }
#Navigation a:active  { font-weight: bold; color: #ffffff; text-decoration: none; }

#Breadcrumbs a:link    { font-weight: bold; color: #000000; text-decoration: none; }
#Breadcrumbs a:visited { font-weight: bold; color: #000000; text-decoration: none; }
#Breadcrumbs a:hover   { font-weight: bold; color: #003366; text-decoration: underline; }
#Breadcrumbs a:active  { font-weight: bold; color: #003366; text-decoration: underline; }

#Content a:link    { font-weight: bold; color: #003366; text-decoration: none; }
#Content a:visited { font-weight: bold; color: #003366; text-decoration: none; }
#Content a:hover   { font-weight: bold; color: #003366; text-decoration: underline; }
#Content a:active  { font-weight: bold; color: #003366; text-decoration: underline; }

#CenterText a:link    { font-weight: normal; color: #003366; text-decoration: underline; }
#CenterText a:visited { font-weight: normal; color: #666666; text-decoration: underline; }
#CenterText a:hover   { font-weight: normal; color: #000033; text-decoration: underline; }
#CenterText a:active  { font-weight: normal; color: #003366; text-decoration: underline; }

#Footer a:link    { font-weight: bold; color: #000000; text-decoration: none; }
#Footer a:visited { font-weight: bold; color: #000000; text-decoration: none; }
#Footer a:hover   { font-weight: bold; color: #003366; text-decoration: underline; }
#Footer a:active  { font-weight: bold; color: #003366; text-decoration: underline; }

.Indent { padding-left: 20px; }
.NoBreak { white-space: nowrap; }
.StartHidden { display: none; }

.PageHeadTopic { color: #999999; }

/* -------------------- Form Elements -------------------- */

form { margin: 0px; padding: 0px; }
	
#SearchTerms { border: 1px solid black; background: #ffffff; font-size: 10pt;}
#SearchButton { border: 1px solid black; background: #ffffff; font-size: 10pt;}
#SearchButtonX {font-size: 11px;}
#SearchAdvanced { padding-left: 5px;  }
#SearchMsg { background: #d8e1e8; }


.Button {
	margin: 0px 0px 2px 0px;
	padding: 2px 2px;
	border: none;
	color: #ffffff; 
	background: #003366;
	cursor: hand; }

.ButtonX { 
	margin: 0px 0px 2px 0px;
	padding: 2px 2px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d8e1e8;
	color: #ffffff; 
	background: #003366;
	cursor: hand; }

.RedButton { 
	margin: 0px 0px 2px 0px;
	padding: 2px 2px;
	border: none;
	color: #ffffff; 
	background: #800000;
	cursor: hand; }

.ButtonTest {
color: #FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration: none;
border:3px outset #FFFFCC;
background-color:#003366;
display: inline;
width: 80px;
height: 30px;
padding: 2px 2px;
margin: 0px 0px 2px 0px;
}

.ButtonTest a:hover {
background-color: #003366;
color:#000000;
padding-left:2px;
border:3px inset #FFFFCC;
}

.ImageFloatLeft { float: left; margin: 0px 10px 10px 0px; }
.ImageFloatRight { float: right; margin: 0px 0px 10px 10px; }
.ImageBlock { display: block; }
.Spacer { display: block; }

.FormTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; }

.FormTable td { 
	margin: 2px;
	padding: 3px;
	vertical-align: top; }

.LabelRequired { width: 25%; text-align: right; font-weight: bold; }
.FieldRequired {  }
.LabelOptional { width: 25%; text-align: right; font-weight: bold; }
.FieldOptional {  }
.LabelNoEdit { width: 25%; text-align: right; font-weight: bold; color: #666666; }
.FieldNoEdit { color: #333333; }

.FormButtons { padding: 10px 0px; }

.InputNoEdit { color: #666666; }

/* -------------------- Sidebar -------------------- */

.SideTable {
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; }

.SideBox {
	width: auto;
	margin: 0px;
	padding: 0px;
	background: #d8e1e8; }

.SideSection {
	margin: 0px;
	padding: 5px 10px;
	font-weight: bold;
	background: #003366;
	color: #ffffff; }

* html .SideSection { /* this is recognized by IE only */
	width: 100%;  /* only for IE5.x/Win */
	w\idth: 100%; /* for other IE */ }

.SideTitle {
	margin: 0px;
	padding: 5px 10px;
	font-weight: bold; }

.SideBody {
	margin: 0px;
	padding: 5px 10px 10px 10px; }

.SideBody ul {
	margin: 0px;
	padding: 0px 10px 10px 1.25em;
	list-style-image: url(Images/Bullet.gif);
	list-style-position: outside; }

.SideBody ol {
	margin: 0px;
	padding: 0px 10px 10px 1.25em;
	list-style-image: url(Images/Bullet.gif);
	list-style-position: outside; }

.SideBody ol li {
	padding-bottom: 10px; }

.SideBody p {
	padding-bottom: 10px; }

/* -------------------- Page -------------------- */

.PageDate {
	font-size: xx-small;
	font-weight: bold; }

.PageByLine {
	font-size: xx-small;
	font-weight: bold; }

.PageHead {
	padding: 0px 10px 0px 0px;
	font-weight: bold; }

.PageSection {
	padding: 10px 0px 0px 0px;
	font-weight: bold; }

.PageDescription {
	padding: 0px 10px 10px 0px;
	color: #333333; }

.PageAuthor {
	padding: 0px 0px 10px 0px;
	font-weight: bold; }

.PageContent {
	padding: 0px 10px 0px 0px; }

.PageViewCategory {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: dotted 2px #000000; }

.PageViewCategory span {
	padding: 5px 50px 5px 20px;
	font-weight: bold; 
	color: #ffffff;
	background: #003366; }

.PageViewItem {
	padding: 0px 0px 20px 0px; }

.PageViewSubText {
	font-size: xx-small;
	color: #666666; }

.checkbox{padding: 0px;margin: 0px;width:100%;border : 0 none; border-style : none;}
.checkbox span{padding: 0px;margin: 0px;display:inline;float:left;width:170px;}
.checkbox input{padding: 0px;margin: 0px;float:left;width:30px; border : 0 none; border-style : none;}
.checkbox br{clear:both;}
