/* CSS Document */

/* CSS Document */

	body {
		margin:0px 10px 0px 10px;
		background: #D3CBAD;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000000;
		text-decoration: none;
		text-transform: none;
		left: 0px;
		padding-left: 0px;
		}
	body, body * {
		margin:0;
		padding:0;
		
		}
	p{
		padding-bottom:8px;
		}
		
	img{
		padding:3px;
	}
	td{
		padding:1px 2px 3px 2px;
	}
	ul ol{
		margin-left:20px;
	}
			
/* The main container for the page it centers the page within the browser sets the width to 780px wide
with a background color of beige.*/		
	#frame{
		text-align:center;
 		width: 720px;
		height:auto;
    	background-color:#D3CBAD;
		margin-left: auto;    
		margin-right: auto; 
		margin-bottom:auto;  
		padding: 0px;    
		background:url(../images/bckgrd_slice.gif);
		background-repeat:no-repeat;
		}

/* Header div */
	#header{
		display: block;
		height: 164px;
		padding: 0px;
		margin: 0px;
		background:url(../images/title_slice.jpg);
	}
	#header a, #mid_links a{
	 	color:#FFFFCC;
		padding-right: 20px;
		text-decoration:none;
		float: right;
	 }
	 #header a:hover, #mid_links a:hover, #links a:hover{

		text-decoration:underline;
	 }
	 
	 #mid_links{
		display: block;
		height: 22px;
		width:366px;
		padding: 0px;
		margin: 0px;
		background:url(../images/lnk_slice.gif);
		background-repeat:no-repeat;
		float: right;
	}
	
	
	.pageHeadings{
		font-weight:bold;
		color:#905346;
		font-variant:small-caps;
		font-size:14px;
	}
	.headings{
		font-weight:bold;
		color:#905346;
		font-variant:small-caps;
	}
	
	#links{
		float:left;
		width:230px;
		/*margin-left:0px;*/
	/*	background-repeat:repeat-x;*/
		text-align:left;
	/*	background:url(images/lnk_bckgrnd.gif);*/
		}
	#links a{
	 	color:#000;
		line-height: 27px;
		font-weight:bold;
		text-decoration:none;
	}	
	#mainContent{
		float:right;
		width: 472px;
		text-align:left;
		padding-left:8px;
		padding-top:8px;
	}	
	#footer{
		width: 472px;
		margin-left:230px;
		text-align:center;
		font-size:9px;
		padding-top:20px;
		clear:both;
	}
	.bold{
		font-weight:bold;
	}
	.tableHead{
		font-weight:bold;
		color:#FFFFCC;
		background-color:#00608A;
		}
	.italics{
		font-style:italic;
	}