* {
    margin: 0px;
    padding: 0px;
}



body  {
	background-color: #FFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height:18px;
} 



#header {
    background: white url(../images/header-background-blue.gif) repeat-x;
    color: #FFFFFF;
    margin-bottom: 20px;
    height: 150px;
    font-size: 15px;
}



#header-content {
    width:860px;
}
#header-content img {
    vertical-align: middle;
}
#header-content div {
    margin-top: 1px;
    font-weight: bold;
}
#header-content .left {
    float: left;
    text-align: left;
    text-transform: uppercase;
    margin-left: 40px;
}
#header-content .right {
    text-align: right;
    margin-right: 10px;
}



#left {
    width: 200px;
    float: left;
}

#left_down {
    width: 200px;
    float: left;
}


#mnavi  {
    padding: 10px;
    margin-left: 10px;
    margin-right: 30px;
    border: 2px solid #33abe8;
	position:relative;
}
#mnavi  * {
    color: #000000;
}
#mnavi  h1{
	font-family: Helvetica, Arial;
    font-weight: bold;
	font-size: 15px;
    color: #234F76;
    margin-bottom: 10px;
}
#mnavi h2 {
    color: #33abe8;
}
#mnavi  ul.e1 {
    list-style-type: none;
}
#mnavi  ul li{
    margin-left: 20px;
}



#mnavi  a.e1a
{
    text-decoration: none;
    font-weight: bold;
    color: #234F76;
}
#mnavi  a.e1a:hover
{
    text-decoration: underline;
}
#mnavi  a.e1p
{
    text-decoration: none;
}
#mnavi  a.e1p:hover
{
    text-decoration: underline;
}




#content  {
    width: 650px;
    float:left;
}
#content * {
    color: #000000;
}
#content  h1,
#content h3
{
	font-family: Helvetica, Arial;
    font-weight: bold;
  	color:#234F76;

}
#content h2,
#content h4 
{
    color: #33abe8;
}
#content  h1 {
	font-size: 22px;
    margin-bottom: 1px;
        line-height:30px;
}
#content  h2 {
	font-family: Helvetica, Arial;
	font-size: 18px;
    margin-bottom: 20px;
        line-height:24px;
}
#content  h3 {
	font-size: 22px;
        line-height:26px;
}
#content  h4 {
	font-family: Verdana;
    font-weight: bold;
	font-size: 12px;
    margin-bottom: 10px;
        line-height:18px;
}

#content li{
    margin-left:20px;
}

.article-image img {
    padding: 4px 4px 4px 4px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}
.article-content p {
    text-align: justify;
}
.article-image.left {
    margin: 0px 20px 0px 0px;
    float:left;
    display:inline;
}
.article-image.right {
    float:right;
    margin-left: 20px;
    display:inline;
}



div.separator {
    background: url(../images/separator-dottet-line.gif) repeat-x;
    clear: both;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.separator hr {
    display: none;
}



#footer {
    border: 1px dotted #00ccff; 
    background: #00ccff;
    clear: both;
	position:relative;
}
#footer div {
    color: #FFFFFF;
    margin: 15px;
}






#mnavi_footer  {
    padding: 1px;
    margin-left: 1px;
    height: 80px;
    margin-right: 1px;
    font-size: 12px;
}
#mnavi_footer  * {
    color: #000000;
}
#mnavi_footer  h1{
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}
#mnavi_footer h2 {
    color: #33abe8;
}
#mnavi_footer  ul.e1 {
    list-style-type: none;
}
#mnavi_footer ul li {
 border-right:1px solid #234F76;
 float:left;
 margin-left:0px;
 margin-right:6px;
 padding-right:6px;
}


#mnavi_footer a
{
    font-weight: bold;
}
#mnavi_footer  a.e1a
{
    text-decoration: none;
    color: #234F76;
}
#mnavi_footer  a.e1a:hover
{
    text-decoration: none;
    color: #234F76;
}
#mnavi_footer  a.e1p
{
    text-decoration: underline;
    color: #234F76;
}
#mnavi_footer  a.e1p:hover
{
    text-decoration: none;
    color: #234F76;
}
ol {
	padding-left:10px;
 }