.color0{
/* pale light blue */
color: #CCCCFF;
} 
.bgcolor0{

background-color: #CCCCFF;
}
.color1{
/* blue */
color: #2c63b3;
}

.color2{
/* green */
color: #618023;
}

.color3{

}

#menu {
width: 12em; /* set width of menu */
background: #618023;
color: white;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: white;
background: #618023;
text-transform: uppercase;
}

#menu a {
color: white;
background: #618023;
text-decoration: none;
}

#menu a:hover {
color: white;
background: #2c63b3;
}

center {align:center;}
w900px {width:900px;}

.standardForm ul{
    list-style: none;
}

.standardForm ul li{
    clear: both
}

.standardForm ul li textarea{
width:250px;
align: left; 
float: left;
} 

.standardForm ul li input{
width:250px;
align: left; 
float: left;
}

.standardForm ul li label{
width:150px;
align: right;
float: left;
}

.w500px {
    width: 500px;
}

.w550px {
    width: 550px;
}

.w600px{
    width: 600px;
}