body {
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;	
    background-color: #fff;
    color:#333;
}

img {
	margin : 0px;
}

html {
    min-height: 101%;
}

h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: #000A86;
}
h2
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 14pt;
    font-weight: none;
    color: #405592;
}

p {
}

p.small {
    font-size: 80%;
}

A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline;
}

a img {border: none;
}


#container {
width : 800px;
margin: 10px auto;
background-color: #fff;
border: 0px solid gray;
line-height: 130%;
}


#content {
	margin-left: 130px;
	padding: 5px 30px 5px 30px;
}


#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 80%;
    TEXT-DECORATION: none;
}
#footer a {
    color: blue;
    text-decoration: none;
}
#footer a:visited {
    color: blue;
}
#footer a:hover {
    COLOR: red;
    TEXT-DECORATION: underline;
}


#menu {
    width: 120px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    font-weight: bold;
/*    line-height: 120%;*/
    }

    
#menu a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	text-decoration: none;
    }
    
#menu a:link, #menu a:visited {
    color: #777;
	text-decoration: none;
    }

#menu a:active {
    color: #fff;
	text-decoration: none;
    }
    
#menu a:hover {
    color: #257EB7;
	text-decoration: none;
    }


#section {
width: 90%;
background-color: #fff;
border: 1px solid black;
padding: 15px;
}

#caption_right {
padding: 15px;
font-size: 10pt;
float: right;
text-align: center
}

#caption_left {
padding: 10px;
font-size: 10pt;
float: left;
text-align: center
}


.left {float: left;
margin:10px 10px 10px 10px;}
.right {float: right;
margin:10px 10px 10px 10px;}

.centertext { text-align: center;}

/* Used for	: warning text for forms, like *required etc*/
.warning {
	color : Red;
	font-family : Tahoma, Verdana;
}

/* Hack to ensure a minimum height so the footer stays below the menu */
  .prop {          /*Set min height.*/
    height:400px;
    float:right;
    width:1px;
/*    background-color: red;*/
  }

  .clear {         /*Ensure bottom of div is clear of all floats.*/
    clear:both;
    height:1px;
    overflow:hidden;
/*    background-color: red;*/
  }