html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #DA063B;
	text-decoration: underline;
}
a:hover {
	color: #1496AD;
}

p { 
	line-height: 2em; 
}

.clear {
	clear: both;
}
body {
	background: #a5d7d4 0px 0px url(images/bg.jpg) repeat-x;
	font: 10px times new roman, arial, sans-serif;
	color: #000;
}
#wrapper {
}
#header {
	background: 6px 0 url() repeat-x;
	padding-top: 25px;
}
h1 {
	color: #000000;
	font-weight: bold;
	font: 2.4em "Times New Roman", "Lucida Grande", arial, sans-serif;
	text-align: left;
}
h3 {
	color: #000;
	font-weight: normal;
	font: 16px "Lucida Grande", arial, sans-serif;
	text-align: left;
	}
h4 {
	color: #000;
	font-weight: normal;
	font: 12px "Tomes New Roman", arial, sans-serif;
	}
h5 {
	color: #000;
	font-weight: normal;
	font: 34px "Lucida Grande", arial, sans-serif;
	}
h6 {
	color: #000;
	font-weight: normal;
	font: 18px "Lucida Grande", arial, sans-serif;
	}
p {
		line-height: 200%;
	}
h1 span {
	font-size: 30px;
}


#nav {
	background: url(images/nav_bg.gif) repeat-x;
	height: 40px;
	font-size: 17px;
}
#nav em {
	font-size: 22px;
	font-style: normal;
}
#nav ul {
	min-width: 780px;
	padding: 0;
	padding-top: 10px;
}
#nav li {
	float: left;
	background: 12px 6px url(images/bullet_nav.gif) no-repeat;
	padding-left: 50px;
	padding-right: 20px;
	margin: 0;
}
#nav li.first {
	background: none;
	padding-left: 20px;
}
#nav a {
	font-weight: normal;
	color: #9A0000;
	text-decoration: none;
}
#nav a:hover {
	color: #500000;
}

#textbox {
	width: 35%;
	float: right;
	margin: 0 30px 0 0;
}

#content {
	width: 50%;
	margin: 0px 20px 8px 20px;
	float: left;
}
#content .i {
	padding: 15px;
}

#content h2 {
	font: 16px "times new roman", serif;
	font-weight: normal;
	color: #000;
	clear: both;
}
#content h2 strong {
	color: #FEFF00;
	font-weight: normal;
}

#content h2.h {
	font-size: 12px;
}

#pica { margin: 70px 15px 15px 75%; 
	 font: 28px "times new roman",serif;
	 color: #ff0000;
	 }
#picb { margin: 0px 0px 15px 5px; }
#picc { margin: 0px 5px 5px 15px; }
#picd { margin: 0px 0px 5px 15px; }

#copyright {
	text-indent: 270px;
	padding-bottom: 14px;
	color: #000;
}

#footer {
	background: #a5d7d4;
	height: 46px;
	text-align: center;
	color: #000
}
