
* { margin: 0;
    padding: 0; }

body {
	background-color: #6b6d82;
	font-family: Arial, sans; /* Times, serif; */
}

p { padding-top: 7px;
    padding-bottom:7px;}
	
h1 {
	padding-top: 120px;
	padding-right: 40px;
	text-align: right;
	font-size: 1.6em;
	color: white;
}

h2 {
     padding-bottom: 1em;
}

h3, h4 { 
     padding-top: 1em;
}
	
a:link {color: #666666}
a:visited {color: #666666}
a:hover {color: #794353}
a:active {color: #666666}

	
#container {
	margin: 0px auto;
	width: 797px;
	color: #797D88;
}

#header {
	background-image: url(/images/header.png);
    background-position: 20px 0px;
    background-repeat: no-repeat;
	height: 184px;
}

#linkbar {
	background-image: url(/images/linkbar.png);
	height: 79px;
    /* font-weight:bold; */
}

#content {
	background-image: url(/images/content_tile.png);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
    padding-bottom: 1.3em;
    min-height: 400px;
}

#footer {
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 65%;
	background-image: url(/images/content_tile.png);
	background-repeat: repeat-y;
}


#content ul.alphabet li { 
    display: inline; 
    padding-right: 0.8em;
    font-weight:bold;
}
#content ul { padding: 1em 0; }
#content ul li { padding: 0.2em 0; }


#navcontainer ul {
	margin-left: 60px;
	color: white;
	float: left;
	margin-top: 14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding: 0.2em 1em;
  color: White;
  text-decoration: none;
  float: left;
}

#navcontainer ul li a:hover {
  color: #e3e9f1;
}
