/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background-color: #29677B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color: #000033;
	margin: 0;
	padding: 0;
	}
	
	
/* Main Content */
td {
	background-position: left top;
	background-color: #f8f0e0;
}


td.content {
	background-image:none;
	padding: 50px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	border: thin solid #c48851;
	background-color: #f8f0e0;
}


.contentcolor {
	background-color: #f5e2b1;
}

#caption  {
	font-size: large;
	font-style: italic;
	font-weight: 900;
	color: #29677B;
	padding-left: 15px;
}

.emphasis {
	font-weight: bold;
	letter-spacing: -1px;
}
	

.byline {
	padding-left: 80px;
}


/* Main Navigation Links */
a:link {
	color: #29677B;
	text-decoration: none;
	font-size: smaller;
	
}

a:visited {
	color: #29677B;
	text-decoration: none;
	font-size: smaller;
	
}

a:hover {
	background-color: #d9Af88;
	color: #e0f29c;
	text-decoration: none;
	font-size: smaller;
}

a:active {
	color: #9f530e;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}

/* External Links */
a.external:link, a.external:visited {
color:#29677b;
font-weight: bold;
text-decoration:underline;
}

a.external:hover {
	background-color: #D9AF88;
	color: #E0f29c;
	text-decoration: none;
	font-weight: bold;
}

a.external:active {
	color: #9f530e;
	text-decoration: none;
	font-weight: bold;
}


/* Headings */
h2 {
	font-size: large;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}

h3 {
	font-size: medium;
	font-style: italic;
	font-weight: bolder;
	color: #C97E39;
}

h4 {
	font-size: 90%;
	font-weight: bold;
}

.digits {
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* BPractices Links */

a.practices:link {
	font-size: small;
	font-weight: bolder;
	color: #29677B;
	text-decoration: underline;
		
}

a.practices:visited {
	font-size: small;
	font-weight: bolder;
	color: #29677B;
	text-decoration: underline;
}

a.practices:hover {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #e0f29c;
	text-decoration: none;
}

a.practices:active {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #9f530e;
	text-decoration: none;
}

li {
	list-style-position: outside;
	list-style-type: square;
}
	
