body {
background-image: url(images/background.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6D6D6D;
margin: 0 auto 0 auto;
text-align: center;
}

img {
border: 0px solid #000000;
}

.images {
background-color: #ffffff;
padding: 5px 5px 5px 5px;
border: 1px solid #c1c1c1;
}

a {
color: #8BCB2F;
text-decoration: none;
}

a:hover {
color: #0094E0;
text-decoration: none;
}

h1, h2, h3 {
margin: 0;
text-transform: lowercase;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #006EA6;
}

h1 {
letter-spacing: -1px;
font-size: 35px;
}

h2 {
font-size: 26px;
}

.header {
background-image: url(images/header.png);
width: 940px;
height: 120px;
line-height: 120px;
}

.menu {
float: right;
width: 500px;
height: 30px;
}

.menu a {
background-color: #ffffff;
font-family: verdana,sans-serif;
color: #000000;
width: 100%;
height: 30px;
padding: 5px;
margin: 2.5px;
border: 1px solid #F0E9D6;
text-decoration: none;
}

.menu a:hover {
background-color: #F0E9D6;
border: 1px solid #000000;
}

.content {
width: 1349px;
//position: relative;
}

.center {
background-color: #ffffff;
width: 940px;
height: 100%;
border: 1px solid #F0E9D6;
position: relative;
}

.left {
width: 600px;
float: left;
padding-left: 30px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

.left .title {
margin-bottom: 20px;
padding-bottom: 5px;
padding-left: 40px;
background: url(images/news.png) no-repeat left top;
border-bottom: 1px dashed #D1D1D1;
color: #8BCB2F;
}

.left .title b {
font-weight: normal;
color: #0094E0;
}

.right {
width: 230px;
float: right;
padding-right: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

.right h2 {
font-size: 18px;
font-weight: normal;
color: #0094E0;
}

.right strong, .right b {
color: #8BCB2F;
}

.leftside a {
color: #8BCB2F;
width: 230px;
height: 30px;
line-height: 30px;
display: block;
float: left;
border-bottom: 1px dashed #D1D1D1;
}

.leftside a:hover {
color: #0094E0;
}

.inputs {
background-color: #ffffff;
border: 1px solid #F0E9D6;
}

.button {
background-color: #ffffff;
border: 1px solid #F0E9D6;
}

.cats {
width: 100%;
height: 76px;
line-height: 76px;
background-color: #ffffff;
border: 1px solid #F0E9D6;
float: left;
padding-left: 5px;
padding-right: 5px;
margin-top: 5px;
margin-left: 10px;
}

.ui-widget {
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
font-size: 1.1em;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
border: 1px solid #fed22f;
background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
color: #363636;
}

.ui-icon {
width: 16px;
height: 16px;
background-image: url(images/ui-icons_228ef1_256x240.png);
}

.ui-icon-info {
background-position: -16px -144px;
}

.ui-icon-alert {
background-position: 0 -143px;
}

.ui-corner-all {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.ui-state-error, .ui-state-error {
border: 1px solid #cd0a0a;
background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
background-image: url(images/ui-icons_ffd27a_256x240.png);
}

* {
margin: 0;
padding: 0;
}

.navigation {
width: 204px;
position: fixed;
top: 110px;
list-style: none;
}

.navigation li {
font-family: Helvetica,Arial,sans-serif;
width: 204px;
height: 33px;
background-image: url(images/bg-menu-item-green.gif);
margin-top: 10px;
font-size: 14px;
line-height: 33px;
text-align: right;
}

.navigation li:target,
.navigation li:hover {
width: 204px;
background-image: url(images/bg-menu-item-current.gif);
}

.target {
width: 204px;
background-image: url(images/bg-menu-item-current.gif);
}

.navigation li a {
color: #FFFFFF;
display: block;
text-decoration: none;
}

.navigation li p {
padding-right: 15px;
}

.navigation li p:hover {
padding-right: 25px;
color: #000000;
}
