@charset "utf-8";
/* CSS Document */
/* Eric's custom styles for anything */
/* I am not setting height and width here for boxes, pull quotes, etc. */
/* Inline styles can be used to set height and width. */
/* I have found that inline styles are the best way to go */
/* when dealing with images and other elements that have varying sizes. */
/* Also, I have borders showing on the outerBox for design purposes. */
/* Border widths can be set to 0 with inline styles. */


body {
		 font-family: arial, helvetica, sans-serif;
		 font-size: 10pt;

		 }

/* Page Structure */

#outerBox {
					border-style: solid;
					border-width: 1px 1px 1px 1px;
					padding: 4px;
					}
					


/* Titles, Headings, Headlines */
/* number at the end of the name is point size */

.centeredTitle48 {
									 font-size: 48pt;
									 text-align: center;
									 }

.centeredTitle44 {
									 font-size: 44pt;
									 text-align: center;
									 }

.centeredTitle40 {
									 font-size: 40pt;
									 text-align: center;
									 }

.centeredTitle36 {
									 font-size: 36pt;
									 text-align: center;
									 }


.centeredTitle32 {
									 font-size: 32pt;
									 text-align: center;
									 }


.centeredTitle30 {
									 font-size: 30pt;
									 text-align: center;
									 }
									 
									 
.centeredTitle28 {
									 font-size: 28pt;
									 text-align: center;
									 }
									 

.centeredTitle26 {
									 font-size: 26pt;
									 text-align: center;
									 }


.centeredTitle24 {
									 font-size: 24pt;
									 text-align: center;
									 }


.centeredTitle22 {
									 font-size: 22pt;
									 text-align: center;
									 }

.centeredTitle20 {
									 font-size: 20pt;
									 text-align: center;
									 }

									 
.centeredTitle18 {
									 font-size: 18pt;
									 text-align: center;
									 }
									 
.centeredTitle16 {
									 font-size: 16pt;
									 text-align: center;
									 }
									 
									 
.centeredTitle14 {
									 font-size: 14pt;
									 text-align: center;
									 }

.headline12 {
						font-size: 12pt;
						font-weight: bold;
						}
						
.headline12I {
						 font-size: 12pt;
						 font-weight: bold;
						 font-style: italic;
						 }

.headline14 {
						font-size: 14pt;
						font-weight: bold;
						}
						
.headline14I {
						 font-size: 14pt;
						 font-weight: bold;
						 font-style: italic;
						 }

.headline16 {
						font-size: 16pt;
						font-weight: bold;
						}
						
.headline16I {
						 font-size: 16pt;
						 font-weight: bold;
						 font-style: italic;
						 }


.headline18 {
						font-size: 18pt;
						font-weight: bold;
						}
						
.headline18I {
						 font-size: 18pt;
						 font-weight: bold;
						 font-style: italic;
						 line-height: 1.5;
						 }

.sectionHead12 {
	font-size: 12pt;
	font-weight: bold;
	}									 
									 
									 
/* pullQuotes */

.quoteRight {
					float: right;
					margin-left: 8px;
					margin-bottom: 4px;
					padding: 4px;
					background-color: #cccccc;
					border-style: solid;
					border-width: 1px 0px 1px 0px;
					font-style: italic;
					font-weight: bold;
					font-size: 11pt;
					}

.quoteLeft {
					float: left;
					margin-right: 8px;
					margin-bottom: 4px;
					padding: 4px;
					background-color: #cccccc;
					border-style: solid;
					border-width: 1px 0px 1px 0px;
					font-style: italic;
					font-weight: bold;
					font-size: 11pt;					
					}					


/* byLines */

.byLine1 {
				 font-weight: bold;
				 font-style: italic;
				 font-size: 9pt;
				 }

/* cutlines-captions */

.cutline1 {
					font-style: italic;
					font-weight: bold;
					font-size: 9pt;
					}

/* boxes to position images, quotes, additional info */

.boxRight {
					float: right;
					margin-left: 8px;
					margin-bottom: 4px;
					padding: 4px;
					background-color: #cccccc;
					}

.boxLeft {
					float: left;
					margin-right: 8px;
					margin-bottom: 4px;
					padding: 4px;
					background-color: #cccccc;
					}					
