﻿/* CSS layout */
#masthead {
width:760px;
}
#navcontainer {width:760px;
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
border-bottom: 1px solid #ddd;
background-color: #666666;
}
#navlist
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}

#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist li a:hover
{
color: #333;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #7f0f7d; }
#page_content {
width:760px;
border:thin;
border-color:#7f0f7d;
border-style:solid;
padding-top: 3px;
padding-left: 3px;
}
#footer {width:760px;
}

h1 {
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
font-size: medium;
font-weight:bold;
color: #7f0f7d;	
}

h2 {
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
font-size: medium;
font-weight:bold;
color: #000;	
}


h6 {
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
font-size:x-small;
font-weight:bold;
color: #000;	
}


body {
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
font-size: small;
color:#000;
}


li {
font-family: Calibri, Trebuchet MS, Tahoma, Arial,Sans-Serif;
	font-size: small;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


a:link {
color: #7f0f7d;
}
