#divapplicationerror { display: none; }

#contenttable {
	width: 860px;
	border: 0px;
}

#content {
	border-top: 1px solid #ccc;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#content a, #content a:visited, #content a:hover {
	color: #26429B;
	}
	#content a:hover {
			color: #ED3E41;
			}
#content ul {
	list-style-type: circle;
	list-style-image: url(images/assets/bullet.gif);
	list-style-position: outside;
	padding:5px 0px 5px 20px;
}
#content ol {
	list-style-type: circle;
	list-style-image: url(images/assets/bullet.gif);
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
}
#content a.bullet {
	background-image: url(images/assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	}
#content a.shadeButton,
#content a.shadeButton:visited,
#content a.shadeButton:hover,
.rightColumn .box_content a.shadeButton,
.rightColumn .box_content a.shadeButton:visited,
.rightColumn .box_content a.shadeButton:hover
{
	color: #26429B;
	line-height: 10px;
	font-size: 10px;
	background-image: url(images/assets/but_shade.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 4px 20px 4px 20px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	}
	#content a.shadeButton:hover,
	.rightColumn .box_content a.shadeButton:hover {
		color: #FFFFFF;
		line-height: 10px;
		font-size: 10px;
		background-image: url(images/assets/but_shade_over.gif);
		background-repeat: repeat-x;
		background-position: top left;
		padding: 4px 20px 4px 20px;
		border: 1px solid #ED3E41;
		text-decoration: none;
		}

#content a.shadeButtonFull,
#content a.shadeButtonFull:visited,
#content a.shadeButtonFull:hover,
.rightColumn .box_content a.shadeButtonFull,
.rightColumn .box_content a.shadeButtonFull:visited,
.rightColumn .box_content a.shadeButtonFull:hover  {
	display: block;
	color: #26429B;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/assets/but_shade.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 4px 0px 4px 0px;
	border: 1px solid #CCCCCC;
	}
	#content a.shadeButtonFull:hover,
	.rightColumn .box_content a.shadeButtonFull:hover {
		color: #FFFFFF;
		background-image: url(images/assets/but_shade_over.gif);
		background-repeat: repeat-x;
		background-position: top left;
		border: 1px solid #ED3E41;
		text-decoration: none;
		}
		
#content a.shadeButtonFullRed,
#content a.shadeButtonFullRed:visited,
#content a.shadeButtonFullRed:hover,
.rightColumn .box_content a.shadeButtonFullRed,
.rightColumn .box_content a.shadeButtonFullRed:visited,
.rightColumn .box_content a.shadeButtonFullRed:hover  {
	display: block;
	color: #FFFFFF;
	line-height: 10px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/assets/but_shade_over.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 4px 0px 4px 0px;
	border: 1px solid #ED3E41;
	}
	#content a.shadeButtonFullRed:hover,
	.rightColumn .box_content a.shadeButtonFullRed:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
#content div.error {
	padding: 10px 20px 10px 20px;
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #ED3E41;
	}
	#content div.error p {
		color: #FFFFFF;
		font-size: 11px;
		line-height: 18px;
		padding: 0;
		}
	
.clear {
	clear: both;
}

/*-----------------------LEFT MENU-------------------------*/

div#menuv {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	width: 145px;
	margin-left: 10px;
}

div#menuv ul, div#menuv ul * {
	margin:0;
	padding:0;
}

div#menuv ul {
	margin-bottom: 15px;
}

div#menuv ul li,
div#menuv span {
	color: #232323;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	}

div#menuv span {
	margin-top: 20px;
	}
	
