html {
 height: 100%;
}

body {
 background-color: #FFF;
 background-position: top center;
 background-repeat: no-repeat;
 margin: 0px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #000;
 height: 100%;
}

.header {
 background-color: #c9e5f2;
 background-image: url('/images/header_bg.jpg');
 background-position: top center;
 background-repeat: no-repeat;
 margin: 0px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #000;
}

.main {
 background-color: #c9e5f2;
 background-image: url('/images/main_bg2.jpg');
 background-position: bottom center;
 background-repeat: no-repeat;
 margin: 0px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #000;
}

.homemain {
 background-color: #c9e5f2;
 background-image: url('/images/main_bg.jpg');
 background-position: bottom center;
 background-repeat: no-repeat;
 margin: 0px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #000;
}

.foot {
 background-color: #2c4767;
 background-image: url('/images/foot_bg.jpg');
 background-position: bottom center;
 background-repeat: repeat-x;
 margin: 0px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #FFF;
}

.mainmenu {
 position:relative;
 left:42px;
 top:-30px;
 width: 222px;
 background-image: url('/images/trans.png');
 padding: 25px 10px 10px 10px;
 color: #2b5474;
}

.menuline {
 width: 200px;
 height: 1px;
 border: 0px 0px 1px 0px;
 border-color: #e09650;
 border-top-style:none;
 border-right-style:none;
 border-bottom-style:dashed;
 border-left-style:none;
 padding: 10px 0px 0px 0px;
 margin: 0px 0px 10px 0px;
}

A.menulink {
 color: #2c5573;
 font-style: normal;
 text-decoration: none;
}

A:HOVER.menulink {
 color: #c55e02;
 font-style: normal;
 text-decoration: none;
}

A.menulinkinside {
 color: #2c5573;
 font-style: normal;
 text-decoration: none;
 line-height: 16px;
}

A:HOVER.menulinkinside {
 color: #c55e02;
 font-style: normal;
 text-decoration: none;
 line-height: 16px;
}
A:HOVER.menulink {
 color: #c55e02;
 font-style: normal;
 text-decoration: none;
}

A {
 color: #0a5a85;
 font-style: normal;
 line-height: 16px;
}

A:HOVER {
 color: #0aba85;
 font-style: normal;
 line-height: 16px;
}

div.content {
 margin: 0px 5px 5px 5px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #2c4564;
 height: 100%;
}

div.contentinsideintro {
 margin: 10px 60px 15px 25px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #2c4564;
 height: 100%;
}

div.contentinside {
 margin: 10px 60px 15px 25px;
 font-family: Arial, Verdana, Sans-serif;
 font-size: 12px;
 color: #2c4564;
 height: 100%;
}

div.title1 {
 font-family: Arial, Verdana, Sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #4e6b89;
}

div.title2 {
 font-family: Arial, Verdana, Sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #c55e02;
}
