/* Default Stylesheet */
/* Stylesheet for index page content beginning below the horizontal navigation bar */

															/** MAIN CONTAINERS **/
			#main {
				position:relative;
				left:2px;
				top:0px;
				width:945px;
				height:250px;
				background-color:#c9e4ff;
			}
				#left_links h4 {
					margin-bottom:0px;
				}
				#left_links p {
					margin-top:0px;
					 color:#660000;
					 font-weight:bold;
					 line-height:1em;
					font-size:13px;
				 }
				#main_image {
					width:730px;
					height:209px;
					position:absolute;
					top:8px;
					right:10px;
					color:white;
					font-family:"Century Gothic", Courier, monospace;
				}
/*				#main_image h1,p {
					margin-left:40px;
					margin-bottom:0px;
					margin-top:0px;
				}
				#main_image h1 {
					font-weight:500;
				}
*/
				#content-wrap {margin-top:10px;
					}

				.bottom_title {
					background-image:url(images/swirly_bg.png);
					color:#153c67;
					height:30px;
					margin-top:-20px;
					margin-bottom:11px;
					margin-left:5px;
					margin-right:5px;
					padding-left:5px;
				}
				.bottom_title h2 {
					color:#153c67;
				}
				.bottom_title h2:hover {
					text-decoration:underline;
					color:#893329;
				}
				.bottom_title a:link {
					text-decoration:none;
				}
				.bottom_title a:visited {
					text-decoration:none;
				}
				.bottom_subhead {
					font-weight:bold;
					font-size:16px;
					color:#660000;
					margin-top:-3px;
					margin-bottom:0px;
					padding-left:5px;
					padding-right:5px;
				}
				.top_parchment {
					background-image:url(images/parchment_top.png);
					height:10px;
				}
				.bottom_parchment {
					background-image:url(images/parchment3_bg.jpg);
					background-repeat:no-repeat;
					height:30px;
					margin-top:-20px;
				}
				.table-spacer {
					width: 30px;
					}
				
		.cleft 	{ 
					background-image:url(images/parchment2_bg.png);
					background-repeat:repeat-y;
					width:300px;
					vertical-align:top;
					}	/* three column left */
		.cmiddle 	{ 
					background-image:url(images/parchment2_bg.png);
					background-repeat:repeat-y;
					vertical-align:top;
					width:300px;
					}				/* three column */
		.cright 	{ 
					background-image:url(images/parchment2_bg.png);
					background-repeat:repeat-y;
					vertical-align:top;
					width:300px;}	/* three column right */
		td p		{
					 margin-left:5px;
					 margin-right:5px;
					 }

									/** END **/