div#menuv a,
div#menuv a:visited,
div#menuv a:hover,
div#menuv ul li a,
div#menuv ul li a:visited,
div#menuv ul li a:hover {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	background-image: url(images/assets/MenuArrowOff.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 14px;
	text-decoration: none;
	color: #232323;
	}
	div#menuv a:hover,
	div#menuv ul li a:hover {
		background-image: url(images/assets/MenuArrowOn.gif);
		background-position: top right;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #CC3333;
		}

	div#menuv a.level0,
	div#menuv a.level0:visited,
	div#menuv a.level0:hover,
	div#menuv ul li a.level0,
	div#menuv ul li a.level0:visited,
	div#menuv ul li a.level0:hover {
		padding-left: 10px;
		}
	div#menuv a.level1,
	div#menuv a.level1:visited,
	div#menuv a.level1:hover,
	div#menuv ul li a.level1,
	div#menuv ul li a.level1:visited,
	div#menuv ul li a.level1:hover {
		padding-left: 20px;
		}
	div#menuv a.level2,
	div#menuv a.level2:visited,
	div#menuv a.level2:hover,
	div#menuv ul li a.level2,
	div#menuv ul li a.level2:visited,
	div#menuv ul li a.level2:hover {
		padding-left: 30px;
		}
		
div#menuv a.selected,
div#menuv a.selected:visited,
div#menuv a.selected:hover,
div#menuv ul li a.selected,
div#menuv ul li a.selected:visited,
div#menuv ul li a.selected:hover {
	background-image: url(images/assets/MenuArrowOn.gif);
	color: #000000;
	}


/*-------------------------CENTER--------------------------*/
.contentBox {
	margin-left: 60px;
	text-align: left;
}
.contentBox a img {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	float: left;
	margin: 5px;
}
.contentBox a {
	font-size: 11px;
	text-align: left;
}

div.teaserBox {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	}
	
	.teaserBox p,
	.teaserBox a {
		font-size: 11px;
		text-align: center;
		line-height: 14px;
	}
	.teaserBox a,
	.teaserBox a:visited {
		color: #26429B;
		}
	.teaserBox a:hover {
		color: #ED3E41;
		}
	.teaserBox p {
		margin-bottom: 0px;
		}
	div.teaserBoxLink {
		height: 42px;
		
	}

#content table.listingTable td {}
#content table tr.listingHeader td {
  border: 0px;
  background-color:#F3EFEF;
  padding: 4px 6px;
  color: #0C204C;
  font-size: 9px;
  line-height: 13px;

}
#content table tr.listingBody { background-color:#fff }
#content table .listingBody td { 
	border-bottom: 1px solid #E0EAFF;
  	padding: 4px 6px;
}

