@charset "UTF-8";
/* Cardenas PT Global Styling */
body {
	background-color: #A2BCDF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, "Times New Roman", Times;
}
#body_main {
	background-image: url(../images/body_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#body_header {
	background-image: url(../images/body_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#body_footer {
	background-image: url(../images/body_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav_bar {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#site_location {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#page_title {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#body_logo {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#reflection {
	background-image: url(../images/reflection.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #20303F;
	text-decoration: underline;
}
a:visited {
	color: #20303F;
	text-decoration: underline;
}
a:active {
	color: #20303F;
	text-decoration: underline;
}
a:hover {
	color: #20303F;
	text-decoration: none;
}
a:visited:hover {
	color: #20303F;
	text-decoration: none;
}
.site_location {
	color: #000000;
	font-size: 12px;
}
a.site_location:link {
	color: #20303F;
	text-decoration: underline;
}
a.site_location:visited {
	color: #20303F;
	text-decoration: underline;
}
a.site_location:active {
	color: #20303F;
	text-decoration: underline;
}
a.site_location:hover {
	color: #20303F;
	text-decoration: none;
}
a.site_location:visited:hover {
	color: #20303F;
	text-decoration: none;
}
.footer {
	color: #000000;
	font-size: 12px;
}
a.footer:link {
	color: #20303F;
	text-decoration: underline;
}
a.footer:visited {
	color: #20303F;
	text-decoration: underline;
}
a.footer:active {
	color: #20303F;
	text-decoration: underline;
}
a.footer:hover {
	color: #20303F;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #20303F;
	text-decoration: none;
}
p {
	margin-top: 0px;
}