@charset "UTF-8";
/* colors:
body text: bdceff   #7e6980
top nav, body links:#7c4a80
headings:#4c7bd2
side nav: #e8d3c3
hover: #4c7bd2
*/

body  {
	margin: 0; 
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	background-color: #000;
	color: #cfb9d1;
	background-image: url(images/sunsetbg.jpg); 
	background-repeat: no-repeat;
}

a {
	color: #7e6980;
}

a:hover {
	color: #4c7bd2;
}

.twoColFixLtHdr #container {
	width: 780px; 
	text-align: left; 
	margin: 0;
	
} 

.twoColFixLtHdr #header {
	height: 150px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 180px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-top: 5px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; 
	padding: 0 20px 70px 20px; 
} 
.twoColFixLtHdr #footer {
	text-align: center;
	clear: both;
	font-size: 80%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	padding: 5px 40px 5px 0px;
	color: #0C3;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

#footer ul li a:visited {
	color: #060;	
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3 {
	font-weight: normal;
    color: #4c7bd2;
}

h1 {
	text-decoration: overline;
	padding-bottom:1px;
	font-variant: small-caps;	
}

ul {
	padding-left:0;
	padding-bottom:10px;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	padding: 5px 25px 5px 0px;
	color:#7e6980;
	font-size: 1em;
}

#topnav ul li a:hover {
	color:#4c7bd2;	
}

#sidenav {
	margin: 0px;
	padding: 0px;
}

#sidenav ul {
	padding-left:30px;
}

#sidenav ul li {
	padding-bottom: 15px;
	list-style-type:none;
}

#sidenav ul li a {
	font-size: 1.3em;
	color: #e8d3c3;
	text-decoration: none;
	font-variant: small-caps;
}

#sidenav ul li a:hover {
	color: #4c7bd2;
}

#centernav li {
	list-style-type:none;
	padding:0;
}

#centernav li a {
	font-size: .9em;
	text-decoration: none;
	padding: 5px 25px 0px 0px;
}

li {
	padding-bottom: 1.5em;
}
ul {
	list-style-type:none;
}
