@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:14pt;
	background:#ebebeb;
}

p{text-align:justify;}

img{border:none;}
a{
color:#194e88;
text-decoration:none;
}

select{
	color:#666;
}
a:hover
{
	text-decoration:underline;
}
#main{
	width:775px;
	margin:5px auto;
	background:#fff;
}

#leftsec{width:9px; background:url(images/bg-left.jpg) repeat-y;}
#rightsec{width:9px; background:url(images/bg-right.jpg) repeat-y;}
#wrapper{
	border:3px solid #FFF ;}

#header{
	background:no-repeat;background-image:url(images/header.jpg);
	height:117px;
	margin:0 0 2px 0;
}

#container{
	border-top:15px solid #c0e0e5;
	
}

.tableBG {
  background-color: #9dc6fc; 
}
.TableHead {
    color:#ffffff;
	font-family: Arial;
	font-size: 12px;	
	font-weight: normal;
	background-color: #214f8b;
}
.white_link {
color:#ffffff;
text-decoration:underline;
}

#footer{
background:#c0bfbe;	
text-align:center;
color:#FFF;
padding:5px 0;
}

/*#######NAV###########*/
#leftNav{
	width:198px;
	float:left;
	margin:13px 13px;
	padding:0;
}

*html #leftNav{margin:7px 7px;}

#leftNav li{
	list-style:none;
	margin:0;
	padding:0;
}

#leftNav li a{
	display:block;
	height:29px;
	background:url(images/common.jpg) no-repeat;
	color:#194e88;
	text-indent:25px;
	text-decoration:none;
	text-transform:capitalize;
	line-height:22pt;
	font-weight:bold;
	}

#leftNav li a:hover{
	background:url(images/hover.jpg) no-repeat;
}
#leftNav #current a{
	background:url(images/select.jpg) no-repeat;
}


#content{
	display:inline;
}

.clearit{
	clear:both;
}


.greyborder {
background-color:#FFFFFF;
border:1px solid #D4D9DD;
padding:0;
width:519px;
}

.buttonbg {
background-color:#deeff1;
border-top:1px solid #D4D9DD;
padding:5px 0 5px 5px;
line-height:12px;
}

.light{background:#f3f3f3;}
.dark{background:#efefef;}

.light td,.dark td{border:1px solid #FFF; padding:4px 0;}
.bodytext{
border-color:#FFF;
text-indent:5px;
}

.breadcrumbs{
	margin:16px 0 0 0;
}
