body {
    background-color : #660000;
    color : #FFFFFF;
    text-align : center;
    margin-top : 20px;
}

div,p,td,th,li,form {
    font-family : Arial,Helvetica,sans-serif;
    font-size : 10pt;
    text-align : left;
}

h1 {
    font-size : 11pt;
    font-weight : 600;
}

h2 {
    font-size : 10pt;
    font-weight : 600;
  }

a {
    text-decoration : none;
    color : #FFFFFF;
  }


a:hover {
    color : #FF9999;
  }


a img {
    border-style : none;
  }


#enclosure {
    margin : 0 auto;
    width : 790px;
    text-align : left;
  }

#navigation {
    width : 170px;
    float : left;
  }

#content {
    margin-top : 20px;
    margin-left : 10px;
    width : 600px;
    float : left;
  }

#content a {
    font-weight : 600;
  }


#header, #footer {
    background-color : #850000;
    color : #ffffff;
    text-align : right;
    padding : 4px;
    clear : both;
  }

#footer p {
    text-align : right;
}

#footer p {
    margin : 0;
  }


#navigation ul {
    padding : 0px;
    margin : 20px 0px 20px 5px;
    list-style : none outside;
  }


#navigation ul li {
    padding : 3px;
    border-bottom : #850000 solid 1px;
  }

#navigation ul li ul {
    padding-left : 10px;
    margin : 3px 0 0 0;
  }


#navigation ul li ul li {
    font-size : 1em;
    border-style : none;
  }

#welcome {
    margin-top : 20%;
    text-align : center;
}


/*_______________________________________________
two-colums layout */

#leftColumn, #rightColumn {
    vertical-align : top;
    width : 290px;
    margin-bottom : 20px;
}

#leftColumn {
    float : left;
}

#rightColumn {
    float : right;
}

#normalColumn {
	margin-bottom : 20px;
	clear : both;
}

/*_______________________________________________
contact mailform */

div.mailform-field {
	margin-top : 5px;
}

.mailform-field textarea, .mailform-field input {
	width : 450px;
	color : #000000;
	border: 1px solid #990000
}

input.mailform-submit {
	margin-left: 90px;
	width : 100px;
	background-color : #FFFFFF;
}

.mailform-field label {
	width: 80px;
	text-align: right;
	margin-right: 10px;
	float: left;
	display: block
}

fieldset.mailform {
	 border: 1px solid #990000;
}

.nowrap {
    white-space : nowrap
}

