html, body {
margin: 0;
padding: 0;
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background: #cccccc;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}

body {
font-size: 70%;
}

#layout {
position: relative; /* needed for footer positioning*/
width: 990px;
margin: 0 auto; /* Centers the design */
height: auto !important; /* real browsers */
height: 100%; /* IE6: treated as min-height*/
min-height: 100%; /* real browsers */
background: #ffffff url("images/shadow.gif") repeat-y;
}

#wrap {
width: 990px;
margin: 0 auto; /* Centers the design */
text-align: left;
}

#header_space {
height: 20px;
background: #cccccc;
}

#header {
height: 80px;
background: #cccccc;
}

#head_left {
float: left;
width: 20px;
height: 80px;
background: #ffffff url("images/head_left.gif");
}

#head_mid {
float: left;
width: 940px;
height: 80px;
background: #ffffff;
}

#mid_l {
float: left;
width: 188px;
}

#mid_r {
float: left;
margin-top: 65px;
width: 752px;
text-align: right;
}

#mid_r h1 {
color: #999999;
font-size: 1.1em;
font-family: Verdana,Arial,Helvetica;
font-weight: normal;
}

#head_right {
float: left;
width: 30px;
height: 80px;
background: #ffffff url("images/head_right.gif");
}

#menu_back {
width: 980px;
height: 33px;
background: #21202c url("images/menu_back.gif") repeat-x;
}

#footer {
position: absolute;
width: 990px;
text-align: center;
height: 100px;
bottom: 0; /* stick to bottom */
background: #cccccc;
}

#foot_left {
float: left;
padding: 8px 6px 0px 0px;
width: 974px;
height: 22px;
color: #ffffff;
font-family: arial, helvetica, verdana;
font-size: 1em;
font-weight: bold;
background: #21202c;
text-align: right;
}

#foot_right {
float: left;
width: 10px;
height: 30px;
background: #cccccc url("images/foot_right.gif");
}

#foot_bottom {
padding-top: 10px;
width: 990px;
height: 60px;
background: #cccccc url("images/foot_bottom.gif") no-repeat;
}

#foot_bl {
float: left;
width: 700px;
text-align: left;
color: #666666;
}

#foot_br {
float: left;
padding-right: 15px;
width: 275px;
text-align: right;
font-size: 0.9em;
color: #666666;
}

#fpad {
height: 100px; /* equals footer height */
}

.t_back {
width: 180px;
height: 19px;
padding-top: 1px;
background: url('images/title_back.gif') no-repeat;
font-family: arial,helvetica,tahoma;
font-size: 1.2em;
font-weight: bold;
}

.c_back {
padding: 2px;
margin-bottom: 15px;
border-style: solid;
border-width: 0px 0px 1px 1px;
border-color: #6475a7;
background: #8493cb url('images/col_back.jpg') repeat-x;
text-align: left;
line-height: 1.2em;
}

.list1 {
padding: 3px;
background: #ececec;
border-bottom: dashed 1px #cccccc;
text-align: left;
}

.list2 {
padding: 3px;
background: #d8d8d8;
border-bottom: dashed 1px #cccccc;
text-align: left;
}

#error {
margin: 30px 0px 0px 240px;
padding: 15px;
width: 500px;
background: #ebebeb;
border: solid 1px #ee610b;
text-align: center;
}

#success {
margin: 30px 0px 0px 240px;
padding: 15px;
width: 500px;
background: #8493cb;
border: solid 1px #425580;
text-align: center;
}

/* --------------------------------- */
/* FONTS */

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0;
display: inline;
}

h1 {
color: #8493cb;
font-size: 1.2em;
}

h2 {
color: #21202c;
font-size: 1.5em;
}

h3 {
color: #ffffff;
font-size: 1.3em;
}

.smgr {
font-size: 0.9em;
color: #666666;
}

.smgr2 {
font-size: 0.9em;
color: #cccccc;
}

/* END FONTS */
/* --------------------------------- */

/* --------------------------------- */
/* LINKS */

a {
font-family: arial, helvetica;
font-size: 1em;
color: #ee610b;
}

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

a.home {
font-family: arial, helvetica;
font-weight: bold;
font-size: 1.1em;
color: #ee610b;
}

a.home:hover {
color: #757562;
text-decoration: none;
}

