
/* STYLESHEET */

@import "ids.css";
@import "classes.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1#home-title{
	background:url(../images/home-title.gif) no-repeat;
	text-indent:3000px;
	white-space:nowrap;
	overflow:hidden;
	width:297px;
	height:35px;
}

h1 {
	color: #175081;
	font-size: 29px;
}
.titlepart-pad h1 { font-size:33px;}

h2 {
	border-bottom:1px dashed #7F7F7F;
	color:#575757;
	font-family:Century Gothic;
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
	padding-bottom:10px;
}
h3 {
	color: #175081;
	font-size: 33px;
}
h4 {
	color: #575757;
	font-size: 22px;
	font-weight: normal;
}
h5 {
	color: #032949;
	font-size: 18px;
	border-bottom: 1px dashed #ff9c00;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
h6 {
	color: #032949;
	font-size: 14px;
	border-bottom: 1px dashed #ff9c00;
	margin: 0 20px 10px 20px;
	padding: 30px 0 10px 5px;
}
