body {
    background: none repeat scroll 0 0 #FFF;
    color: #000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}

.hidden {
	display:none !important;
}

a:link, a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

.autoMargin {
	margin: 0 auto;
}

.width100 {
	width:100%;
}

.fixedWidth {
  	margin: 0 auto;  
    width: 800px;
}

.clearBoth {
	clear: both;
}

#mainContainer {
	text-align: left;
	margin: 5px auto;
	background: none repeat scroll 0 0 #FFF;
}

#header {
	position: relative;
}

#bannerFooter {
	color: #000;
	font-size: 12px;
	border: 1px solid #64aee1;
	position: relative;
}

#headerImage {
	height: 30px;
	background: url("../images/head.gif") repeat scroll 0 0 #FFF;
	position: relative;
}

#bannerHomeLink {
    display: block;
    position: absolute;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 500px;
    height: 30px;
}


#callUs {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	color: #64aee1;
	line-height: 30px;
	height: 30px;
}

#callUsNumber {
	color: #000;
}

#bannerFooterContactUs {
	background-color: #E4E4E4;
    color: #9D0038;
    display: block;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}

#breadcrumbs {
	padding: 5px;
}

#mainContent {
	margin-top: 10px;
}

#mainContentLeft {
	float:left;
	width:190px;
	margin-right:10px;
}

#mainContentRight {
	float:left;
	width:600px;
	margin:0;
	padding: 0;
}

#mainFooter {
	background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    padding-top: 5px;
    text-align: center;
}

.pageHeader {
	color:#9D0038;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 10px;
}

.sectionHeader {
	color:#9D0038;
	font-weight:bold;
	font-size:14px;
	margin-bottom: 10px;
}

.cleanList li {
	margin: 10px 0;
}

#leftmenu {list-style-type: none; margin: 0; padding: 0;}
#leftmenu li a{background-color: #FFFFFF;color: #333333;display: inline-block;padding: 5px 0 5px 10px;text-decoration: none;border-bottom: 1px dotted #666666;font-size: 11px;width:170px;}
#leftmenu li a:hover{ color:#64AEE1; background-color: #EEEEEE; text-decoration:none;} 
