* {padding: 0; margin: 0; border: 0;}

p {padding: 5px 0px 8px 0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1 { text-indent: -9999px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 30px;
	line-height: 30px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #29458F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
}



a:link {
	color: #29458F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #29458F;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #29458F;
}

#wrapper {
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 163px;
	background: url(images/header.jpg) no-repeat top left;
}

#contentWrapper {
	background: url(images/middle_span.jpg) repeat-y top left;
}

#navWrapper {
	float: left;
	width: 140px;
}

#maintext {
	float: right;
	width: 570px;
	padding-right: 20px;
	background: url(images/maintext_topright.jpg) no-repeat top 548px;
}

#text_indent p {
	padding: 0px 25px 10px 0px;
}

#text_indent h2 {
	margin: 0px 25px 0px 0px;
}

#text_indent ul {
	padding-left: 30px;
	list-style: square;
}

#text_indent ol {
	padding-left: 30px;
}

#footer {
	clear: both;
	background:url(images/footer.jpg) no-repeat top left;
	height: 35px;
	text-align: right;
	font-size: 9px;
	padding-top:5px;
	padding-right: 30px;
}

#flash {
	width: 539px;
	height: 150px;
}

#address {
	padding-left: 5px;
}

#nav {
	text-transform:uppercase;
	font-size: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	padding: 3px 0px 5px 0px;
	text-indent: 20px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px #ccc solid;
	height: 10px;
	line-height: 13px;
	background: #29458F url(images/bullet1.gif) no-repeat 10px center;
}

#nav ul a:hover {
	background: #fff url(images/bullet2.gif) no-repeat 10px center;
	color: #000;
	padding: 3px 0px 5px 0px;
	
}
.border {
	border: 1px solid #29458F;
}
