
/* --- page layout --- */

body {
   margin: 0;
   padding: 0;
   min-width: 770px;
   color: #222;
   background: #fbfbf0;
   font-size: 12px;
   font-family: tahoma, helvetica, geneva, sans-serif;
}

div#container {
   margin: 0 auto;
   padding: 0;
   width: 750px;
   background-color: #fff;
	border: 1px solid black;
   }

div#banner{
   width: auto;
   height: 95px;
	background-image: url(../images/banner01.gif);
	background-repeat: no-repeat;
}

div#body{
   margin: auto;
   padding: 20px 0px 20px 50px;
   width: 570px;
	float: left;
   background-color: #fff;
	background-image: url(../images/jadevineborder.jpg);
	background-repeat: repeat-y;
	min-height: 700px;
	/*border: 1px dashed green;*/
}

div#fotocol{
	width: 110px;
	margin: 0;
	padding: 30px 0px 20px 0px;
	float: right;
	/*border: 1px dashed red;*/
}

div#footer{
   font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
   text-align: center;
   padding: 5px 0 10px 0;
	background-color: Green;
	color: #FFD700;
	height: 25px;
	clear: both;
}

div#box{
   border: 1px solid black;
   padding: 2px 3px;
   margin: 0;
   background-color: #EAE8D3;
   font-weight: bold;
}
/* ---end of page layout--- */


/* ---menu styles--- */
div#menu{
   width: 100%;
	height: 22px;
   background-color: #fff;
	background-image: url(../images/menu_bkg.gif);
	background-repeat: repeat-x;
   padding: 0 0 0 0;
}

#menu table {
   margin: 0;
   width: 100%;
	height: 22px;
   padding: 0;
   border: 0;
	vertical-align: top;
}

#menu td {
   margin: auto;
   padding: 0;
   border: 0;
	width: 12%;
   font: 11px Tahoma, Verdana, Helvetica, sans-serif;
   text-align: center;
	vertical-align: middle;
	background-image: url(../images/menu_bkg.gif);
}

#menu td.div{
	width: 2px;
}

#menu td a {
   display: block;
   padding: 0;
   color: #fff;
   text-decoration: none;
}

#menu td a:hover {
   color: #B22222;
}
/* ---end of menu styles--- */


/* ---selectors--- */
p, form, td{
   font-size: 10pt;
   font-weight: normal;
   padding-bottom: 6px;
}

li{
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 4px;
}

input, textarea, select{font: 8pt verdana, helvetica, geneva, sans-serif;}

h1 {font-size: 18pt; font-weight: bold; color: #5F9EA0;}
h2 {font-size: 16pt; font-weight: bold;}
h3 {font-size: 12pt; font-weight: bold;}

img {border: 0pt; line-height: 0;}

a:link {text-decoration: none; color: #FF6347}
a:visited {text-decoration: none; color: #CD853F}
a:hover {text-decoration: underline; color: #FFAF17}

/* --- classes --- */

.right{
   float: right; padding: 5px 5px 5px 20px;
}
.left{
   float: left; padding: 5px 5px 5px 20px;
}
.small{font-size:7.5pt}
.caption{
	font-size: 8pt;
   font-weight: bold;
	text-align: center;
}
.note{
   font-size: 7.5pt;
   color: #B22222;
}
.italic{
   font-style: italic;
}
.indent{
   padding-left: 30px;
}
.signed{
   text-align: right;
   font-weight: bold;
}
.red{
   color: Red;
}
.green{
   color: Green;
}
.blue{
   color: #52898B; font-weight: bold;
}

ul.nobullets{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}
ul.nobullets li{
    padding-left: 20px;
}
ul.blue li{
   color: #52898B; font-weight: bold;
}
ul.small li{
   font-size: 7.5pt;
}