body {
	background-color: #BCC1BB;
	background-image: url(/images/layout/fade3.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	font-weight: normal;
	text-align: center;
}

P {/* Paragraph Style */
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial;
	font-weight: normal;
}


UL {/* List Style */
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial;
	font-weight: normal;
}

#wrapperMain UL LI{
	line-height: 1.3;
	margin-bottom: 5px;
}
#wrapperMain UL LI img{ display:inline; float:none;}


OL {/* List Style */
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, Arial;
  font-weight: normal;
}

/* Link Style */
A:link {
    FONT-WEIGHT: normal;
    COLOR: #000099;
    TEXT-DECORATION: underline;
    display: inline;
}

/* Visited Link Style */
A:visited {
    FONT-WEIGHT: normal;
    COLOR: #000099;
    TEXT-DECORATION: underline;
}

/* Hover Link Style */
A:hover {
    FONT-WEIGHT: normal;
    COLOR: #FF0000;
	TEXT-DECORATION: underline;
}

/* Horizontal Rule Style */
HR {
    COLOR: #C0BFAD;
    HEIGHT: 1px;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana, Helvetica, Arial;
  font-weight: normal;
    
}




/* Heading styles */

H1 { /* Headline Bar Text */
	FONT-FAMILY: Verdana, Arial, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}
H2 { /* Subhead level 1 */
  font-family:verdana, arial, sans-serif;
  font-size:13px;
  font-weight:bold;
  margin-top: 20px;
}

H3 { /* Subhead level 1 italics */
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}
H4 { /* Subhead level 2 */
  font-family:verdana, arial, sans-serif;
  font-size:11px;
  font-weight:bold;
}
H5 { /* Subhead level 2 italics */
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}

h1 + h2 { margin:0;}
h2 + h3 { margin:0;}
h3 + h4 { margin:0;}
h4 + h5 { margin:0;}


.footerLinks {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}
.footerLinks a {
	text-decoration:underline;
	color: #666666;
}
.footerLinks a:hover {
	text-decoration:underline;
	color: red;
}
.footerLinks A:visited {
    COLOR: #666666;
	text-decoration: underline;
}



/* Bread Crumb Style */
.breadcrumbs {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}


/* These create borders for images and the text that goes beside or underneath of the images, if applicable */
.ImageBoxRight {
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 20px;
	display: block;
	float: right;
}
.ImageBoxLeft {
	margin-bottom: 15px;
	margin-right: 20px;
	display: block;
	float: left;
}
.ImageBox {/* Use this one when you need the box only, with no placement or margin attributes */
	margin: 5px;
}
