* {
margin: 0;
padding: 0;
}
body {
background: rgb(200,232,251) url(img/bg.png) repeat-x;
color: #000;
font: normal 0.9em Arial,Helvetica,sans-serif;
}
img, a, table {
border: 0;
}
h1, h2, h3, h4 {
color: white;
margin-top: 0;
margin-bottom: 0.3em;
font-weight: bold;
line-height: 135%;
}
h1, h2, h3 {
font-size: 2em;
}
h4 {
font-size: 1.5em;
}
td {
text-align: left;
vertical-align:top;
}
p {
margin-top: 10px;
line-height: 140%;
}
input  {
padding: 2px;
}
p.copy {
font-size: 0.9em;
color: rgb(96,96,96);
text-align: center;
margin-top: 30px;
}
p.small {
font-size: 0.9em;
}
hr {	
color: rgb(200,200,200);
background: rgb(200,200,200);
height: 1px;
border: none;
margin-top: 10px;
}
/*
a:link, a:visited {
color: rgb(0,0,128);
font-weight: 700;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
color: rgb(24,48,164);
}
*/

/* DIV --> */
/* ------------------------------------------------------------ */
.container {
margin: 0 auto;
width: 880px;
}
.clearer {
clear: both;
}
.item {
background: #fff;
border: 4px solid #fff;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
box-shadow: 0 1px 4px rgba(0,0,0,.2);
float: right;
/*
width: 580px;
margin: 5px 27px 0 0;
*/
text-align: left;
min-height: 200px;
height: auto !important; /* min-height cross-browser hack */
height: 200px; /* min-height cross-browser hack */
}
.item h2 {
background-color: #229900;
padding:0.2em 0.7em;
font: bold 1.2em/2em Arial, Helvetica;
text-decoration: none;
color: #fff;
-moz-border-radius: .2em;
-webkit-border-radius: .2em;
border-radius: .2em;
}
.item p {
padding:0.4em 0.8em 0.8em 0.8em;
}
/* ------------------------------------------------------------ */
/* <-- DIV */

ul.menu li {
margin: 0;
padding: 0;
list-style: none;
}
ul.menu li a {
color: white;
display: block;
margin: 0 0 0 0;
height: 40px;
width: 180px;
padding: 14px 0 0 20px;
text-decoration: none;
font-weight: bold;
background: url(img/menu-li-bg1.png) no-repeat;
}
ul.menu li a.sel {
background: url(img/menu-li-bg2.png) no-repeat;
}

ul.menu li a:hover {
background: url(img/menu-li-bg3.png) no-repeat;
}

.tc {
text-align: center;
}