h2.title
{
    margin-top: -66pt;
    margin-left: 10pt;
    text-align: center;
    font-size:15pt;

}

.alert{
 font-weight: bold;
 color: #C03;
}

/*Menu redits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
padding: 0;
width: 100%;
border-top: 5px solid #C03; /* #D10000Highlight red color theme*/
background-color: #FFF;
voice-family: "\"}\"";
voice-family: inherit;
}

.menu ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #cfd2d1; /*Default menu color*/
border-bottom: 8px solid white;
}

.menu a:hover{
background-color: #C03; /*Highlight red color theme*/
color: white;
}

.menu .current a{ /** currently selected menu item **/
background-color: #C03; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #C03; /*Highlight red color theme*/
color: white;
}

div.news{
    float:right;
    border-style: solid;
    border-width: thin;
    border-color: #C03;
    margin-left: 4pt;
}
.news li{
    margin-left:-6pt;
    margin-right:4pt;
}

.news #header{
 background-color:#C03;
 color:white;
 font: bold 12px Arial;
 font-weight: bold;
 text-transform:uppercase;
 padding: 4pt;
}

.colwrapper{
border: 1px solid red;
padding: 0px;
/* margin: 50px; */
width: 50%;
}
.colwrapper li {
float: left;
width: 180px;
margin: 0;
padding: 0;
border: 0;
}