body { /* Document Body */
background-color: #e0e0e0;
font-family: "Arial", "helvetica", "sans-serif";
}

a { /* Hyperlink */
color: #0087f5;
font-weight: bold;
text-decoration: none;
}

a:hover { /* Hyperlink Mouseover */
color: #0087f5;
font-weight: bold;
text-decoration: none;
}

h1 { /* Header 1 */
font-family: "Trebuchet MS", Arial, sans-serif;
margin: 0;
font-size: 22px;
border-bottom: solid 2px #727272;
}

#holder { /* Holder / Wrapper Border */
border-width: 0px;
border-color: #222;
}

#header { /* Header */
height: 120px;
background-color: #ccc;
margin-top: 0px;
}

#header img { /* Header Image Position */
top: 0px;
left: 0px;
}

#footer { /* Footer Properties */
background-color: #005fbd;
color: #fff;
height: 60px;
}

#holder, #cola { /* Small Column Background */
background-color: #f2f2f2;
}

#cola { /* Small Column Position & Size */
float: left;
width: 180px;
padding: 20px;
}

#colb { /* Main Content Column Properties */
background-color: #fff;
width: 720px;
padding: 20px;
}

#menu, #menu ul { /* Menu */
background-color: #005fbd;
font-family: "Trebuchet MS", "Microsoft Sans Serif", "Arial", "sans-serif";
}

#menu ul li a { /* Menu Items */
color: #fff;
background-color: none;
}

#menu ul li a:hover { /* Menu Items Hover */
color: #fff;
background-color: #0087f5;
}