body {
padding: 0;
margin: 0;
font: 0.74em arial,sans-serif;
line-height: 1.5em;
background: #fff url(images/bg.jpg) repeat-x top;
color: #454545;
}
a {
color: #224a88;
background: inherit;
text-decoration: underline;
}
a:hover {
color: #666;
background: inherit;
text-decoration: none;
}
p {
margin: 5px 3px;
}
h1 {
font: bold 1.8em arial,sans-serif;
padding: 8px 0 4px 0;
margin: 0;
letter-spacing: 0px;
}
h2 {
font: bold 1.6em arial,sans-serif;
letter-spacing: 0px;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}
img {
border: 0;
}
hr {
height: 1px;
border-style: none;
color: #d0d0d0;
background-color: #c0c0c0;
margin: 10px 0;
}
.content {
margin: 0 auto;
width: 900px;
}

#top {
padding-top: 15px;
background: url(images/banner_home.jpg) no-repeat;
height: 105px;
}
#top h1 {
font: bold 1.8em arial,sans-serif;
padding: 20px 0 0 0;
margin: 0;
letter-spacing: 1px;
color: #616161;
}
#top h2 {
font: 0.9em arial,sans-serif;
letter-spacing: 0;
color: #868686;
margin: 0;
padding: 0;
}
#top #icons {
float: right;
text-align: center;
color:#224a88;
font: bold 1.3em arial,sans-serif;
margin: 15px;
padding:0;
border:1px solid #ccc;
background:#FEF1B5;
width:350px;
}
#top #icons a {
color:#990033;
text-decoration: none;
}
#top #icons a:hover {
color:#666;
text-decoration: none;
}
#top #icons img {
padding-right: 2px;
border: 0;
}



/*** Main Nav ***/

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#nav {background:url(images/nav_bk.gif) repeat-x; width:890px; height:25px; position:relative; z-index:100; margin:0;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {padding:0; margin:0 auto; list-style-type:none; display:table; }
#pmenu ul {padding:0; margin:0; list-style-type:none; display:block; }

/* Hide the sub levels */
#pmenu li ul {display:none; position:relative; }

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {background:url(images/nav_bk.gif) repeat-x; font:bold 1.0em arial,sans-serif; display:block; padding:2px 15px 2px 5px; color:#224a88; line-height:20px; border:1px solid #bbc4db; border-width:0px 0 1px 0px; text-decoration:none; text-indent:8px; text-align:left; }
#pmenu li a:hover {background:#224a88; color:#fff; }

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {background:#cdd4e7; width:150px; border-width:0 1px 1px 1px; font-weight:normal; }
#pmenu li ul li a:hover {width:150px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#fff;}
#pmenu li.tc {background:#fff; display:table-cell;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative; }
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#224a88; color:#fff; }
#pmenu li:hover > a:hover {background:url(images/nav_bk_over.gif) repeat-x; color:#224a88;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:9px 10px 30px 30px; background:transparent url(transparent.gif); width:150px;}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {background:#cdd4e7; position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {background:url(images/nav_bk_over.gif) repeat-x; color:#224a88; }

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:url(images/nav_bk_over.gif) repeat-x; color:#224a88; }

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
[if IE]>
<style type="text/css">
#nav ul {display:inline-block;}
#nav ul {display:inline;}
#nav ul li {float:left;}
#nav {text-align:center;}
</style>
<![endif]



#main {
width: 900px;
margin: 0;
padding: 0;
}
#right_side {
float: right;
width: 230px;
min-height:600px;
background: #ffffff url(images/topr.jpg) no-repeat top right;
overflow: hidden;
}
#right_side .pad {
padding: 15px 15px 10px 17px;
}
#right_side ul {
padding: 3px 0 8px 7px;
}
#right_side li {
line-height: 18px;
background: #fff;
list-style: square;
padding-left: 0;
margin-left: 25px;
margin-right: 15px;
color: #454545;
}
#right_side a {
background: inherit;
text-decoration: none;
}
#right_side a:hover {
background: inherit;
text-decoration: underline;
}
#right_side h3 {
color: #748ab1;
font: bold 1.3em arial,sans-serif;
line-height: 1.2em;
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
}
#right_side p {
margin: 0 10px 0 15px;
}
#left_side {
background: inherit;
margin-bottom: 10px;
width: 650px;
}
#left_side p {
font: 1.1em arial, sans-serif;
line-height: 18px;
}

#left_side .intro {
background: #224a88;
color: #fff;
overflow: hidden;
}
#left_side .intro .pad {
font: 1.0em arial, sans-serif;
font-weight: 500px;
height: 40px;
line-height: 17px;
padding: 6px 0 0 0;
}
#left_side .intro a {
color: #fff;
text-decoration: none;
}
#left_side .intro a:hover {
color: #fcd116;
text-decoration: none;
}
#left_side .mpart {
padding: 20px 0 0 0;
}
#left_side h1 {
background: inherit;
color: #224a88;
padding: 0 0 15px 0;
margin: 0;
font: bold 1.5em arial,sans-serif;
}
#left_side .mpart h2 {
background: inherit;
height: 20px;
padding: 5px 0 10px 0;
margin: 0;
font: bold italic 1.4em arial,sans-serif;
line-height: 1.6em;
color: #224a88;
border-bottom: 0px dotted #e5e5e5;
}
#left_side .mpart h3 {
background: inherit;
padding: 0;
margin: 0;
float:right;
font: normal 1.1em arial,sans-serif;
color: #666;
}
#left_side .mpart h3 a {
text-decoration: underline;
color: #224a88;
}
#left_side .mpart h3 a:hover {
text-decoration: none;
color: #666;
}
#left_side .mpart h4 {
padding: 0;
margin: 0;
font: bold 1.1em arial,sans-serif;
line-height: 1.5em;
color: #224a88;
}
#left_side .mpart h5 {
font: bold 0.75em arial, sans-serif;
}
#left_side p {
color: #454545;
margin-bottom: 15px;
padding: 0;
text-align: none;
}
#left_side blockquote {
padding-left: 10px;
border-left: 3px solid #a7cc44;
margin: 10px 0 10px 25px;
}
.date {
border-top: 1px dotted #ccc;
padding: 5px 0;
margin: 10px 0 25px 0;
text-align: right;
}
#left_side .rs {
float: right;
margin: 0 10px;
border: 1px solid #ddd;
padding: 5px;
background: #f5f5f5;
}
#left_side ul {
list-style-position: top;
font: 1.1em arial, sans-serif;
line-height: 1.5em;
margin-left: 12px;
padding-bottom: 10px;
}
#left_side ul li {
list-style-type: square;
margin-left: 15px;
}
#left_side ul ul li {
list-style: none;
margin-left: 10px;
list-style-position: inside;
}
#left_side .greybox {
border: 1px solid #ccc;
background: #f5f5f5;
width: 628px;
padding: 10px;
}
#footer {
font: normal 1.0em arial, sans-serif;
background: #fff;
line-height: 17px;
clear: both;
width: 900px;
margin: 0 0 10px 0;
color: #777;
border-top: 1px dotted #e5e5e5;
}
#footer .right {
float: right;
text-align: right;
background: inherit;
padding-top: 10px;
width: 900px;
}
#footer a {
text-decoration: none;
color: #777;
}
#footer a:hover {
text-decoration: underline;
color: #777;
}
#footer h2 a {
font: bold 0.9em arial, sans-serif;
text-decoration: none;
color: #224a88;
}
#footer h2 a:hover {
text-decoration: underline;
color: #666;
}

