* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #002;
	color: #FFF;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 70px;
	text-align: center;
	padding-top: 25px;
	margin-bottom: 20px;
}

#header h1, #header h2 {
	font-size: 60px;
	margin: 0;
	padding: 0;
	height: 70px;
	background: url(/images/design/blunt-web-apps.gif) center center no-repeat;
	overflow: hidden;
}

#header h1 a, #header h2 a {
	display: block;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
	color: #FFF;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #668;
	margin: 20px 0;
}

#page {
	background: #CCC url(/images/design/page-middle.gif) repeat-y;
	color: #002;
}

#page_top {
	background: url(/images/design/page-top.gif) no-repeat;
}

#page_bottom {
	background: url(/images/design/page-bottom.gif) left bottom no-repeat;
	padding: 10px;
	width: 880px;
}

.layout_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

.layout_row {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

.layout_cell {
	margin: 0;
	padding: 0;
	border: none;
}

#page_column1 {
	width: 188px;
}

#page_column3 {
	width: 188px;
}

#left_column {
	padding: 40px 10px 10px;
}

#right_column {
	padding: 40px 10px 10px;
}

#content {
	padding: 15px 20px;
}

#standard_left_nav {
	font-weight: bold;
}

#standard_left_nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#standard_left_nav li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#standard_left_nav a:link, #standard_left_nav a:visited {
	color: #002;
	text-decoration: underline;
}

#standard_left_nav a:focus, #standard_left_nav a:hover {
	color: #00C;
	text-decoration: none;
}

#standard_left_nav a:active {
	color: #002;
	text-decoration: underline;
}

#standard_right_nav {
	font-weight: bold;
}

#standard_right_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

#standard_right_nav li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#standard_right_nav a:link, #standard_right_nav a:visited {
	color: #002;
	text-decoration: underline;
}

#standard_right_nav a:focus, #standard_right_nav a:hover {
	color: #00C;
	text-decoration: none;
}

#standard_right_nav a:active {
	color: #002;
	text-decoration: underline;
}

#standard_right_nav h2, #standard_right_nav h3 {
	margin-bottom: 10px;
	padding: 0;
}

#standard_right_nav h2 {
	font-size: 16px;
}

#standard_right_nav h3 {
	font-size: 14px;
}

#standard_right_nav span {
	color: #F00;
	margin-left: 20px;
}

#standard_right_nav span span {
	color: #002;
	font-size: .65em;
	margin-left: 0;
}

#standard_right_nav a span {
	margin: 0;
}

h1, h2, h3, h4, h4, h6 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	margin-bottom: 12px;
}

h2 {
	font-size: 22px;
	margin-bottom: 11px;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	margin-bottom: 9px;
}

h5 {
	font-size: 16px;
	margin-bottom: 8px;
}

h6 {
	font-size: 14px;
	margin-bottom: 7px;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
}

#section_nav {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#section_nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#section_nav h2 {
	font-size: 16px;
}

#section_nav h3 {
	font-size: 14px;
}

#section_nav li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#section_nav a:link, #section_nav a:visited {
	color: #002;
	text-decoration: underline;
}

#section_nav a:focus, #section_nav a:hover {
	color: #00C;
	text-decoration: none;
}

#section_nav a:active {
	color: #002;
	text-decoration: underline;
}

dt {
	font-weight: bold;
	font-style: italic;
}

dd {
	margin-left: 20px;
	margin-bottom: 10px;
}