input, textarea, select, input.inputdefault {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
input.inputerror {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#F3EFEF}
textarea { width:100%; margin-top:10px; margin-bottom:10px; }
span.error, #content p.error, #content td p.error { line-height: 13px; color: #ED3E41; padding:0; }
/*-------------------------LeftColoum--------------------------*/
.leftColumn,
.leftColumnBottom {
	border-top: 1px solid #dee0e1;
	width: 150px;
	color: #232323;
	background-color: #dee0e1;
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

.leftColumnBottom {
	border-top: none;
}

.leftColumn img {
	margin: 0px;
	padding: 0px;
}

/*-------------------------RightColoum--------------------------*/
.rightColumn {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 170px;
	color: #232323;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	z-index: 0;
}

.rightColumn img {
	margin: 0px;
	padding: 0px;
}
.rightColumn .box_content a, .rightColumn .box_content a:visited {
	color: #26429B;
	text-decoration:none;
	}
	.rightColumn .box_content a:hover {
		color: #ED3E41;
		text-decoration:none;
		}
		
/*-------------------------Boxes--------------------------*/
div.box {
	width: 160px;
	margin-bottom: 10px;
	}
div.box_header {
	height: 23px;
	font-size: 0px;
	padding: 0;
	padding-left: 5px;
	background-image: url(images/assets/box_header.gif);
	}
	div.box_header a, 
	div.box_header span {
	  margin-left: 5px;
	  color: #000000;
	  font-size: 11px;
	  line-height: 23px;
	  font-weight: normal;
	  text-decoration: none;
	}
	
	div.box_header a:hover {
	  text-decoration: none;
	}

div.box_content {
  color: #000;
  font-size: 10px;
  line-height: 14px;
  padding: 8px 13px 5px 8px;
  background-image: url(images/assets/box_content.gif);
}
	div.box_content td {
	  font-size: 10px;
	  line-height: 14px;
	  font-weight: normal;
	  text-decoration: none;
	}
.rightColumn .box_content span{
  color: #000;
}
.rightColumn div.box_footer {
  height: 10px;
  font-size: 0px;
  margin: 0;
  background-image: url(images/assets/box_footer.gif);
}

/*------------------------------------*/
/*------------NAVIGATION--------------*/
/*-------------LinkBar----------------*/
.linkBar {
	background-image: url(images/assets/but_rep.gif);
	margin: 8px 0px 0px 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-align: left;
	font-size: 10px;
	color: #333333;
	border: 1px;
	border-color: #ccc;
	border-style: solid;
}
.linkBar ul {
	margin: 0;
	margin-left: 0;
	padding: 0;
	display: inline;
	text-align: left;
}
.linkBar ul li {
	padding-left: 3px;
	padding-right: 15px;
	list-style: none;
	display: inline;
	font-size: 10px;
}
.linkBar ul li a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
	white-space: nowrap;
}
.linkBar ul li a:hover {
	color: #ED3E41;
	text-decoration: none;
}
/*------------In Page Navigation-----------*/
#content ul.inPageNav  {
	display: block;
	min-height: 45px;
	width: 472px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 3px 4px;
	background-color: #F0F0F0;
	overflow : auto;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
#content ul.inPageNav li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 2px;
}
#content ul.inPageNav li a, #content table.largesubnav a, #content a.linkButton {
	/*height: 1.3em;*/
	height: 3.6em;
	width: 118px;
	padding: 11px 21px 0px 9px;
	margin: 0px;
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	border-color: white;
	border-width: thin;
	vertical-align: middle;
	overflow: visible;
	border-style: outset;
	border-width: thin;
	border-color: white;
}

table#contenttable td#content  ul.inPageNav li a:link, table#contenttable td#content  ul.inPageNav li a:visited, 
table.largesubnav a:link, table.largesubnav a:visited, 
table#contenttable td#content  .linkButton:link, table#contenttable td#content  .linkButton:visited {
	color: #232323;
	background-image : url(images/assets/button_backing.jpg);
	text-decoration: none;
}
table#contenttable td#content ul.inPageNav li a:hover, table#contenttable td#content ul.inPageNav li a:active, 
table#contenttable td#content table.largesubnav a:hover, table#contenttable td#content table.largesubnav a:active, 
table#contenttable td#content a.linkButton:active, table#contenttable td#content a.linkButton:hover {
	color: #fff;
	background-image : url(images/assets/button_backing.jpg);
	background-position : top right;
	text-decoration: none;
}

table#contenttable td#content ul.inPageNav li a.selected, 
table#contenttable td#content ul.inPageNav li a.selectedparent, 
table#contenttable td#content table.largesubnav a.selected {
	color: #fff;
	background-image : url(images/assets/button_backing.jpg);
	background-position : top right;
	text-decoration: none;
}

table#contenttable td#content a.linkButton, table#contenttable td#content a.linkButton:link, table#contenttable td#content a.linkButton:visited  {
	float: left;
	margin: 2px;
	color: #666;
	font-size: 12px;
}
/*-----------Section List Down Menu------*/
img.sectionImage {
	float: left;
	margin: 0px;
}

table#contenttable td#content ul.sectionMenu {
	clear: both;
	float: right;
	display: block;
	width: 165px;
	padding: 2px 0px 2px 0px;
	margin: 20px 0px 30px 6px;
	border-left: 1px solid #ccc;
	list-style-type: none;
	list-style-image : none;
}
#content ul.sectionMenu li {
	padding-bottom: 10px;
}
#content ul.sectionMenu li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 8px;
}
#content ul.sectionMenu li a:hover {
	color: #ED3E41;
	text-decoration: underline;
}
#content ul.sectionMenu li a.selected, ul.sectionMenu li a:active {
	color: #ED3E41;
	background-color : #EFEFEF;
}

