/* CSS Document */
html, body, div, p, h1, h2, h3, ul, li, a, form, img {
	margin: 0;
	padding: 0;
	color: #666;
}

body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	background: url(images/background.gif) repeat-x;
	text-align: center;
}

/* Div Elements */
#container {
	width: 513px;
	margin: 0 auto;
}

#nav {
	height: 41px;
	left: 0px;
	top: 0px;
	margin: 0;
}

#header {
	width: 513px;
	height: 229px;
	background: url(images/maintop.jpg);
}

#content {
	text-align: left;
	background: url(images/sidefade.jpg) repeat-y;
	padding: 0 47px;
}

#footer {
	width: 513px;
	height: 28px;
	background: url(images/bottom.jpg);
}

/* nav */
#nav ul {
	list-style-type: none;
	padding: 8px 0 0 47px;
	font-size: 12px;
}

#nav li {
	float: left;
	color: #fff;
	font-size: 95%;
	font-weight: bold;
	padding-right: 16px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}


/* header */
#header h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0 47px;
	text-align: left;
}



/* content */
#content h2 {
	padding-top: 8px;
	color: #790e26;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content p {
	font-size: 11px;
	margin-bottom: 10px;
}

#content td.left {
	padding-right: 8px;
}

#content ul {
	padding-left: 0px;
	font-size: 11px;
	list-style: square url(images/bullet.png);
	margin: .5em .5em 0 25px;
}

#content li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: .1em;
}


#content .imagebox {
	text-align: center;
}

#content .imagebox img {
  margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	border: 2px solid #737373;
}


#content .imagebox_vert {
	text-align: right;
}

#content .imagebox_vert img {
  margin: 10px;
	padding: 0px;
	border: 2px solid #737373;
	margin-right: 0;
}



#logos {
	background: url(images/sidefade.jpg) repeat-y;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 0;
	margin-right: 0;
	padding-right: 17px;
}

