@import url("content.css");

@import url("navigation.css");

@import url("reset.css");


/*---------- CSS Document---------- */


html {
	width:100%;
	height: 100%;
}

body {
	background-color: #3A3939;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C5C5C;
	line-height: 16px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1 {
	text-indent: -9000px;
}
h1 a {
	background-image: url(../images/logo.gif);
	display: block;
	height: 44px;
	width: 251px;
	margin-top: 40px;
	margin-left: 30px;
}
h3 {
	background-color: E9EDED;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: D1D1D1;
	border-bottom-color: D1D1D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: AD455D;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 8px;
	padding-top: 1px;
}
h4 {
	color: #AD455D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
h6 {
	color: #AD455D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
h2 {
	font-size: 16px;
	margin-bottom: 18px;
}
a:link, a:visited {
	text-decoration: none;
	color: #AD455D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color:#C78294;
	text-decoration: underline;
}
#hr {
	border-top: 1px solid #C78294;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
}