/*//---------------------------------------------*/
/*// Name: CENSPINE - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
			body {
			background: url(images/background.jpg) repeat-x #FFFFFF;
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 14px;
			}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
			
		td.header1 {
			background-image: url(images/header-1.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 36px;
			}
		
		td.header2 {
			background-image: url(images/header-2.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 117px;
			font-style: italic;
			}
			td.headernew {
			background-image: url(images/header-new.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 117px;
			font-style: italic;
			}
			
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		td.navBg {
			background-image: url(images/nav-bg.jpg);
			background-repeat: y-repeat;
			width: 164px;
			height: 218px;
			}
				
		td.navBg a {
			color: #273589;
			font-size: 11px;
			text-decoration: none;
			}
			
		td.navBg a:hover {
			color: #575757;
			font-size: 11px;
			text-decoration: none;
			}
			
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		td.footer1 {
			background-image: url(images/footer-1.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 36px;
			}
			
		td.footer1 a {
			text-decoration: none;
			}
		
		td.footer1 a:hover {
			text-decoration: none;
			color: #575757;
			}
			
		td.footer2 {
			background-image: url(images/footer-2.jpg);
			background-repeat: no-repeat;
			width: 740px;
			height: 40px;
			font-size: 10px;
			}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
	
	td.contentBg {
			background-color: #FFFFFF;
			background-repeat: repeat;
			height: 500px;
			}
			
	td.boxLeft {
			background-image: url(images/box-left.jpg);
			background-repeat: no-repeat;
			width: 192px;
			height: 497px;
			}
			
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		td.titleBg {
			background-image: url(images/title-bg.jpg);
			background-repeat: repeat-x;
			width: 538px;
			height: 44px;
			font-size: 22px;
			color: #575757;
			}

		td.titleBgAlt {
			background-image: url(images/title-bg.jpg);
			background-repeat: repeat-x;
			height: 44px;
			font-size: 22px;
			color: #575757;
			}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		p {
			margin: 10px;
			color: #575757;
		}
		
		td {
			color: #575757;	
			}
		
		td.boxLeft p {
			color: #585858;
		}
		
		td.boxLeft p span {
			font-weight: bold;
			color: #222a5e;
		}
		
		ul {
			margin-left: 40px;
			color: #575757;
		}
		
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		a {
			text-decoration: underline;
			color: #000000;
		}
		
		a:hover {
			text-decoration: underline;
			color: #575757;
		}
		
		td.footer1 a {
			color: #36449a;
			font-size: 11px;
			}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
