* {
  font-family: verdana, arial, sans-serif;
}

body {
  background: url('gfx/bg.jpg') repeat-x fixed;
  text-align: center;
  font-size: 73%;
  margin: 0;
  padding: 0;
}

a {
  color: #449;
}

a:hover {
  color: #246;
}

a:visited {
  color: #69a;
}

a.cvs_enter {
  text-align: center;
  display: block;
  background: #035;
  height: 23px;
  padding-top: 10px;
  color: #fff;
  border: 1px solid #69b;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
  font-weight: bold;
  margin: 20px 50px;
}

a.cvs_enter:hover {
  background: #369;
  color: #fff;
}

h2 {
  margin: 25px 0;
  font-size: 15pt;
  font-weight: normal;
  color: #f9a34a;
}

h2 span {
  color: #999;
}

h3 {
  font-size: 12pt;
  font-weight: normal;
  margin: .2em 0;
  color: #f9a34a;
}

h4 {
  font-size: 11pt;
}

sup.tm {
  font-size: .5em;
}

#wrap {
  width: 790px;
  margin: 0 auto 20px auto;
  text-align: left;
  background: #fff;
}

/* MY CSS STARTS HERE! */
#header {
  padding-left: 12px;
  height: 95px;
  background: url('gfx/header2.jpg') no-repeat;
  overflow: hidden;
}

#menu_area {
	padding-left: 25px;
	text-align: center;
	height: 31px;
	background: url('gfx/menu_bg.jpg') no-repeat;
	overflow: hidden;
}

#nav {
	float: left;
	width: 700px;
	list-style: none;
	line-height: 1;
	background:  url('gfx/menu_over_1.jpg') repeat-x;
	/*font-weight: bold;*/
	padding: 0;
	padding-left: 60px;
	/*border: solid #434261;*/
	/*border-width: 1px 0;*/
	margin: 0 0 1em 0;
	text-align: center;   /*added by me*/
	font-size: 8pt;     /*added by me*/
	white-space: normal; /*added by me*/

}	

#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background:  url('gfx/menu_over_1.jpg') repeat-x;
	/*font-weight: bold;*/
	padding: 0;
	/*border: solid #434261;*/
	/*border-width: 1px 0;*/
	margin: 0 0 1em 0;
	text-align: center;   /*added by me*/
	font-size: 8pt;     /*added by me*/
	white-space: normal; /*added by me*/
	
}	

#nav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: #000;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
	font-size: 8pt;  /*added by me*/
}

#nav a.arrow {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding-top: 6px;  /*padding: 0;*/
	/*width: 8em;*/
	height: 25px;
	/*margin: 0;
	display: inline;
	white-space: nowrap;*/
}

/* LEVEL 1 DROP DOWN  - WHOLE LIST */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12.4em;
	w/idth: 11.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin-top: 6px;  /* margin: 0;*/
	/*display: inline;
	white-space: nowrap;*/	
}

/* LEVEL 1 DROP DOWN  - INDIVIDUAL ITEMS */
#nav li li {
	padding-left: 1em;
	width: 13.5em;
	text-align: left;
	background: #D8D8D8;
	border-bottom: 1px solid #434261; /*added by me*/
	border-left: 1px solid #434261;   /*added by me*/
	border-right: 1px solid #434261;  /*added by me*/
	white-space: nowrap;  /* DON'T TAKE THIS OUT!  IT STOPS LINE WRAPPING ON THE SUBMENU */
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
	padding-left: 0px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul,
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, 
#nav li.sfhover {
	background: #ffcc66;
}
/* MY CSS ENDS HERE! */

#vert_menu {
	text-align: left;
	text-indent: 1em;
	width: 185px;
	margin-left: 11px;
	_margin-left: 5px;
	background: url('gfx/vmenu_bg.jpg');
	float: left;
}