a.white {
font-family: arial, helvetica;
font-size: 1.1em;
color: #ffffff;
}

a.white:hover {
color: #cccccc;
text-decoration: underline;
}

a.login {
display: block;
float:left;
width: 110px;
height: 30px;
background: transparent url(images/login.gif) 0 0 no-repeat;
}

a.login:hover {
background-position: 0 -30px;
}

/* END LINKS */
/* --------------------------------- */

.box_wrap { position: relative; color: #ffffff; }
.clearbox {font-size: 1px; height: 1px; }

.bl_b_home {background: url(images/box_b_bl.gif) 0 100% no-repeat #425580; width: 100%; }
.br_b_home {background: url(images/box_b_br.gif) 100% 100% no-repeat; }
.tl_b_home {background: url(images/box_b_tl2.gif) 0 0 no-repeat; }
.tr_b_home {background: url(images/box_b_tr2.gif) 100% 0 no-repeat; padding: 15px; text-align: center; }

.bl_b {background: url(images/box_b_bl.gif) 0 100% no-repeat #425580; width: 100%; }
.br_b {background: url(images/box_b_br.gif) 100% 100% no-repeat; }
.tl_b {background: url(images/box_b_tl.gif) 0 0 no-repeat; }
.tr_b {background: url(images/box_b_tr.gif) 100% 0 no-repeat; padding: 15px; text-align: center; }

.clear {
clear: both;
}

img {
border: 0;
}

.hrline {
height: 1px;
margin: 4px 0 4px 0;
background-color: #ee610b;
clear: both;
}

.hrline hr {
display: none;
}

.hrline2 {
height: 1px;
margin: 4px 0 4px 0;
border-bottom: 1px dashed #ccc;
clear: both;
}

.hrline2 hr {
display: none;
}

ul {
margin: 0 0 0 1em;
padding: 0 0 0 1em;
line-height: 150%;
}

li {
color: #425580;
font-family: arial,helvetica,tahoma;
font-size: 1.1em;
}

/* --------------------------------- */
/* Form Items */

form {
margin: 0;
}

input.text {
font-family: Arial, Helvetica;
font-size: 1.1em;
color: #425580;
background-color: #ebebeb;
padding: 2px;
border: solid 1px #cccccc;
}


textarea.contact {
font-family: Arial, Helvetica;
font-size: 1.1em;
color: #425580;
background-color: #ebebeb;
padding: 2px;
border: solid 1px #cccccc;
}

input.btn {
color: #fff;
background: #ee610b;
border: 1px outset #cccccc;
margin-left: 4px;
padding: 1px 2px 1px 2px;
font-size: 1.1em;
font-family: Arial, Helvetica;
text-align: center;
overflow: visible;
cursor: pointer;
}

/* End Form Items */
/* --------------------------------- */

/* --------------------------------- */
/* Blog */

.sblog {
margin: 15px 0 20px 0;
border-bottom: solid 1px #ee610b;
}

.sblog h1 {
color: #21202c;
font-size: 1.5em;
}

.blogdate {
float: left;
width: 550px;
height: 15px;
padding: 3px 0 0 8px;
color: #ffffff;
background: #8493cb;
font-size: 1em;
}

.blogtext {
margin: 10px 0 10px 0;
font-family: verdana, helvetica, arial;
font-size: 1.2em;
line-height: 1.3em;
color: #444444;
}

.blogcmtdt {
padding: 2px;
background: #888888;
color: #ffffff;
}

.blogcmt1 {
padding: 6px 4px 6px 4px;
background: #ececec;
border-bottom: dashed 1px #cccccc;
text-align: left;
font-family: verdana, arial;
font-size: 1em;
}

.blogcmt2 {
padding: 6px 4px 6px 4px;
background: #d8d8d8;
border-bottom: dashed 1px #cccccc;
text-align: left;
}

.blogcmt1 p {
margin-left: 10px;
font-family: verdana, arial;
font-size: 1.1em;
color: #444444;
}

.blogcmt2 p {
margin-left: 10px;
font-family: verdana, arial;
font-size: 1.1em;
color: #444444;
}

.rss {
float: left;
padding: 1px 4px 1px 0;
width: 16px;
height: 16px;
background: #8493cb;
text-align: right;
}

/* --------------------------------- */
/* End blog items */


