html {
	behavior: url(iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
	background: url(images/main_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#f3fbff;
	height:100%;
	width:100%;
	font-size: 12px;
	color: #0075bd; 
	
}
body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
li{
text-align:left;
}
.main_table{
	width:930px;
	height:100%;
	border:0px;
}
.FrederickOzanam{
	float:right; font-style:italic; text-align:right; margin-right:120px;
}
.center_text_italic{
	font-style:italic; text-align:center;
}

.center_text{
	text-align:center;
}
.mission_bg{
background-image:url(images/mission_bg.png); background-repeat:repeat-x;
}

.mission_title{
background-image:url(images/mission_title_bg.png); background-repeat: no-repeat; background-position:center; height:48px;
}

/* Content */
#content {

	width:888px;
	margin-top: 10px;
	margin-bottom:10px;
	padding:6px;
	border:#0075bd solid 2px;
	background:#e1f4ff;

}

#content_bg{
	margin: 0 auto;
	overflow:visible;
	background: url(images/content_bg.png) repeat-y;
}

#inner_content{

	border:#64b1de solid 1px;
	background:#ffffff;
	padding:6px;
	height:100%;
}

#news_content table{

	background-image:url(images/mission_bg.png);
	background-repeat:repeat-x;
	border:solid 1px #92d0f5;
}

#news_content hr{

border:solid 1px #92d0f5;
}

hr {
	height:0px;
	width:95%;
	border: #CCCCCC solid 1px;
}

/* Posts */
.post {
	margin:0px 0px 0px 150px;
}
.home_pic{
margin:0px 20px 0px 0px;
}

.location_box_padding{
padding-left:20px;
}

.location_box{
background-color:#eef9ff;
width:350px;
height:92px;
padding:8px 8px 8px 8px;
}

.location_left{
text-align:left;
float:left;
}

.location_right{
float:right;
}
.resale_info_box{
background-color:#eef9ff; width:320px; padding:1 8 8 8;
}


/* Header Text */
h1 {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:4px;
	color: #004d7b;
}
h2 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:4px;
	color: #004d7b;
}
h3 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:4px;
	color: #004d7b;
}
a {
	color: #004d7b;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: none;
	color: #0075bd;
}




/* Footer */

#footer div img{ 
	behavior: url(iepngfix.htc);
}
#footer div #blue_apple{ 
	behavior: url(iepngfix.htc);
	padding-left:10px;
	float:left;
}


#footer {
	background: url(images/footer_bg.png) repeat-y;
	background-color:#64b1de;
}
#footer div #copyright {
	margin: 0px;
	font-size: 10px;
	text-align: center;
	color: #dbedf7;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:10px;
	float:right;
	
}

#footer div div a:link {
	text-decoration: none;
	color:#7477bd;
}
#footer div div a:visited {
	text-decoration: none;
	color:#7477bd;
}
#footer div div a:hover {
	text-decoration: none;
	color:#343896;
}
#footer div div a:active {
	text-decoration: none;
	color:#7477bd;
}


/* FORM BEGIN */

.form_title {
	color : #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.form_field {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	color : #474747;
	font-weight : bold;
	text-align:left;
}
.form_text {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.text_box {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
}
.text_area {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
}
.text_select {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
}
.form_error {
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-weight : bold;
}
/* FORM END */