/*------------------------TOOLS-----------------------*/
/*---------------NOT WRITTEN YET---------------*/

#backtopTop {
	padding-top: 30px;
	float: right;
}
#styleswitchercontainer {
	padding-left: 20px;
}
.styleswitcher {
	color: #26429B;
}
#smalltext { font-size: 11px;}
#mediumtext { font-size: 12px;}
#largetext { font-size: 16px;}

.tools a.currentsize { text-decoration: underline; }
/*---------------------------FOOTER-----------------------*/
.footer {
	background-color: White;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #ccc;
	line-height : 17px;
}
.bottomShadow {
	background-position: bottom;
	background-image: url(images/assets/bottomShadow.gif);
	background-repeat: repeat-x;
	position: relative;
	padding: 0px;
	height: 5px;
	line-height: 5px;
	margin: 0px;
}
* html .bottomShadow {
	background-position: top;
	overflow: hidden;
}

div.bottomWrapper {
	background-position: bottom;
	background-image: url(images/assets/bottomShadow.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
}
* html div.bottomWrapper {
	height: 5px;
	overflow: visible;
}

div.bottomWrapper div, div.bottomWrapper div.greycontainer {
	margin: 0px;
}

.bottomText, .bottomText a {
	margin-top: 16px;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

.bottomText a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}

/*------------------------------FONTS-------------------------------*/	
body {
	color: #363636;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

p {
	margin: 0px 2px 2px 0px;
	padding: 5px 2px 15px 2px;
}
p, #content li, #content td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color : transparent;
	text-align: left;
	color : #363636;
	line-height: 18px;
}

input, select {
	font-family: Verdana, Arial, sans-serif;
	color : #363636;
	font-size: 11px;
}

#content li p, #content li a {
	font-size: 11px;
}
#content td p {
	font-size: 11px;
}

#content p a, .tblFilterListing a {
	color : #26429B;
	text-decoration : underline;
}
#content p a:hover,  .tblFilterListing a:hover {
	text-decoration : underline;
	color : #ed3e41;
}

h1 {
	margin: 0px;
	line-height: 24px;
	padding: 0px 0px 10px 0px;
	color: #ED3E41;
	font-size: 20px;
	font-weight: lighter;
}
h2 {
	color: #26429B;
	font-size: 18px;
	font-weight: lighter;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
h3,
b.boxText {
	display: block;
	color: #26429B;
	font-size: 12px;
	padding-top:5px;
	padding-bottom: 5px;
	margin: 0px;
}
h4 {
	padding: 5px 0px 5px 0px;
	color: #232323;
	font-size: 11px;
	margin: 0px;
}

p.xxx img {
	padding-top:5px;
	padding-bottom:10px;
	padding-right: 10px;
}

#content .greyBox table, #content table.greyBox {
	margin-top:16px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: #6eaebeb;
}
#content .greyBox table th, , #content table.greyBox th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #eaebeb;
	
}
#content .greyBox table td, #content table.greyBox td {
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: #ccc;
	background-color: #eaebeb;
}

/*--------------------inpage newsItems-------------------------*/
p.newstitle {
	padding-bottom: 0px;
}

p.newstitle a {
	color: #26429B;
	font-weight: bold;
	text-decoration: none;
}

p.newstitle a:hover {
	text-decoration: underline;
}

/*--------------------------Tools Menu---------------------------*/
ul.tools {
	font-size: 10px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: none;
}
ul.tools li {
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
ul.tools li a {
	color: #333;
	text-decoration: none;
}
ul.tools li a:hover {
	color: #26429B;
}
/*--------------------BreadCrumbTrail--------------------------*/
.bread{
	padding: 3px 3px 20px 0px;
	color: #666666;
	height: 24px;
	line-height: 14px;
	font-size: 10px;
}

.bread a, #backtopTop{
	text-align: left;
	line-height: 14px;
	font-size: 10px;
	color: #666666;
	text-decoration : none;
}
.bread a:hover, #backtopTop:hover, .bottomText a:hover, .bottomText a:active {
	text-decoration : underline;
	color: #ed3e41;
}

