
body {
background-color: #e0eeee;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {color: #DB7093; text-decoration:	none;}
a:visited {color:#e00000; text-decoration: none;}
a:hover {color: #564b47; text-decoration: none;}
a:active { color:#ffff00; text-decoration: none;}

.rollover a {color: #DB7093; display:block; height:13px; padding-left: 17px; background: url(checkno.gif) left no-repeat; text-decoration: none;}
.rollover a:visited { color: #e00000; padding-left: 17px; background: url(check.gif) left no-repeat; text-decoration: none;}
.rollover a:hover	{ color: #564b47; padding-left: 17px; background: url(check.gif) left no-repeat; text-decoration: none;}
.rollover a:active { color:#ffff00; padding-left: 17px; background: url(pop.gif) left no-repeat; text-decoration: none;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #9fb6cd;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}


/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #b9d3ee;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e0eeee;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner img {padding:0px 0px;
border: none;
} 

/* -----------------content--------------------- */
#content {
background-color: #f0f8ff;
padding: 0px;
margin-left: 150px;
margin-right: 0px;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 150px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; 
}

.floatright
{
float: right;
margin: 0 0 0px 0px;
padding: 10px;
}

.floatleft
{
float: left;
margin: 0 0 0px 0px;
padding: 10px;
}

div#imagebox {
height: 170px;
width: 400px
padding:5px 15px;
margin: 0px
border: 3px color:#564b47;
font-size: 16px;

}

