/* CSS Document */

body {
	color: #7b7c7e;
	background: #333333;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
a {
    color: #7b7c7e;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #7b7c7e;
    text-decoration: underline;
    font-weight: bold;
}

#main {
    width: 760px;
    border: #999999 1px solid;
    margin-left: auto;
    margin-right: auto;
}

.content {
    padding: 20px 40px 20px 40px;
    background: #FFFFFF;
	text-align: left;
}

.header {
height: 104px;
width: 760px;
background: url(images/header.jpg);
}

.nav {
    background: url(images/navimg.png) repeat-x;
    height: 16px;
    padding: 12px 0px 12px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.nav a {
    padding: 12px 8px 12px 8px;
    border-right: #afb0b2 1px solid;
	font-weight: normal;
	
}
.nav a:hover {
    padding: 12px 8px 12px 8px;
    border-right: #afb0b2 1px solid;
    background: #d2d2d2;
	font-weight: normal;
}

.crumbs {
    margin-bottom: 30px;
	font-size: 10px;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	font-weight: 600;
	font-variant: normal;
	color: #ffffff;
	margin:0px 0px 10px 0px;
	text-decoration:none;
}
h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: 600;
	font-variant: normal;
	color: #7b7c7e;
	margin:0px 0px 10px 0px;
	text-decoration:none
}
h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	font-variant: normal;
	color: #7b7c7e;
	margin:0px 0px 10px 0px;
	text-decoration:none
}
h4 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	font-variant: normal;
	color: #7b7c7e;
	text-decoration:none
}
h5 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: 600;
	font-variant: normal;
	color: #7b7c7e;
	margin:0px 10px 10px 0px;
	text-decoration:none
}
h6 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: 600;
	font-variant: normal;
	color: #7b7c7e;
	margin:0px 0px 10px 0px;
	text-decoration:none
}

.footer {
    background: url(images/footerimg.png) no-repeat;
    height: 29px;
	font-size: 10px;
    color: #7b7c7e;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}
.footer a {
    color: #7b7c7e;
    text-decoration: none;
    font-weight: normal;
}
.footer a:hover {
    color: #7b7c7e;
    text-decoration: underline;
    font-weight: normal;
}
