/* reset and remove all browser default styling */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thread, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline}


/* now setup defaults as required */

body { 
background:#d9d9d9; 
clear: both;
color: #000;
display: block;
font-family: verdana, georgia, times, serif; 
font-size: 100%;
margin: auto;
text-align:center; 
}

p {
padding-top: 1.5em;}


/* Layout of the site */

#sitewrapper { 
background:#fff; 
margin:auto; 
text-align:left; 
width:772px; 
} 

.banner {
background-image: url(../images/banner2small.gif);
border:20px solid #fff;
border-bottom:11px solid #fff;
height: 125px;
}

.content {
background: #eee;
border-left: 20px solid #fff;
border-top: 11px solid #fff;
clear: both;
color: #404040;
float: left;
font-family: verdana;
font-size: 80%;
font-weight: normal;
padding: 5px;
padding-top: 15px;
text-align: justify;
width: 499px;
}

.rightcol {
background: #019934;
border-right: 20px solid #fff;
border-top: 11px solid #fff;
color: #fff;
float: right;
font-size: 80%;
padding-left: 5px;
width: 198px;
}

.whitebg {
background: #fff;
color: #000;
}

.footer {
background: #eee;
clear: both;
color: #404040;
border: 20px solid #fff;
border-bottom: 10px solid #fff;
border-top:10px solid #fff;
font-size: 60%;
text-align: center;
}


.contentboxes {
background: #eee;
border-left: 20px solid #fff;
border-top: 11px solid #fff;
clear: both;
color: #404040;
float: left;
font-family: verdana;
font-size: 80%;
font-weight: normal;
padding: 5px;
padding-top: 0px;
text-align: justify;
width: 499px;
}


/* end of page layout */

/* heading styles */

.title {
font-size: 110%;
font-weight: bold;
}

h1 {
border-bottom: 2px solid #019934;
display: inline; 
font-size: 120%;
font-family: Arial;
}

h2 {
font-weight: bold;
line-height: 2em;
}

.rightcoltitle {
padding-left: 10px;
line-height: 2em;
}

/* end of heading styles */

/* navigation menu */

.menuwrapper {
background: #fff;
border-left: 20px solid #fff;
border-right: 20px solid #fff;
min-height: 20px;
text-align: center;
width: 732px;
}

.menuwrapper ul {
font-size: 95%;
list-style-type: none;
margin: 0;
padding: 1px 0 0 0;
}

.menuwrapper li { 
display: inline;
font-family: arial;
}

.menuwrapper a {
color: #000;
background-color: #d9d9d9;
font-weight: bold;
margin-left:5px;
margin-right:5px;
padding: 0 20px;
text-decoration: none;
}

a:hover {
	color: #999;
}

.active a {
	color: #999;
}

.right a {
margin-right: 0px;
}

.left a {
margin-left: 0px;
}

a:hover h2 {
	color: #404040;
}


/* end of navigation menu */

/* list formats */

ul {
font-size: 100%;
list-style-type: square;
padding-left: 20px;
}

li {
padding-top: 5px;
}

li .client {
font-size: 90%
}

/* end of list formats */


/* right column specific formatting */

.rightcol a {
color: #fff
}

.rightcol a:hover{
color: red;
text-decoration: none;
}

/* end of right column specific formatting */


/* 'back to top' link formatting */
.back {
font-size: 80%;
text-align: right;
padding-top: 0em;
}

/* text with padding to left*/
.textright {
padding-left:45em;
}

/* print pages formatting */
.printer {
background-color: #fff;
color: #000;
width: 100%;
margin-left: -5px;
padding: 5px;
padding-top: 20px;
font-size: 80%;
text-align: center;
}

.printer a {
color: blue;
text-decoration: none;
}

.printer a:hover {
color: red;
}

.printercontact {
font-size: 80%;s
}

.printercontact a {
color: blue;
text-decoration: none;
}

.printercontact a:hover {
color: red;
}

.contenttable {
vertical-algin:top;
}
