* { margin: 0; } 

body {
	  font:       15px arial,helvetica,clean,sans-serif;
    /*font-size: small; 		/* for IE */
    /*font:      x-small; 	/* for IE in quirks mode */
	background-color: #ffcccc;
} 
/* font mapping (first value is pt, second is it's coresponding % value used in css)
10         77
11         85
12         93 (was 93)
13         100
14         108 (was 107)
15         116 (was 114)
16         123.1 (was 122)
17         131 (was 129)
18         138.5 (was 136)
19         146.5 (was 144)
20         153.9 (was 152)
21         161.6 (was 159)
22         167
23         174
24         182
25         189
26         197
*/
/*** Skin ***/
h1 { color: #730025; font-size: 131%; }

p { margin:0.5em 0; }

a { color: #ff6699; text-decoration: none; }

a:hover {
	text-decoration: underline; }
	
/*** Skeleton ***/
.content { 
	 margin: 1em;
}
/*For Single Columns in Pages */
#singlecolumn {
	float: left;
	margin: 20px 10px 10px 0px;
	width: 800px;
}

/*For Home page slideshow image */
#featured_image { 
	clear:both;
	float: left;
	margin: 7px 10px 10px 10px;
	border: 0px;/**/
	width: 550px;
	height: 368px; 
	overflow:hidden;
}

/* For pages with two columns of equal width */
#equalpagecolumnsleft { 
 	/*background: #E7DBD5;*/
	float: left;
	margin: 20px 10px 10px 0;
 	width: 430px;
}
#equalpagecolumnsright { 
	float: right;
	margin: 20px 0px 10px 0px;
 	width: 430px;
	/*display: inline;*/
}
			
/*Reduce font size to just below normal */
.Understate {
	font-size:  .9em;
}

/*Set Horizontal Line Properties */
.HLine  {
width: 90%;
color: #ff6699;
 height: 1px;
}

/*Set table border colors */
	.BorderColor  { 
	border: 2px solid #730025; 
	}
	

/*Set special table border colors with lighter colors */
	.LightBorderColor  { 
	border: 2px solid #ffcccc; 
	}	
	
/*Set special table border colors with light colors */
	.ThinBorderColor  { 
	border: 1px solid #ff6699; 
	}