/* CSS Document */
a:link {
	COLOR: #990000; 
	text-decoration:none;
}
a:active {
	COLOR: #990000; 
	text-decoration:none;
}

a:visited {
	COLOR: #990000; 
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000000;
}

body{
	margin-top: 0px;
	background:#d5edff;
	padding:0;
	text-align:center;
}

#container{
	width:901px;
	margin-top: 0px;
	margin: auto;
	background:#c0c0c0;
}

#header{
	float:left;
	width:901px;
}

#header_1{
	float:left;
	background: url(../images/header_1.jpg) top left no-repeat;
	height:222px;
	width:901px;
}

#header_2{
	float:left;
	background: url(../images/nav_bg.jpg) top left repeat-x;
	width:901px;
	height:33px;
}

#navigators {
	float: left;
	height: 33px;
	width: 901px;
	padding-left: 130px;
}
#navigators ul {
	display:block;
	margin: 0px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#c0c0c0;
}

#navigators ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigators ul li a:link, #navigators ul li a:visited {
	background: url(../images/nav_bg.jpg) top left repeat-x;
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	height:33px;
	line-height:33px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
	border-right:#FFFFFF dotted 1px;
}

#navigators ul li a:hover, #navigators ul li a:active {
	display: block;
	background-position: 901px -33px;
	color:#000000;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#body_middle{
	float: left;
	width: 901px;
	background:#c0c0c0;
}

#left{
	float: left;
	width: 261px;
}

#left_top{
	float:left;
	margin:0;
	background:url(../images/left_top.jpg) top left no-repeat;
	width:261px;
	height:31px;
}

#left_bg{
	float:left;
	margin:0;
	background:url(../images/left_bg.jpg) top left repeat-y;
	width:261px;
	padding:4px 18px 4px 7px;
	line-height:18px;
}

#left_bottom{
	float:left;
	margin:0;
	background:url(../images/left_bottom.jpg) top left no-repeat;
	width:261px;
	height:15px;
}

#middle_right{
	float:left;
	margin:0;
	width:638px;
}

#header_image{
	float:left;
	padding:17px 5px 5px 5px;
	width:635px;
}

#middle_box_outer{
	float:left;
	padding:17px 5px 5px 5px;
	width:635px;
}

#middle_content_box{
	float:left;
	padding:5px;
}

/***** rounded Box ****/
.topleft1 { background: url(../images/top_left_corner.jpg) top left no-repeat; float:left;}
.topright1 { background:url(../images/top_right_corner.jpg) top right no-repeat; float:left;}
.bottomright1{ background:  float:left;}
.bottomleft1 { background:  float:left; }
.bordertop1{ background-color:#edf1e7; background: margin-bottom:7px;}
.borderbottom1 { background:  float:left; }
.borderleft1 { background: url(../images/top_bg.jpg) repeat-x top left; float:left; }
.borderright1 { background: float:left; }
.box_content{ background:#FFF url(../images/box_middle_bg.jpg) top left repeat-x; padding:5px; height:auto; }
.box_head{ text-align:center; color:#FFFFFF; margin:0px; padding:5px 0 5 10px; font-size:12px; font-weight:bold; height:24px; line-height:24px; margin-bottom:0px; }

/******************* Footer *************************/
#footer{
	float:right;
	/*line-height:30px;
	height:30px;*/
	text-align:right;
	font-size:10px;
	color:#000000;
	padding:5px;
	width:891px;
	background:#c0c0c0;
}
p
{
margin:8px 0px;
padding:0px;
}

h1 {
	text-align:center;
	color:#FFFFFF;
	margin:0px;
	padding:5px 0 5 10px;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin-bottom:0px;
}

h2 {
	text-align:left;
	color:#fff;
	margin:0px;
	padding-left:10px;
	font-size:12px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:0px;
}
.txtBold{
	color:#004a80;
	font-size:12px;
	font-weight:bold;
}

form{
	margin: 0 0 0 0;
}
.form-text{
	text-align: right;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #d5521a;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #d5521a;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #d5521a;
}
radio {
	border-width: none;
	border-style: none;
	border-color: #ffffff;
	background-color: #ffffff;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: none;
	background-color: none;
	border-style: none;
	border-color: none;
}
.input-button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/button_bg.png) repeat-x;
	height:24px;
	border-width: 1px;
	border-style: solid;
	border-color: #821c03;
}

blockquote,form,div,li,ol,p,td,ul {font-size: 11px; font-family:verdana; color: #333333;}

.h1{ font-size: 18px; font-family:verdana; color: #FF9900; }

img{ border-style:none; }

.image {
	border:#999999 1px solid;
	padding:4px;
}

p{	text-align: justify; }
.divBold { font-size:12px; font-weight:bold; color:#d5521a; }
.error{ color:#CC3300; font-family:verdana; font-size:12px; }

.error1 {
	font-family:Arial;
	font-size:11px;
}

.error1 ul {
	background: url(../images/error_icon.png) 5px 0.5em no-repeat #F9E8D9;
	border:#E6AB3E 1px solid;
	color:#990000;
	padding:11px 5px 5px 55px;
}

.error1 li {
	list-style-type:circle;
	padding:2px 5px 2px 5px;
}

.error1 span{
	color:#990000;
	width:98%;
	padding:11px 5px 5px 5px;
}

#inner_content_tab { font-size:11px; margin:2px 2px 2px 2px; border:1px solid #d5521a; font-family: verdana;} 
#inner_content_tab td { vertical-align:middle; padding:5px 2px 5px 5px; height:24px; font-size:11px; font-family: verdana; }
#inner_content_tab .t1 { background: url(../images/button_bg.png) repeat-x; padding:5px 0 5px 5px; height:22; color:#FFFFFF; }

#inner_tab { margin:2px 2px 2px 2px; border:1px solid #d5521a; font-family: verdana;} 
#inner_tab td { vertical-align:middle; padding:5px 2px 5px 5px; height:24px; font-size:11px; border-bottom:1px solid #d5521a; font-family: verdana; }
#inner_tab .t1 { background: #CCCCCC; padding:5px 0 5px 5px; height:22; color:#FFFFFF; font-size:10px; }


/*********** paging Table CSS ****************************/
#pagingTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*border:#d25e30 1px solid;*/
	color:#999999;
}

#pagingTable td{
	text-align:center;
	vertical-align:middle;
	/*background-color:#ECE6CC;*/
	height:18px;
	padding:3px;
	font-size:10px;
}

#pagingTable .t1{ 
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	/*background-color:#DE7221;*/
	font-weight:bold;
}

#pagingTable .t2{ 
	text-align:center;
	vertical-align:middle;
	color:#000000;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

#pagingTable a:link, #pagingTable a:visited{
	color:#CC3300;
	font-weight:bold;
	font-size:10px;
}

#pagingTable a:hover{
	color:#000000;
	font-weight:bold;
	font-size:10px;
}
