/*Rolande */
/*stylesheet by Isosceles */
body {
text-align: center;
color:#000; background:url(Images/starry-blu.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* general link formatting ---------------------*/
a:link {
color:#003; background: #CCF;
}
a:visited {
color:#33C; background:#CCF;
}
a:hover {
color:#96C; background:#CCF;
}
a:active {
color:#99F; background:#CCF;
}
/*wrapper---------------------------*/
#wrapper {
width: 760px;
margin: 0 auto;
text-align: left;
color: #000; background: #ccf;
}
h1 {
text-indent:-9999px;
}
h2 {
color:#333399;
font-size:24px;
font-weight:bold;
}
h3 {
color:#339;
font-size:12px;
}
h4 {
color:#339;
font-size:36px;
font-weight:bold;
}
/*header-------------------------*/
#header {
background:#ccf; 
color:#000;
text-align: center;
}
/*navigation---------------------*/
#navigation {
width: 200px;
float:left;
margin: 0;
padding: 0;
color: #000; background: #ccf;
}
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
} 
#navcontainer ul li {
display: inline;
} 
#navcontainer ul li a {
text-decoration: none;
padding: 4px 10px;
color: #003; background: #c9f;
border-top: 1px solid #003;
border-left: 1px solid #003;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff; 
} 
#navcontainer a:hover {
color: #003; background: #c9f;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003;
border-bottom: 1px solid #003; 
}
#navcontainer li a#current {
color: #003; background: #C6F;
}
/*content-----------------*/
#content {
width: 560px;
float: right;
color: #000; background: #ccf;
margin: 0;
padding: 0;
}
#content ol li {
padding: 10px 20px;
}
table {
border-collapse: collapse;
width: 280px;
border: 1px solid #003;
}
th, td {
padding: 5px 5px;
background-color:#C9F;
}
fieldset {
margin: 5px 0;
padding: 2px;
border: 0;
}
legend {
font-weight: bold;
color: #339; background: transparent;
}
label {
display: block;
}
input {
width: 200px;
}
textarea {
width: 300px;
height: 150px;
}
#submit {
color: #003; background: #c9f;
border: 2px solid #003;
text-align:center;
width: 65px;

}
caption {
font-size: 18px;
font-weight: bold;
margin: 10px 0; 
}
/*footer-------------------*/
#footer {
clear: both;
text-align:center;
color: #003; background: #339;
}
#footer p {
padding: 5px; 
margin: 5px;
line-height: 220%; 
text-align: center;
font-size: 90%;
}    