.bread a:visited active {
	text-decoration : none;
	color: #666666;
}
.bread a.selected{
	text-decoration : none;
	color: #333;
}

/*--------------------Other Text----------------------------*/
.contentBox a {
	font-size: 11px;
}
#secHeader {
	display: block;
	margin: 10px auto 2px auto;
	text-align: left;	
	color: #232323;
	font-size: 12px;
	/*font-weight: bold;*/
}

/* Form element styling */
input.submit, input.button, input.reset {
  color: #fED3E4;
  border: 3px solid green;
}
input.text {
  border: 1px solid #ccc;
}
/*------------NEW ADDED----------*/
div.afterInPageNav {
	clear: both;
	background-color : transparent;
	background-image : url(images/assets/inpageShadow.gif);
	background-position: top;
	background-repeat : repeat-x;
	padding-top: 10px;
}

table.largesubnav {
	border-collapse: collapse;
	margin: 10px 5px 5px 0px;
}

table.largesubnav td {
	border-top: 1px solid #ccc;
	padding: 10px;
}

#content table.largesubnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
}
.imagewithnomargin {
	margin: 14px 0px 14px -80px;
}

#flash {
	margin: 0px;
	padding: 0px;
}

#flash img {
	margin: 0px;
	padding: 0px;
}

#flash object {
	float: right;
	background-color: transparent;
}
/*---------Added by Steve--------*/
#content table{
	background-color: #fff;
	border-collapse: collapse;
}

#content table td{
	background-color : #fff;
	/*border-bottom : 1px;
	border-bottom-style : solid;
	border-bottom-color : #eaebeb;*/
}

#content .whiteBox table, #content table.whiteBox {
	margin-top:10px;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: separate;
	background-color: White;
}
#content .whiteBox table th, , #content table.whiteBox th {
	padding: 1px;
	border: none;
	background-color: #FEFEFE;
	
}
#content .whiteBox table td, #content table.whiteBox td {
	padding: 5px;
	border: none;
	background-color: #FEFEFE;
}



/*--------------------------------------*/

#content table tr.oddRow td {
	background-color: #e9ebeb;
}

#content table tr.GroupHighlight td, #content table tr.GroupHighlight td a {
	background-color: #26429B;
	color: #fff;
}

#content table tr.YesRow td {
	color: #009900;
}

#content table tr.NoRow td {
	color: #990000;
}

.bottomBorder, #content table tr.bottomborder td {
	border-bottom: 1px solid #ccc;
}

div.bottomBorder, #content table tr.bottomborder td { padding: 10px 0px 10px 0px; }
div.bottomBorder p, #content table tr.bottomborder td p { padding: 0px ; }

table#adminnewstable {
	border-collapse: collapse;
}
table#adminnewstable td {
	padding: 2px 5px 2px 5px;
}

table.relatedImage {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 5px 0px 5px 0px;
}

table.relatedImage td {
	padding: 0px;
}
table.relatedImage td + td {
	padding: 9px 30px 9px 0px;
}

table.relatedImage img {
	margin: 9px;
}

table.relatedImage a {
	color : #26429B;
	text-decoration : none;
}

table.relatedImage a:hover{
	text-decoration : underline;
}

#printbutton {
	float: right;
	margin: 5px 0px 5px 5px;
	cursor: pointer;
	position: relative;
	top: 6px;
}
/*-------------------- Printable View --------------------*/
/* Works by adding printable class to body tag */

.printable ul.tools, .printable div.bread, .printable td.leftColumn,
.printable a#backtopTop, .printable div.bottomShadow, .printable #printbutton 
	{ display: none; }
	
.printable td#content, .printable td.footer { border: none; }

