/* CSS Document */

/* global */
body {
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

a img { border: 0; }

dt { font-weight : bold; }
dd { margin-bottom : 10px; }

h1 { font-size : 1.2em; }
h2 { font-size : 1.15em; }
h3 { font-size : 1.1em; }
h4 { font-size : 1.05em; }
h5 { font-size : 1 em; }

ul { list-style-image : url(../images/bullet.gif); }

/* header */
#logotop  {
	background-image : url(../images/logotopbanner.gif);
	width: 582px;
	height: 141px;
	background-repeat: no-repeat;
}

#title {
	position : absolute;
	left : 150px;
	top: 75px;
}


/* left navigation */
#navigation {
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 130px;
}
#navigation img { border: 0; }

/* right container */
#container { 
	left: 130px;
	position: absolute;
	top: 130px;
	width: 452px;
}

/* content */
#content {
	padding: 0 10px;
}
#content img {
	margin: 0 7px;
}

/* footer */
#footer {
	clear: left;
	font-size : .85em;
	left: 130px;
}
#footer ul { 
	margin: 0;
	padding: 0;
	list-style: none none;
}
#footer li {
	float: left;
	padding: 0 7px;
	margin: 0;
}

/* classes */
.left { float : left; }
.right { float : right; }
.bold { font-weight: bold; }
.caption { font-size: .8em; font-color: #111; }
.center { text-align: center; }
.clear { clear : both; }
.indent_medium { margin-left: 5em; }
.indent_small { margin-left: 3em; }
.nobullet { list-style: none none; }
.outline_thin { border: 1px solid #000; }
.outline_medium { border: 2px solid #000; }
.width_75pct { width: 75%; margin-left: auto; margin-right: auto; padding: 4px; }

