@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Grande", Lucida, Arial, Verdana;
	font-size: 11px;
	background-color: #2354B0;
	font-weight: normal;
	background-image: url(images/core/bkgr_art03.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.parent_div   {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
.content_area   {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	width: 100%;
	padding-bottom: 38px;
	padding-top: 30px;
}
.menu_box {
	height: 20px;
	margin-top: 35px;
	position: relative;
	left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-bottom: 3px;
}
p {
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.paragraph_length {
	width: 500px;
}
h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	font-size: 120%;
}
.tight_leading p {
	line-height: 1.2em;
	margin-top: 0.4em;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 20px;
}
li {
	margin-bottom: 1em;
	line-height: 100%;
	list-style-type: square;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
.footer {
	height: 30px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 90%;
	color: #CCCCCC;
}
