/* title : 'stjames.css' 
 * This document was created for the styles used in the sjp.org.au site
 * Created by Jocea Sallai
 * last edited on 23/06/09 
 */

/* properties for entire page */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#adccb5;
	margin:0px;
	margin-top:10px;
}

/* properties for the table */
table{
	background-color:#FFFFFF;
	border:0px;
	padding:0px;
	
}

/* properties for images - for menu images in particular to remove blue border */
img{
	border:none;
}

/* properties for individual table cells */
td{
	vertical-align:top;
	background-position:right;
	background-repeat:no-repeat;
	border:none;
	padding:none;
}

/* properties for heading 1 tag */
h1{
	/*font-weight:bold;*/
	font-size:14px;
}

a{
	color:#0000FF;
}

a.privacy{
	color:#003333;
}



/* custom class for main content formatting */
.main_content{
	padding:20px;
	padding-top:20px;
	padding-right:40px;
}

.local_navigation{
	font-size:14px;
	text-align:center;
	font-weight:bold;
}


.sub_heading{
	font-weight:bold;
	font-size:14px;
}

/* custom class for privacy policy table */
.privacy{
	bottom:0px;
	color:#006633;
	text-align:center;
	z-index:1;

	font-style:italic;
	/*position:fixed;*/
}

.date{
	font-size:10px;
	color:#003333;
	text-align:right;
}

.menu{
	text-align:left;
	padding:0px;
	border:0px;
}

/* custom class to format margin background images
 * this is also used my the bottom margin */
.margin_left{
	background-repeat:repeat;
	background-position:left;
}

.margin_right{
	background-repeat:repeat;
	background-position:right;
}
	