body {
	background: #eef0f6 ;
	color: #03344c;
}

a:link, a:active, a:visited {
	color: #003366;
}

table.structured th {
	color: #336666;
}

table.yearpick {
	border-left: 1px solid #92aec5;
}

table.yearpick td {
	border-right: 1px solid #92aec5;
}

table.monthpick {
	border-left: 1px solid #92aec5;
}

table.monthpick td {
	border-right: 1px solid #92aec5;
}


/*- box with border -*/

div.newsflash {
	background: #dde2e9;
	color: #375668;
}

div.newsflash a:link, div.newsflash a:active, div.newsflash a:visited {
	color: #c82222;
}

div.cont {
	border: 1px solid #c1ccd7;
	background: #dde2e9;
}

/*- box with chopped corners -*/

div.box {
	background: #bbc6cf;
	border: 1px solid #9cafbd;
}

div.box span.box-tl {
	background: url(../images/demo/blue/box-tl.gif) no-repeat top left;
}

div.box span.box-br {
	background: url(../images/demo/blue/box-br.gif) no-repeat bottom right;
}

div.box div.inner {
	background: #bbc6cf;
}

/*----- Header Panel -----*/

#header {
	border-bottom: 1px solid #01354a;
	background: #eef0f6;
}

#header div.bannerstart {
	background: #fff url(../images/demo/blue/bannerstart.gif) no-repeat top right;
}

#header h1 a {
	background: url(../images/demo/blue/logo.gif) no-repeat;
}

#header h2 {
	background: url(../images/demo/blue/bannertitle.gif) no-repeat;
}

#header div.topbar {
	background: #678592 url(../images/demo/blue/topbarbg.gif) repeat-x 130px 0;
}

#header div.middlebar {
	background: #fff url(../images/demo/bannerend.jpg) no-repeat top right;
}

#header div.middlebar div.inner {
	background: url(../images/demo/blue/bannerend.gif) no-repeat top right;
}

#header div.bottombar {
	background: #678592 url(../images/demo/blue/bottombarbg.gif) repeat-x 160px 0;
	border-bottom: 3px solid #01354a;
}

#header div.bottombar div.inner {
	background: url(../images/demo/blue/bottombarend.gif) no-repeat top right;
}

#header div.bottombar input.submit {
	background: #01374a;
	border-top: 1px solid #6d8c97;
	border-right: 1px solid #01232f;
	border-bottom: 1px solid #00171f;
	border-left: 1px solid #376170;
	color: #fff;

}

/*----- Left Panel -----*/

#left {
	background: #375668;
	color: #fff;
}

#left ul li {
	border-bottom: 1px solid #959595;
}

#left a:link, #left a:active, #left a:visited {
	color: #eef0f6;
}

/*----- Footer Panel -----*/

#footer {
	background: #678592;
	border-top: 5px solid #eef0f6;
}