/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #CCCCCC;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;	
}



#wrap {
	background-image:url(../images/wrapper-slice2.jpg);
	background-repeat:repeat-y;
	height: auto;
	width: 750px;
	border: none;
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	
	
}

#topimage {

	width: 750px;
	height: 200px;
	background-image:url(../images/topimage.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 0px;
	border: 0px;	
	
	

}

#bottomimage {

	width: 750px;
	height: 102px;
	background-image:url(../images/footer2.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	position:relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border: 0px;	
	
	

}

#main {
	
	width: 750px;
	height:auto;
	position:relative;
	
}



#nav {
	
	float: left;
	width: 155px;
	margin-left: 12px;
	padding-top: 10px;
	
}

#navbar ul li {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar ul li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996633;
	margin: 0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
}
#navbar ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	margin:0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#navbar ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	
	margin:0px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #996633;
	margin:0px;
	font-size: 10px;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
	margin:0px;
	font-size: 10px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #990000;
	margin:0px;
	font-size: 10px;
}

#content {
	
	width: 510px;
	border: none;
	position:relative;
	margin-left: 190px;
	margin-top: 0px;	
	padding: 10px;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #666666;
	text-align: justify;
}





p.h1title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #990000;
	text-align:left;
	position:static;
	margin-left: 0px;
	margin-top:16px;
	marging-bottom:0px;
}

p.h1simpledate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #990000;
	text-align:right;
	vertical-align:top;
	position:static;
	margin-top: -30px;
	margin-bottom: 1px;
}

p.h1otodate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight:bold;
	text-transform: lowercase;
	color: #990000;
	text-align:right;
	vertical-align:bottom;
	position:static;
	margin-top: 0px;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	
	font-weight: bold;
	text-transform: lowercase;
	color: #660000;
	
	margin-top: 0px;
}

p.h2title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #660000;
	text-align:left;
	position:static;
	margin-left: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	border-bottom-color: #669999;
	border-bottom-width:thin;
	border-bottom-style: dotted;
	padding-left: 5px;
	padding-bottom: 2px;
}




