body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #353857;
	}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	}


h1 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #2D2F4C;
	background-color: inherit;
	margin: 5px 0 20px 28px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #111529;
	background-color: inherit;
	margin: 5px 0 0 28px;
}

p, td {
	font-size: .9em;
	line-height: 1.5em;
	color: #111529;
	background-color: inherit;
	margin: 5px 20px 25px 28px;
}

table+h2 { padding-top: 25px;}

h2+ul { margin-left: 25px; }

th {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	}

ul {
	font-size: .9em;
	line-height: 1.5em;
	color: #111529;
	background-color: inherit;
}

li {
	font-size: .9em;
	line-height: 1.5em;
	color: #111529;
	background-color: inherit;
}

#custom-doc { 
	width: 49.54em; 
	*width: 48.34em; 
	min-width: 800px;; 
	margin: 0 auto;
	padding: 0; 
	text-align: left;
	background-image: url('../images/design.jpg');
	background-repeat: no-repeat;
	background-color: #bbb3b1;
	}

#bd {
	min-height: 400px;
	margin-top: 125px;
	color: #000;
	}
	#bd img { margin: 0 auto;}
	#bd p { max-width: 650px; width: expression(document.body.clientWidth < 652? "650px" : document.body.clientWidth > 602? "600px" : "auto"); }

#navlist {
	margin-bottom: 1em;
	overflow: hidden;
	}

#navlist ul { 
	list-style: none;
	margin: 18px 0 0 235px;
	padding: 0;
	}
	
#navlist li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 1.2em;
	margin: 0 .35em 0 -.35em;
	padding: 0 .35em 0 .35em;
	white-space: nowrap;
	color: #eee;
	background-color: inherit;
	}

#navlist a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #eee;
	background-color: inherit;
	font-stretch: extra-condensed;
	font-weight: normal;
	text-decoration: none;
	}
	
#flashcontent {
	border: 0;
	width: 600px;
	padding: 0;
	height: 400px;
	margin-left: 25px;
	}

#ft {
	color: #fff;
	background-color: inherit;
	}
	
#ft p { 
	font-size: .80em;
	color: #333;
}
	

/* TABLES */

table { border-top: 1px solid #666;  border-left: 1px solid #666; margin-left: 25px; }
th, td { border-bottom: 1px solid #666; border-right: 1px solid #666; text-align: center; }

/* LINKS */

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #353857;
	text-decoration: underline;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #353857;
	text-decoration: underline;

}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3E5280;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3E5280;
	text-decoration: underline;
}


