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

a { /* Hyperlink */
color: #724EFF;
font-weight: bold;
text-decoration: underline;
}

a:hover { /* Hyperlink Mouseover */
color: #4225B3;
font-weight: bold;
text-decoration: underline;
}

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

h2 {
font-size:18px;
border-bottom: none 0px #000;

}

h3 {
font-size:16px;	
border-bottom: none 0px #000;
}

#holder { /* Holder / Wrapper Border */
border-width: 0px;
border-color: #000;
}

#header { /* Header */
height: 106px;
background-color: #1c0973;
margin-top: 0px;
}

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

#footer { /* Footer Properties */
background-color: #1c0973;
color: #fff;
height: 70px;
}

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

#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: #1c0973;
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 ul li a.active { /* Menu Items Hover */
color: #fff;
background-color: #5137B3;
}