body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
}
body {
	background-color: #fff;
	background-image: url('/images/bodybg.jpg');
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input[readonly] { background-color: #f6f6f6; color: #666; }

#menu {
	margin: 0;
	padding: 0;
	width: 200px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	list-style: none;
	float: left;
}
#menu li {
  float: left;
  text-align: left;
  padding: 0;
  position: relative;
  display: block;
  width: 200px;
  z-index: 900;
}
#menu ul {
  float: none;
  top: 4px;
  left: 199px;
  width: 200px;
  height: auto;
  display: none;
  list-style: none;
  border: solid 1px #999999;
  background: #fff;
  position: absolute;
  z-index: 900000;
  margin: 0;
  padding: 0;
}
#menu ul li {
  clear: both;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}
#menu ul ul {
  top: 0;
  left: 199px;
}
#menu li:hover ul ul {
  display: none;
}
#menu li:hover ul,
#menu li ul li:hover ul {
  display: block;
} 
#menu li a {
  color: #494949;
  padding: 8px 0px 8px 0px;
  display: block;
  border-bottom: #B3BCD5 solid 1px;
}

#menu a { font-weight: normal; background: url('/images/li.gif') no-repeat bottom #0d2f61; display: block; color: #494949; text-decoration: none; padding: 8px 0 8px 0px; border-bottom: #B3BCD5 solid 1px; text-indent: 20px; }

#menu a:link { background: url('/images/li.gif') no-repeat left; }
#menu a:visited { background: url('/images/li.gif') no-repeat left; }
#menu a:hover { color: #494949; background: url('/images/li.gif') no-repeat left #e7e7e7; }
#menu a:action { color: #494949; background: url('/images/li.gif') no-repeat left #e7e7e7; } 
#menu a:focus { color: #494949; background: url('/images/li.gif') no-repeat left #e7e7e7; }

#menu li.sel a { color: #ffd700; }

#menu li span.dalej { background: url('/images/dalej.png') no-repeat 140px transparent; display: block; }

#menu li:hover ul li a {
  color: #494949;
  padding: 4px 0px;
  background-color: #fff;
  text-decoration: none;
}


#menu li:hover ul li a:hover {
  color: #494949;
  background-color: #e7e7e7;
}
#menu ul li a:hover {
  color: #494949;
  background-color: #e7e7e7;
}
#menu li ul li a {
  width: 200px;
 }
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #005480;
}
h2 {
	font-size: 14px;
	color: #005480;
}
h3 {
	font-size: 13px;
	color: #005480;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}

#mainContainer { width: 770px; margin: 0 auto; }
#header {margin-top: 26px; float: left; width: 770px; height: 52px;}
#menu-top {float: left; width: 770px; height: 82px;}
#mainpic {float: left; width: 770px; height: 137px; margin-top: 16px;}
#contents {width: 770px; float: left;}
#menu-left {width: 200px; margin-left: 20px; float: left;}
#bodycopy {width: 505px; margin: 20px 0px 0px 20px; float: left; text-align: justify;}
#footer {width: 770px; float: left; margin: 16px 0; padding-top: 6px; border-top: dotted 1px #e7e7e7; font-size: 11px;}
#footer h1 {color: #ccc; font-size: 9px; font-weight: normal;}
#footerLeft {width: 280px; float: left;}
#footerRight {width: 480px; float: right; text-align: right;}

.path { font-size: 11px; }
.underline { border-bottom: solid 1px #ccc; }
.reddy { color: #990000; }

input {
  background-color: #fff;
  color: #333;
  border: solid 1px #999;
}

input.btn {
	border: solid 1px #3f5671;
	background: url('/images/bg_btn.png') top left repeat-x;
	color: #323259;
	height: 20px;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

input[disabled] {
  background-color: #f8f8f8;
  color: #666;
  border: solid 1px #f8f8f8;
}