/* CSS Document */

body {
	background-color:#CCCCCC; 
	margin: 0 auto;
	font-family: georgia, palatino, times roman;
    font-size: 14px;
	line-height: 20px;
    color: black;
    font-weight: normal;
    text-decoration: none;
	text-align: left;
	
	
	}
	
div#container { 
	width: 850px; 
	background-image: url(images/sh-back.gif); 
	background-repeat: no-repeat; 
	background-color: white; 
	margin: 0 auto;
}


p {
    font-family: georgia, palatina, times roman;
    font-size: 14px;
	line-height: 20px;
    color: black;
    font-weight: normal;
    text-decoration: none;
	text-align: left;
}

a {
	font-family: georgia, palatina, times roman;
    font-size: 14px;
	line-height: 20px;
    color: blue;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	font-family: georgia, palatino, times roman;
    font-size: 14px;
	line-height: 20px;
    color: red;
	font-weight: 600;
	text-decoration: underline;
}



ul li {
	font-family: georgia, palatino, times roman;
    font-size: 14px;
	line-height: 20px;
    font-weight: normal;
    color: Black;
    font-weight: normal;
    text-decoration: none;
}


h1 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: black;
	font-weight: 900;
	text-decoration: none; /*border-bottom: 1px dashed Blue;*/
}

h2 {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: black;
	font-weight: 900;
	text-decoration: none;
}

h3 {
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: black;
	font-weight: 900;
	text-decoration: none;
}

h4 {
	font-family: georgia,times roman, serif;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: black;
	font-weight: 900;
	text-decoration: none;
}


h5 {
	font-family: georgia,times roman, serif;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: black;
	font-weight: 900;
	text-decoration: none;
}


div#footer {
	border-top: 1px solid #82965D;
	padding: 0px opx 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 270px;
}



div#footer p {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align:left;
	font-weight: 900;
	color: #666666;
	text-decoration: none;
}


div#footer a {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align:left;
	font-weight: 900;
	color:#82965D;
	text-decoration: none;
}

div#footer a:hover {
	color: blue;
	text-decoration: underline;
}
