body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #003399;
	background-color: #AEC0C5;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#title_page {
	height: 111px;
	width: 741px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 49px;
	padding-right: 49px;
}
#content_container {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_pages.gif);
	background-repeat: repeat-y;
}
#content {
	width: 839px;
}
#content p {
	width: 410px;
	padding-left: 70px;
	margin: 0px;
	color: #000000;
	padding-bottom: 20px;
}

#content  ul {
	width: 400px;
	padding-left: 90px;
	
	color: #000000;
	
}
#content h1, h2, h3 {
	width: 450px;
	padding-left: 70px;
	margin: 15px 0px;
	color: #00ABE1;
}
#content a {
	color: #003399;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#content_wide {
	width: 839px;
	background-image: url(../images/img_dots.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content_wide p, ul {
	width: 660px;
	padding-left: 70px;
	margin: 0px;
	color: #000000;
	padding-bottom: 20px;
}
#content_wide ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 90px;
}
#content_wide h1, h2, h3 {
	width: 660px;
	padding-left: 70px;
	margin: 15px 0px;
	color: #00ABE1;
}
#content_wide a {
	color: #003399;
	text-decoration: none;
}
#content_wide a:hover {
	color: #CC0000;
	text-decoration: underline;
}

#footer {
	width: 839px;
	margin-right: auto;
	margin-left: auto;
}
#footer_page {
	background-image: url(../images/bar_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 55px;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #44b6cd;
	border-left-color: #44b6cd;
}
.foot_link {
	color: #FFFFFF;
	font-size: 80%;
	padding-top: 20px;
	padding-left: 20px;
}
.foot_link a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.foot_link a:hover {
	color: #003399;
	text-decoration: underline;
	
}
.img_right {
	float: right;
}
#footer_shadow {
	height: 10px;
	width: 741px;
	margin-right: auto;
	margin-left: auto;
}
.dottedline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00ABE1;
	width: 360px;
	margin-left: 70px;
	height: 20px;
}
.smallprint {
	font-size: 70%;
	padding-right:50px;
	
}