* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
#container {
	display: block;
	margin: auto;
	width: 950px;
}
#column {
	display: block;
	float: left;
	width: 950px;
}
#header {
	display: block;
	float: left;
	width: 950px;
	height: 99px;
	background-image: url(header.jpg);
}
#header img {
	display: block;
	float: left;
}
#header ul {
	display: block;
	float: left;
	position: relative;
	left: 410px;
	top: 50px;
}
#header ul li {
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(utility.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#header ul li.first {
	background-image: none;
}
#header ul li a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#topnav-container {
	display: block;
	float: left;
	width: 950px;
	height: 27px;
	background-color: #3c3c3c;
}
#topnav {
	display: block;
	margin: auto;
	width: 850px;
	height: 27px;
	background-color: #3c3c3c;
}
#middle {
	display: block;
	float: left;
	width: 950px;
	margin-top: 4px;
	background-image: url(middle-bg.jpg);
	background-repeat: repeat-y;
}
#middle.applications {
	background-image: none;
	position: relative;
	right: 20px;
}
#leftnav {
	display: block;
	float: left;
	width: 219px;
}

#leftnav ul {
	display: block;
	float: left;
	width: 219px;
	border-top: 1px solid #d0d6e4;
	margin-top: 25px;
}
	
#leftnav ul li {
	display: block;
	float: left;
	width: 219px;
	border-bottom: 1px solid #d0d6e4;
}
#leftnav ul li ul {
	margin-top: 0px;
}
#leftnav ul li ul li {
	display: block;
	float: left;
	width: 219px;
	border: none;
}

#leftnav ul li a {
	display: block;
	float: left;
	width: 198px;
	color: #58665e;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	padding-left: 21px;
	text-decoration: none;
	font-weight: bold;
	height: 23px;
	margin-top: 1px;
}

#leftnav ul li ul li a {
	display: block;
	float: left;
	width: 177px;
	color: #58665e;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-left: 42px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	margin-top: 1px;
}

#leftnav ul li a:hover {
	background-color: #ca0e1f;
	color: #eeeeee;
}

#leftnav ul li ul li a:hover {
	background-color: #ca0e1f;
	color: #eeeeee;
}

#center {
	display: block;
	float: left;
	width: 486px;
	overflow: hidden;
}
#center h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 18px;
	margin-right: 18px;
	color: #ca0e1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
}
#center h2 {
	margin-bottom: 12px;
	margin-left: 18px;
	margin-right: 18px;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#center h2 a {
	color: #ca0e1f;
	text-decoration: none;
}
#center h2 a:hover {
	text-decoration: underline;
}
#center h3 {
	margin-bottom: 6px;
	margin-left: 18px;
	margin-right: 18px;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#center h3 a {
	color: #ca0e1f;
	text-decoration: none;
}
#center h3 a:hover {
	text-decoration: underline;
}
#center ul,
#center ol {
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 18px;
}
#center ul li {
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#center ul li a {
	color: #ca0e1f;
	text-decoration: none;
	font-weight: bold;
}
#center ul li a:hover {
	text-decoration: underline;
}
#center ol li {
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#center ol li a {
	color: #ca0e1f;
	text-decoration: none;
	font-weight: bold;
}
#center ol li a:hover {
	text-decoration: underline;
}
#center p {
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#center hr {
	height: 1px;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
	border-bottom: 1px solid #dddddd;
	border-top: none;
	border-right: none;
	border-left: none;
}
#center table {
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#center table tr {
	border-bottom: 1px solid #999999;
}
#center table tr.odd {
	background-color: #eeeeee;
}
#center table tr td,
#center table tr th {
	text-align: center;
	padding: 2px;
	border-right:  1px solid #999999;
}
#center table tr td.left {
	text-align: left;
}
#center p a {
	color: #ca0e1f;
	font-weight: bold;
	text-decoration: none;
}
#center a:hover {
	text-decoration: underline;
}
#center blockquote {
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 18px;
	padding: 4px;
	background-color: #dddddd;
	color: #636466;
}
#center blockquote p {
	margin: 0px;
}
#center form {
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
}
#center form label {
	display: block;
	float: left;
	width: 80px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#center form input {
	display: block;
	float: left;
	width: 300px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#center form textarea {
	display: block;
	float: left;
	width: 300px;
	height: 120px;
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#center form input.submit {
	display: block;
	float: left;
	width: 80px;
}
#center form br {
	clear: both;
}
#center form div {
	display: none;
}
#center form fieldset {
	border: none;
}
#center img.imageborder {
	border: 1px solid #999999;
	margin-right: 10px;
}
#center img.imageright {
	margin-left: 10px;
}
#center img.center {
	display: block;
	margin: auto;
	clear: both;
}
#center iframe {
	border: none;
	margin-left: 1px;
}
#center iframe#iform {
	background-image: url("loading.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
#rightcol {
	display: block;
	float: left;
	width: 245px;
}
#rightfade {
	display: block;
	float: left;
	width: 245px;
	height: 176px;
	background-image: url(right-fade.jpg);
}
#rightgrid {
	display: block;
	float: left;
	width: 245px;
}
#rightgrid h2 {
	margin-bottom: 12px;
	margin-left: 18px;
	margin-right: 18px;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	bottom: 70px;
}
#rightgrid ul {
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 18px;
	position: relative;
	bottom: 70px;
}
#rightgrid ul li {
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightgrid ul li a {
	color: #ca0e1f;
	text-decoration: none;
	font-weight: bold;
}
#rightgrid ul li a:hover {
	text-decoration: underline;
}
#rightgrid-top-image {
	display: block;
	float: left;
	width: 245px;
	height: 168px;
	position: relative;
	bottom: 120px;
}
#rightgrid-top-image a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ca0e1f;
	font-weight: bold;
	text-decoration: none;
}
#rightgrid-top-image a:hover {
	text-decoration: underline;
}
#rightgrid-post-it {
	display: block;
	float: left;
	width: 245px;
	height: 245px;
	margin-top: 100px;
}
#footer {
	display: block;
	float: left;
	width: 950px;
	height: 95px;
	border-top: 1px solid #91a5a5;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 35px;
	color: #58665e;
}
#footer p a {
	color: #58665e;
}