#vert_menu a {
	color: #fff;
	width: 185px;
	height: 25px;
	background: url('gfx/vmenu_bg.jpg') no-repeat;
}

#vert_menu a:hover {
	color: #ccc;
}

#vert_menu img {
	border: 3px solid #225;
	margin: 4px 0 0 4px;
}

#vert_menu p {
	text-indent: 0;
	padding: 20px 10px;
	color: #efefef;
}

#vert_menu_bot {
	/*  margin-top: 10px;*/
	height: 50px;
	background: url('gfx/vmenu_bot.jpg') no-repeat center bottom;
}

#content {
	float: left;
	width: 550px;
	margin-left: 17px;
	min-height: 500px;
	_height: 500px;
}

#content p {
	line-height: 1.5;
	text-align: justify;
	margin: 20px 0;
}

.float_note {
	width: 350px;
	text-align: left;
	line-height: 1.5;
	background: #035;
	color: #fff;
	padding: 1.2em;
	float: right;
	margin: .5em 0 .8em 1.5em;
}

.float_note h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}

.setleft {
	text-align: left;
}

/*  Lists        */

#content ul {
	list-style-type: none;
	padding: 1em 2em 1em 4em;
}

#content li {
	margin: 1em;
	color: #444;
	list-style-type: none;
	line-height: 1.5;
	padding-left: 14px;
	background: url('gfx/bullet.jpg') no-repeat 0 5px;
}

#content li ul li {
	font-size: .95em;
	background: url('gfx/subbullet.jpg') no-repeat 0 4px;
	color: #666;
}

#content li ol li {
	font-size: .95em;
	list-style-type: decimal;
	color: #666;
}

/*   Tables   */

#content table {
	margin: 1.2em 0;
	font-size: .96em;
	border-bottom: 1px solid #cccccc;
	width: 550px;
}

#content table th, #content table td {
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#content table th {
	border: none;
	color: #fff;
	text-align: left;
	background: #225;
}

#content table.noborder  {margin: 1.2em 0 0 0; font-size: 1.0em;  border-bottom: 0px solid #cccccc; width: 550px;}
#content table.noborder th  {border: 0px;}
#content table.noborder td  {border: 0px; vertical-align:top;}
#content table.noborder tr  {border: 0px;}

#content table.noborder2  {margin: 0 0 0 0; font-size: 1.0em;  border-bottom: 0px solid #cccccc; width: 550px;}
#content table.noborder2 th  {border: 0px;}
#content table.noborder2 td  {border: 0px; vertical-align:top;}
#content table.noborder2 tr  {border: 0px;}

#content ol.number li {
	font-size: 1.0em;
	list-style-type: decimal;
	background: #FFF;
	padding-left: 3px;
	margin-left:20px;
}

td.tbl_date {
	width: 150px;
	height: 40px;
	text-align: center;
	color: #555;
	border-left: 1px solid #efefef;
	background: #fafafa;
}

table thead th.dl_head {
	background: #024 !important;
}

table td.tbl_dl_label, table td.tbl_cvs_param {
	width: 280px;
	border-left: 1px solid #cccccc;
}

table td.tbl_dl_link {
	background: #f3f5fa;
}

table td.tbl_cvs_param {
  width: 100px;
}

#footer {
  text-align: center;
  padding-top: 20px;
  height: 30px;
  background: url('gfx/footer.jpg') no-repeat bottom center;
  clear: both;
}


/* Forms */

fieldset {
  border: solid 0 transparent;
  border-bottom: 1px solid #eaeaea;
  margin: 2em 0;
  padding: 0 0 1em 0;
}

fieldset div {
  margin: 1em 0;
}


label, .checkbox_float div label {
  float: left;
  width: 220px;
  height: 22px;
  line-height: 22px;
  margin-right: 12px;
  text-align: right;
}

input, select {
  width: 180px;
}

textarea {
  width: 300px;
  height: 100px;
}

input.submit {
  margin-left: 232px;
}
