/* CSS Document */

body {
	background-color: #9FA4AA;
	margin: 0 auto;
}

td.tablearea {
	background-color: white;
	padding: 0px 20px 0px 20px;
}

td.tabletitle {
	background-color: white;
}

td.textarea {
	background-color: #DDDDDD;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}

td.leftside {
	background-color: white;
	background-image: url('/redesign/art/chain-link-mid.jpg');
	background-repeat: repeat-y
}

td.divide {
	background-color: white;
	background-image: url('/redesign/art/div-line.jpg');
	background-repeat: repeat-y
}

.contarea {
	background-color: white;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #000066;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #0099FF;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	background-color: white;
	border: 1px solid #000066;
	border-width: 1px 0;
}

li#first {
	border-left-width: 5px;
}

li#last {
	border-right-width: 5px;
}

.hr1 {
	color: #000066;
	background-color: #000066;
	width: 350px;
	height: 1px;
}

p.cont {
	line-height: 0.5px;
	padding: 0px 20px 0px 20px;
}

.titles {
	color: #000066;
	font-family: arial,helvetica;
	font-size: 30px;
	font-weight: bold;
}

.subtitle {
	color: #000066;
	font-family: arial,helvetica;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

a.innernav {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

a:hover.innernav {
	color: #0099FF;
}

