body {
background:#333 url(header_bg.gif) repeat-x;
font-size:12px;
font-family:arial, helvetica, Sans-Serif;
margin:0;
padding:0;
}

a:link,a:visited,a:active {
color:#000;
font-weight: bold;
}

a:hover {
color:#730000;
}

.line {
line-height:1px;
border-bottom:1px solid #ccc;
margin:15px 0;
}

h1 {
font-size:18px;
color:#000000;
text-align:left;
margin:0 2px 8px;
}

h2 {
font-size: 14px;
color:#444444;
}
h3 {
font-size: 14px;
}
h4 {
font-size: 10px;
}

h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

form {
margin:0;
}

.input {
border:1px solid #000;
background-color:#fff;
}

.btn {
border:1px solid #000;
background-color:#900;
font-size:11px;
font-weight:700;
color:#fff;
}

#header {
position:relative;
width:900px;
height:145px;
background:transparent 40px 17px no-repeat;
margin:0 auto;
}

#title {
float:left;
padding-top:20px;
padding-left:20px;
border:0px solid;
}

#title .txtb {
font-size:20px;
color:#636363;
font-style:italic;
}

#title .txtc {
font-size:20px;
color:#730000;
font-style:italic;
}

#search_box {
float:right;
margin-top:58px;
}

#search_box .inp {
width:120px;
border:1px solid #808080;
}

#breadcrumbs {
position:relative;
width:100%;
min-height:15px;
background-color:#cccccc;
}

#breadcrumbs_inner {
width:900px;
margin:0 auto;
padding:1px 0;
text-align:left;
font:italic bold 12px arial;
color:#000;
text-indent:230px;

}

#WrapperOuter {
position:relative;
width:100%;
background-color:#eee;
}

#WrapperInner {
position:relative;
width:900px;
background-color:#f6f6f6;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
margin:0 auto;
}

#contentPan {
background-color:#fff;
margin:0 190px 0 220px;
padding:10px;
}

div#contentPan {
min-height:980px;

}

* html #contentPan {
height:420px;
}

#leftPan {
float:left;
width:200px;
margin:0;
padding:10px;
}

#rightPan {
float:right;
width:170px;
margin:0;
padding:10px;
}

#menu {
width:auto;
text-align:left;
}

#menu .menu_title {
font:bold 12px verdana;
color:#fff;
background-color:#730000;
margin-bottom:10px;
border:1px solid #000;
padding:2px;
}

#menu ul {
list-style-type:none;
margin:0;
padding:0;
}

#menu li {
padding-bottom:2px;
}

#menu li a {
background:url(arrowbullet.gif) left center no-repeat;
display:block;
font-size:14px;
font-weight:700;
color:#777;
text-decoration:none;
border-bottom:1px solid #dadada;
padding:2px 0 3px 20px;
}

#menu li a:hover {
color:#000;
}

#menu li.menu-current a {
color:#000;
font-style:italic;
}

#menu li.menu-child a {
color:#777;
margin-left:12px;
}

#menu li.menu-expand a {
color:#777;
background:url(plusbullet.gif) left center no-repeat;
}

#footer {
clear:both;
background-color:#333;
font-family:verdana;
font-size:xx-small;
color:#ccc;
text-align:center;
margin:0;
padding:10px 0 30px;
}

#footer a {
color:#ccc;
}