*{
margin:0px;
padding:0px;
border:0px;
font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;font-weight:normal;color:#004;
font-size:12px;
vertical-align:top;
text-align:left;
}
body{
background:url(images/bg1.jpg) repeat-x #420451;
}
#container{
width:800px;
margin:auto;
background:#fff;
padding-top:5px;
padding-bottom:5px;
}
#layout{
width:790px;
margin:auto;
background:#fff;
}
#tnav{
background:url(images/tnavbg1.gif) repeat-x top left #d1d1d1;
width:800px;
height:20px;
vertical-align:middle;
}
#tnav ul{
list-style:none;
text-align:right;
}
#tnav li{
display:inline;
}
#tnav li a:link, #tnav li a:visited, #tnav li a:active{
text-decoration:none;
color:#004;
margin:0 5px 0 5px;
}
#tnav li a:hover{
color:#57d;
text-decoration:underline;
margin:0 5px 0 5px;
}
#hdr{
	height:142px;
	background:url(images/hdrbg1.jpg) no-repeat top left;
}
#gap{
height:10px;
}
#lhs{
width:158px;
border-right:1px solid #ddd;
}
#lnav ul{
list-style:none;
width:148px;
}
#lnav li{
margin:2px 0 0 0;
}
#lnav li a:link, #lnav li a:visited, #lnav li a:active{
text-decoration:none;
color:#004;
background:#ddd;
display:block;
height:20px;
width:148px;
padding:3px 0 0 5px;
}
#lnav li a:hover{
color:#fff;
background:#710b8a;
text-decoration:none;
display:block;
height:20px;
width:148px;
padding:3px 0 0 5px;
}
#pull_list{
	margin:18px 0 0 15px;
}
#pull_list li{
margin:0 0 15px 0;
list-style-type:disc;
list-style-position:outside;
font-weight:bold;
vertical-align:middle;
}
#main{
	padding:0 10px 0 10px;
	width:510px;
	vertical-align: top;
}
#main a:link, #main a:visited, #main a:active{
text-decoration:underline;
color:#57d;
font-size:12px;
}
#main a:hover{
color:#57d;
text-decoration:none;
font-size:12px;
}
#main li{
margin:0 0 5px 0;
list-style-type:disc;
list-style-position:inside;
vertical-align:middle;
font-size:12px;
}

h1,h2,h3,h4,h5,h6{
font-weight:bold;
margin:18px 0 18px 0;
font-size:13px;
}
p{
margin:18px 0 18px 0;
line-height:18px;
}
.p1{
font-size:12px;
}
#rhs{
width:122px;
border-left:1px solid #ddd;
text-align:center;
}
#rhs img{
margin:0 0 20px 0;
}
#ftr{
height:35px;
background:url(images/ftrbg1.gif) repeat-x #d1d1d1;
vertical-align:middle;
padding-left:5px;
}
#ftr div{
float:left;
display:inline;
font-size:11px;
margin-top:3px;
}
.ftrnav{
margin:0 60px 0 190px;
}
#ftr ul{
list-style:none;
}
#ftr li{
display:inline;
font-size:11px;
}
#ftr a:link, #ftr a:visited, #ftr a:active{
text-decoration:none;
color:#004;
font-size:11px;
}
#ftr a:hover{
color:#57d;
text-decoration:underline;
font-size:11px;
}

hr{
height:1px;
width:99%;
text-align:left;
background:#ddd;
color:#ddd;
margin:15px 0 5px 0;
}

#sitenav li{
	list-style-image: url(images/bullet1.gif);
}

#indent {
	text-indent: 30px;
}

#menu {
width: 12em; /* set width of menu */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 1.1em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->