body {
	margin:0;
	padding:0;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color:#f0f0f0;
  	color:#6f6f6f;
	font-family:arial,sans-serif;
	font-size:13px;
	}

a {text-decoration: none; color: #5f5f5f; }
a:hover { text-decoration: underline; }
td{font-family:arial,sans-serif;font-size:13px;color:#6f6f6f;}
p{font-family:arial,sans-serif;font-size:13px;color:#6f6f6f;}

#title_before_login
{margin:0;padding:0;
background-image: url(images/titleBg_before_login.jpg);
background-repeat: no-repeat;
height:112px;
}

#title_after_login
{margin:0;padding:0;
background-image: url(images/titleBg_after_login.jpg);
background-repeat: no-repeat;
height:112px;
}


#header
{margin:0;padding:0;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
height:108px;
}

#main_content{border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;padding-bottom:50px;}

.login{background-color:#00b7e3;color:#fff;border:#0093b7;padding:2px;cursor:pointer;}
.search{background-color:#4a4a4a;color:#fff;border:#414141;padding:2px;cursor:pointer;}
hr{size:1;color:#f7f7f7;}

img {border:none;}
h1, h2, h3, h4, h5, h6 { font-weight: bold; padding-bottom: 5px; color: #6f6f6f; letter-spacing: -1px; line-height: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #303030; }
h1 { font-size: 26px; padding:15px 0 5px 0;}
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


.topNavBar{
padding:0;
margin: 0;
font-size:13px;
font-family:arial;
width: 100%;
}

.topNavBar ul{
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
float:right;
}

.topNavBar ul li{
display: inline;
width:92px;
height:42px;
}

.topNavBar ul li a{
float:left;color: #fff;
padding: 11px 32px 15px 32px;
margin: 0;
text-decoration: none;
}

.topNavBar ul li a:hover{
color: #343c3c;
background: transparent url(images/navBg.png) center center no-repeat; /*background of menu item onMouseover*/
}

.topNavBar #current a{
color: #343c3c;
background: transparent url(images/navBg.png) center center no-repeat; /*background of menu item onMouseover*/
}

.copyright p{color: #fff;}

input[type=password],input.text, input.title, textarea, select { background-color:#f3f4f4; border:1px solid #cecece; padding: 2px; color: #4e4e4e; }
input[type=text],input.text, input.title, textarea, select { background-color:#f3f4f4; border:1px solid #cecece; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

.mainNavbg{font-weight: bold;font-size: 18px;color: #3a3c3c;text-decoration:none;border-bottom:1px solid #ccc;display:block;padding:0 0 10px 0;}

.bottomLink{font-weight: normal;font-size: 12px;color: #3a3c3c;text-decoration:none;}
.bottomLink a:link{padding:3px;text-decoration:none;}
.bottomLink a:visited{padding:3px;text-decoration:none;}
.bottomLink a:active{padding:3px;text-decoration:none;}
.bottomLink a:hover{padding:3px;text-decoration:underline;}

.bullet { list-style-image: url(images/bullet_rsite.jpg); }

ul.bullet1{list-style-type: none; margin: 0;padding-left:5;}
ul.bullet1 li{color:#444444;background-image: url('images/arrow1.gif');background-repeat: no-repeat;background-position: 0 .5em;padding-left: 0.5em; line-height:145%;font-family: tahoma, Trebuchet MS, arial, verdana,  sans-serif;color: #444444;font-size:11px;font-weight: normal;text-decoration:none;}

ul.bullet1 li a{padding-left:5;font-family: tahoma, Trebuchet MS, arial, verdana, sans-serif;color: #444444;font-size:11px;font-weight: normal;text-decoration:none;}

ul.bullet1 li a:active{padding-left:5;font-family: tahoma, Trebuchet MS, arial, verdana, sans-serif;color: #444444;font-size:11px;font-weight: normal;text-decoration:none;}

ul.bullet1 li a:hover{font-family: tahoma, Trebuchet MS, arial, verdana, sans-serif;color: #444444;font-size:11px;font-weight: normal;text-decoration:underline;}



