body {
	background-color: #fff;
	color:#333;
	font:83%/1.5 arial,tahoma,verdana,sans-serif
}

#container {
    border: 1px solid #202d68;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

li {line-height: 1.4em;padding-left: 25px;background: transparent url("images/spritesli.gif") no-repeat 0 0}

div#header {
	background: #fff url("images/banner.gif") no-repeat;
	color: #fff;
    border-bottom: 1px solid #ccc;
}


#sitename {
    width: 428px;
    height: 100px;
    margin: 0 0 0 20px;
    padding: 0;
}
#sitename span {
        display: none;
	}
	
div#header div#search {
	position: absolute;
	float: right;
	 top: 0px;
	 right: 0;
	 width: 0px;
}
#breadcrumbs {
	font-size: 80%;
    color: #000;
    border-top: 1px solid #ccc;
    padding: 4px;
    
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer} 
a:link {color:#069;} 
a:visited {color:#069;} 
a:hover,a:active {color:#FF6600;} 


#footer {
    background: #fff url("images/body_bg.gif") repeat-x bottom left;
    color:#999
}

#footer p {margin:0}
#footer a:link {color:#999}
	
/* Menu */

#menu {
    padding: 4px;
    margin: 0;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
}

ul#menuList  li {
	background-color: #fff;
	padding: 2px;
	background-image: none;
	font-weight: bold;
}

ul#menuList  li:hover {
    color: #fff;	
    background-color: #396f8f;
}

ul#menuList  li:hover a{
    color: #fff;	
}

ul#menuList  li:hover li a{
    color: #1f5b7f;	
}


/* Top Row*/
ul#menuList  li a {
	color: #396f8f;
	text-decoration: none;
	padding-right: 30px;
    font-weight: bold;
}

/* Items on menu*/
ul#menuList  li li a {
	color: #000;
	text-decoration: none;
	padding: 3px;
}

ul#menuList  li li a img{
	border-style: none;
	padding: 0;
	margin: 0;
}

ul#menuList  li li a span{
    margin-left: 27px;
    margin-right: 0px;
    display: block;
}

ul#menuList  li  li{
    border-style: none;
    width: 100%;
    background: transparent;
    color: #000;
    font-weight: normal;
    padding: 0;
}

ul#menuList  li  li:hover{
    border-style: none;
    background-color: #1f5b7f;
}

ul#menuList  li  li:hover a{
    color: #fff;
}

/* Increase padding on the last right item*/
ul#menuList  li  li.last a{
    padding-right: 8px;
}

ul#menuList  li  ul{
    background: transparent url('images/featurebox_bg.gif') no-repeat bottom right;
    margin-top: 2px;
    margin-left: -2px;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

/***********************************************************************************************
* CSS for Two & Three Column Layouts
***********************************************************************************************/
/*
div#wrapper{float:left;width:100%}

/* Three Column Layout 
#threecolumn div#wrapper div#content{
    margin: 0 190px 0 190px
}    
#threecolumn div#left{
    float:left;
    width:190px;
    margin-left:-100%
}
#threecolumn div#right{
    float:left;
    width:190px;
    margin-left:-190px
}

/* Two Column Layout 
#twocolumn div#wrapper div#content{margin: 0 0 0 190px}
#twocolumn div#left{float:left;width:190px;margin-left:-100%}
#twocolumn div#right{display:none}

/* Right Column Column Layout 
#rightcolumn div#wrapper div#content{margin: 0 190px 0 0}
#rightcolumn div#left{display:none}
#rightcolumn div#right{float:left;width:190px;margin-left:-190px}
*/

div#left {
    border-right: 1px solid #d7d7d7;
}

div#content {
    border-right: 1px solid #d7d7d7;
}

#left, #right {
	background-color: #fcfcfe;
}

div#twocolumn, div#threecolumn {
    margin-top: 0px;
}


#leftcontent, #rightcontent, #contentcontent {
    margin: 0 10px 0 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}



/* Feature Box */
.featurebox {color:#333;padding: 15px 10px 20px;border-top: 1px solid #d7d7d7;border-left: 1px solid #d7d7d7;margin: 0 0 1.5em;background: transparent url("images/featurebox_bg.gif") no-repeat 100% 100%}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em; border-bottom: 1px solid #003296;color:#084A5A; background-color: transparent;}
.featurebox p {border:none;margin: 0 0 1em;color:#444}
.featurebox a {font-weight:bold}
//.featurebox select {width: 100%; }

/** BEGIN: Content Feature Box as used for the blocks that appear in the page body  **/
.contentfeaturebox {
	color: #333333;
	padding: 15px 20px 20px;
	border-top: 4px solid #0033FF;
	margin: 0 0 1.5em;
	background: url("images/featurebox_bg.jpg") no-repeat 100% 100%;
}

.contentfeaturebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	margin: 0 0 .3em;
	border-bottom: 1px solid #0033FF;
	color: #003366;
	background-color: transparent;
}
.contenttest {color: #003366}
.contentfeaturebox p {
	border:none;
	margin: 0 0 1em;
	color: #333333;
}

.contentfeaturebox a {
	font-weight:bold
}

.contentfeaturebox select {
//	width: 100%;
}
/** END: Content Feature Box as used for the blocks that appear in the page body **/


/* Secondary Navigation */
#nav-secondary a {line-height:1.8;padding: 5px 0 5px 23px;background: #fff url("images/sprites.gif") no-repeat 10px -695px;font: bold 86% arial, sans-serif; color: #000; display:block}
#nav-secondary a:hover {color:#c00;background: #fee url("images/sprites.gif") no-repeat 10px -695px} 


/* FORMS - general classes */
	input.f-submit {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}
	input.button {padding: 1px 3px;background:#666;color:#fff;font-weight:bold;font-size:96%}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
	form.f-wrap-1 {width:100%;padding: .5em 0;background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;border-top: 1px solid #d7d7d7;position:relative}
		form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
		form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
		form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

		/* hide from IE mac \*/
		form.f-wrap-1 label {float:none}
		/* end hiding from IE5 mac */

		form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}

		form.f-wrap-1 label b {float:left;width:8em;line-height: 1.7;display:block;position:relative}
		form.f-wrap-1 label b .req {color:#c00;font-size:150%;font-weight:normal;position:absolute;top:-0.1em;line-height: 1.2;left:-.4em;width:.3em;height:.3em}
		form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;position:absolute;top:.4em;right:.4em;left:auto;width:13em;text-align:right}
		form.f-wrap-1 div.req b {color:#c00;font-size:140%}
		form.f-wrap-1 label select {width: 15.5em}
		form.f-wrap-1 label textarea.f-comments {width: 20em}
		form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}
		form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}

		form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
		form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
		form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
		form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
		form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}

		form.f-wrap-1 label span.errormsg {position:absolute;top:0;right:-10em;left:auto;display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
		form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}


.transparentbgnb{
    border: none;
}

th.header, thead, td.heading, tr.heading, th {
	background-color: darkblue;
    color: #fff;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

th a:link {
    color: #fff;
    font-weight: bold;
}

table.highlightrows tr:hover {
	background-color: #0182fb;
}

.odd, td.odd, tr.odd{
	background-color: #f2ecff;
}

.even, td.even, tr.even{
	background-color: #FFFFFF;
}

.tbl_ruler{
    background-color: #0182fb;
}
