@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-color: #ECECEC;
	color: #181818;
	}
	

#main {
	font-size: 1em;
	font-family: Georgia, "Times New Roman",Times;
	line-height: 1.2em;
	letter-spacing: normal;
	}

a:link {text-decoration:none;color:#882266;font-style: italic;font-weight: lighter;}
a:visited {text-decoration:none;color:#882266;font-style: italic;font-weight: lighter;}
a:hover {text-decoration:underline;color:#882266;font-style: italic;font-weight: lighter;}
a:active {text-decoration:none;color:#882266;font-style: italic;font-weight: lighter;}

h2 {
	font-family:Georgia, "Times New Roman", Times,sans-serif ;
	font-size: 2em;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times,sans-serif ;
	font-size: 1.5em;
	}

h4 {
	font-family:Georgia, "Times New Roman", Times,sans-serif ;
	font-size: 1.4em;
	}

p {
	font-family: Georgia, "Times New Roman",Times;
	font-size: 1.1em;
	overflow: visible;
	}

td {
	font-family: Georgia, "Times New Roman",Times ;
	font-size: 1.1em;
	overflow: visible;
	}

hr {
	border:none;
	border-bottom: #444 dashed 1px;
	width: 600px;
	}

#LineHeight {
	font-size: .9em;
	font-family: Georgia, "Times New Roman",Times;
	line-height: 1.6em;
	letter-spacing: normal;
	
	background-color: #ffffff;
	color: #000000;
	}

#LightBlue {
	color: 2244cc;
	}

#navyblue {
	color: 888888;
	}

#small {
	font-size: .75em;
	color: 1122ee;
	}

#MainNav {
	font-size: .9em;
	}

#blue hr {
	border:none;
	border-bottom: solid 1px;
	border-color: blue;
	width: 500px;
	}

#black hr {
	border:none;
	border-bottom: solid 1px;
	border-color: black;
	width: 250px;
	}



/*             FOOTER             */
#footer {
	height: 100px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times;
	}
	
a {
	color: #882266;
	font-style: italic;
	font-weight: lighter;
	}

hr {
	border:none;
	border-bottom: #444 dashed 1px;
	width: 600px;
	}
