/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}
a
{
	text-decoration: none;
	color: #014A8E;
	font-weight:bold;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	padding:0px; /*top   right	 bottom	 left*/
	font-size:24px;
	color:#121F80;
}
#main
{
	background:url(images/top-bg.jpg) repeat-x;
}
#nav-top
{
	background:url(images/menu_top.jpg) no-repeat;
	width:197px;
	height:17px;
}
#nav
{
	background:url(images/nav-bg.jpg) repeat-y;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	vertical-align:top;	
}

#nav ul
{
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
}
#nav li
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	list-style-image: none;
}
#nav li a.selected
{
	display: block;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	color: #0266B1;
	line-height: 22px;
	background:url(images/menu_hover.jpg) no-repeat;
}
#nav li a 
{
	display: block;
	width: 151px;
	margin: 0;
	padding: 0px 0px 0px 30px;
	background:url(images/menu_bg.jpg) no-repeat;
	color: #FFFFFF;
	line-height:22px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background:url(images/menu_hover.jpg) no-repeat;
}
#nav-bot
{
	background:url(images/menu_bot.jpg) no-repeat;
	width:197px;
	height:17px;
}
#inner-menu
{
	background:url(images/inner-menu.jpg) repeat-y;
	font-size:13px;
	color:#FFFFFF;	
}
#inner
{
	width:40px;
	text-align:right;
	border-bottom:1px #FFFFFF dotted;	
}
#inner-right
{
	padding-left:5px;
	border-bottom:1px #FFFFFF dotted;
			
}
#inner-right a
{	
	color:#AFCFE6;
	font-weight:normal;	
}
#inner-right a:hover
{	
	color:#ffffff;
	text-decoration:none;
}
#inner-right a.selected
{	
	color:#FFFfff;	
}
#right
{
	background:url(images/nav-bg.jpg) repeat-y;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	width:197px;
	vertical-align:top;		
}
.field
{
	border:1px solid #2077BA;
}
#border-bottom
{
	border-bottom:1px dotted #FFFFFF;
}


/********************************************************************************************************************************
*
* This is Footer Area
*
*********************************************************************************************************************************/


#bottom
{
	background:url(images/bottom_bg.jpg) repeat-x;
	text-align:center;
	vertical-align:bottom;
	font-size:11px;
	line-height:16px;
	height:78px;
	color:#83ACD6;
}
#bottom a
{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}
#bottom a:hover
{
	color:#83ACD6;
	text-decoration:none;
}
