/* Overall Site Styles to be represented in CMS */

body {
	color: #000;
}

h1 {
	font: normal 140% Arial, Helvetica, sans-serif;
	color: #5177A5;
	margin-top: 0;
}
h2 {
	margin: 30px 0 10px 0;
	font: bold 75% Arial, Helvetica, sans-serif;
	color: #5177A5;
/*	background-image: url(../images/bkg_dotted.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 12px;		*/
}	
h3 {
	margin: 20px 0 10px 0;
	font: bold 70% Arial, Helvetica, sans-serif;
	color: #5177A5;
}
h4 {
	margin: 20px 0 10px 0;
	font: bold 65% Tahoma, Arial, Helvetica, sans-serif;
	color: #5177A5;
}
h5 {
	margin: 20px 0 10px 0;
	font: bold 65% Arial, Helvetica, sans-serif;
	color: #5177A5;
}
h6 {
	margin: 20px 0 10px 0;
	font: 65% Arial, Helvetica, sans-serif;
	color: #5177A5;
}

p {
	margin-top: 0px;
	font: 75%/140% arial, Helvetica, sans-serif;
}

table td, table th {
	font: 75%/140% arial, Helvetica, sans-serif;
	padding: 2px;
}
table th {
	color: #5177A5;
	font-weight: bold;
}
table td p, table th p {
	font-size: 100%;
}

ul {
	list-style: disc;
	color: #FF0000;
	margin-left: 17px;
	padding: 0;
}
div#CMS ul {
	list-style: url(../images/bullet.gif);
	padding-top: 6px;
}
ul li, ol li {
	font: 75%/140% arial, Helvetica, sans-serif;
	color: #000;
/*	line-height: 100%;		*/
}
ul li ul li ul li {
	font-size: 95%;
}
div#CMS ul li, div#CMS ol li {
	padding-bottom: 6px;
}
ul li a, ol li a {
	color: #636;
	text-decoration: none;
	font-weight: bold;
}
ul li a:hover, ol li a:hover {
	text-decoration: underline;
}

p a, ul li a, ol li a {
	color: #3069A4;
	text-decoration: underline;
	background-image: url(../images/bkg_link.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 10px;
}
p a:hover, ul li a:hover, ol li a:hover {
	color: #998C6A;
/*	text-decoration: none;		*/
	background-image: url(../images/bkg_link_r.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Specific style classes

.logoPaddedRight {
	margin-right: 25px;
}

 */
 
.leftAlign {
	float: left;
	margin-right: 5px;
}
.rightAlign {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
.plainLink {
	background-image: none;
	padding-right: 0;
}

.brownBox {
	background-image: url(/images/header-c7bea1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 10px;
}
.pdf {
	background-image: url(/images/bkg_dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	font-size: 70%;
}
.pdf img {
	float: left;
	margin: 0 10px 0 0;
}
.pdf a {
	font-weight: bold;
	text-decoration: none;
}
