/*============================================================================================*/
/*--- blocks											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
#block_nav_top{
	width: 760px
}
#block_main{
 width: 760px;
}
#block_nav_bar{
 float: left;
 width: 170px;
}
#block_content{
	padding: 10px
}

#block_content h1, #block_content h2, #block_content h3, #block_content h4, #block_content p { margin: 0; padding: 0; font-weight: normal; line-height: 1.5 }
#block_content h1 { color: #296AAB; font-size: 1.8em; letter-spacing: -0.025em }
#block_content h2 { font-size: 1.5em; font-style: normal; color: #000; line-height: 1.3em }
#block_content h3 { font-size: 1.3em }
#block_content h4 { font-size: 1 }
#block_content p { margin: 10px 0; line-height: 1.5 }

#block_tip{
	position: absolute;
	top: 135px;
	left: 770px;
	border: 1px solid #999999;
	padding: 10px 5px 25px;
}
/*
*/
#block_footer{
 position: relative;
 top: 20px; 
 clear: both;
}

/*============================================================================================*/
/*--- scopes											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*============================================================================================*/
/*--- links  											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #0000ff;
}
/*--------------------------------------------------------------------------------------------*/
.menu-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menu-link:hover {
	text-decoration: underline;
}
.menu-link:visited {
	color: #000000;
}
/*--------------------------------------------------------------------------------------------*/
.menu-link-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu-link-white:hover {
	text-decoration: underline;
}
.menu-link-white:visited {
	font-weight: bold;
	color: #ffffff;
}
/*--------------------------------------------------------------------------------------------*/
.menu-link-white-s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu-link-white-s:hover {
	text-decoration: underline;
}
.menu-link-white-s:visited {
	color: #ffffff;
}
/*-----------------------------------------------------------------------------------------*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.footer:hover {
	text-decoration: underline;
}
.footer:visited {
	color: #444444;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #EE0000;
	text-decoration: none;
}
.footer2:hover {
	text-decoration: underline;
}
.footer2:visited {
	color: #EE0000;
}
/*============================================================================================*/
/*--- menu  											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.menu-cell-0 {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #e0e0e0;
	padding-left: 10px;	
}
.menu-cell-0-nopad {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #e0e0e0;
	padding-left: 0px;
}
.menu-cell-1 {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #f6f6f6;
	padding-left: 25px;	
}
.menu-cell-1-nopad {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #f6f6f6;
	padding-left: 0px;
}
.menu-cell-1-10pad {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #f6f6f6;
	padding-left: 10px;
}
.menu-cell-line {
	background-color: #999999;
}
/*============================================================================================*/
/*--- box cell 											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.box-cell-0 {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #e0e0e0;
	padding-left: 10px;
}
.box-cell-0-noline {
	background-color: #e0e0e0;
	padding-left: 10px;
}
.box-cell-1 {
	vertical-align: middle;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	background-color: #f6f6f6;
	padding-left: 10px;
}
.box-cell-1-noline {
	background-color: #f6f6f6;
	padding-left: 10px;
}
.box-cell-1-noline-nopad {
	background-color: #f6f6f6;
}
.box-cell {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	padding-left: 10px;
}
.box-cell-noline {
	padding-left: 10px;
}
.box-cell-nopad {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	padding-left: 0px;
}
/*============================================================================================*/
/*--- width and err width								@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.width-75 {
	width: 75px;
}
.width-65 {
	width: 65px;
}
.width-55 {
	width: 55px;
}
.width-125 {
	width: 125px;
}
.width-150 {
	width: 150px;
}
.width-175 {
	width: 175px;
}
.width-250 {
	width: 250px;
}
.width-400 {
	width: 400px;
}
.width-55-err {
	width: 55px;
	background-color: #FF8A15;
}
.width-65-err {
	width: 65px;
	background-color: #FF8A15;
}
.width-75-err {
	width: 75px;
	background-color: #FF8A15;
}
.width-125-err {
	width: 125px;
	background-color: #FF8A15;
}
.width-150-err {
	width: 150px;
	background-color: #FF8A15;
}
.width-175-err {
	width: 175px;
	background-color: #FF8A15;
}
.width-250-err {
	width: 250px;
	background-color: #FF8A15;
}
.width-400-err {
	width: 400px;
	background-color: #FF8A15;
}
/*============================================================================================*/
/*--- buttons											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.button-40 {
	width: 40px;
	border: 1px solid #666666;
}
.button-60 {
	width: 60px;
	border: 1px solid #666666;
}
.button-90 {
	width: 90px;
	border: 1px solid #666666;
}
.button-120 {
	width: 120px;
	border: 1px solid #666666;
}
.button-140 {
	width: 140px;
	border: 1px solid #666666;
}
.button-200 {
	width: 200px;
	border: 1px solid #666666;
}
/*============================================================================================*/
/*--- alignment											@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.cell-ml {
	text-align: left;
	vertical-align: middle;
}
.cell-mr {
	text-align: right;
	vertical-align: middle;
}
/*============================================================================================*/
/*--- page & content									@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.page-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.content-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
/*============================================================================================*/
/*--- msg & msg link									@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE0000;
	text-decoration: none;
}
.msg-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE0000;
	text-decoration: underline;
}
.msg-link:hover {
	text-decoration: none;
}
.msg-link:visited {
	color: #EE0000;
}
/*============================================================================================*/
/*--- txt and bg										@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@---*/
/*--------------------------------------------------------------------------------------------*/
.text-active {
	color: #000000;
}
.text-disabled {
	color: #999999;
}

.bg-blue {
	background-color: #3D90E1;
}
.bg-blue-lt {
	background-color: #E7EFFF;
}
.bg-1 {
	background-color: #f6f6f6;
}
.bg-focus {
	background-color: #FFDDBA;
}
/*-----------------------------------------------------------------------------------------*/

#middle_section { clear: both; width: 760px }
.middle_block { float: left; width: 33%; margin-bottom: 10px }
.middle_block_heading { font-weight: bold; color: #fff; padding: 5px 5px; background: #474A59 }
.middle_block_content { padding: 5px; border-width: 0 1px 1px 0; border-style: solid; border-color: #999; height: 170px }
.middle_block_content ul { list-style: none outside url(/images/0147_blue-4square.png); margin: 0; padding-left: 1.4em; text-indent: -.2em; }
.middle_block_content ul li { margin-bottom: 5px }
/*.middle_block_content ul li:before { content: "\00BB \0020"; }*/

