/* page structure styles */
body {
	padding: 15px 0px 15px 0px;
}
.td_leftnav {
	padding: 15px;
}
.td_main {
	padding: 15px 10px 15px 0px;
}
.right_col {
	padding: 15px 15px 15px 5px;
}
/* end page structure styles */

/* general html tags */
hr {
	border-top: 1px dashed #424f6b;
	height: 1px;
	margin: 0px 0px 15px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #424f6b;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #424f6b;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
}
/* end general html tags */

.blue_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.copy_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
}
.copy_main a:link {
	color: #cc6633;
	text-decoration: underline;
	font-weight: bold;
}
.copy_main a:visited {
	color: #cc6633;
	text-decoration: underline;
	font-weight: bold;
}
.copy_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;
	margin: 0px 10px 0px 10px;
	line-height: 20px;
}
.copy_bullets a:link {
	color: #cc6633;
	text-decoration: underline;
	font-weight: bold;
}
.copy_bullets a:visited {
	color: #cc6633;
	text-decoration: underline;
	font-weight: bold;
}
.copy_left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: right;
	margin: 2px 15px 2px 10px;
}
.copy_left_nav a:link {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: inherit;
}
.copy_left_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: auto;
}
.copy_left_nav a:hover {
	text-decoration: none;
	color: #6699cc;
	background-color: #ffffff;
	display: block;
	width: auto;
}

.sponsors {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.sponsors img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin: 0px 0px 15px 0px;
}
.copyright a:link {
	color: #999999;
	text-decoration: none;
}
.copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.copyright a:hover {
	color: #a8b7f5;
	text-decoration: none;
}

/* image styles */
.inline_left {
	margin: 3px 10px 5px 0px;
}
.inline_right {
	margin: 3px 0px 5px 10px;
}
/* end image styles */

.error {
	color: red;
}
.msg_success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #444444;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	line-height: 20px;
	border: 2px solid green;
}
