/* START UNITY ACCOUNTING CSS */

	body {
        margin: 0px;
        background: #601c1c url("images/background_tile.gif") top center;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		color: black;
		font-size: 0.9em;
    }
    
    a:link {
        border: none;
        color : #0070ec;
        text-decoration : none;
    }
    a:hover {
        border: none;
        text-decoration : underline;
    }
    a:visited {
        border: none;
        color : #0060ca;
        text-decoration : none;
    }
    
    #backgroundTop {
        background: url("images/background_top.gif") top center repeat-x;
    }
    
    #header {
        width: 740px;
        margin: 0px auto;
    }
	
/* START Content CSS */

	#bodyTop {
		background: url("images/body_top.gif");
		width: 741px;
		height: 25px;
		margin: 10px auto 0 auto;
	}

	#bodyBottom {
		background: url("images/body_bottom.gif");
		width: 741px;
		height: 25px;
		margin: 0 auto;
	}
	
	#contentContainer {
		background: url("images/content_background.gif");
		width: 741px;
		min-height: 100%;
		margin: 0 auto;
	}
	
	#contentContainer .text {
		padding: 0px 22px;
	}
	
	#footerContainer {
		background: url("images/content_background.gif");
		width: 741px;
		margin: 0px auto;
		font-size: 0.8em;
		color: #414141;
	}
	
	#footerContainer .text {
		padding: 12px 22px;
	}

/* END Content CSS */
    
/* START Navigation CSS */

	div.nav {
		background: url("images/nav_background.gif") no-repeat center top;
		width: 751px;
		height: 33px;
		margin: 0px auto;
	}
	
	ul.nav {
		padding: 6px 0px 0px 30px;
		margin: 0px;
	}
    
    .nav li {
		display: inline;
		list-style-type: none;
		height: 23px;
		margin: 0px;
    }
    
    .nav a:link {
		display: inline;
		color: white;
		padding: 6px 7px;
		margin: 0px;
		font-size: 16px;
    }
    
    .nav a:visited {
		display: inline;
		color: white;
		padding: 6px 7px;
		margin: 0px;
		font-size: 16px;
    }
    
    .nav a:active {
		display: inline;
		color: white;
		padding: 6px 7px;
		margin: 0px;
		font-size: 16px;
    }
    
    .nav a:hover {
        display: inline;
		background: url("images/nav_highlight.gif");
		color: white;
		padding: 6px 7px;
		margin: 0px;
		font-size: 16px;
        text-decoration : underline;
    }
    
/* END Navigation CSS */

/* START General CSS */

	h2 {
		font-family: Georgia, Times New Roman, Verdana, Arial, Tahoma, sans-serif;
		font-size: 1.2em;
		font-weight: none;
		margin: 0;
	}

	img.displayed {
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	
	img {
		border: 0px;
	}
    
    #center {
		width: 710px;
        margin: 0px auto;
    }
	
	#legend {
		font-weight: bold;
		color: #cc0000;
	}
    
/* END General CSS */

/* END UNITY ACCOUNTING CSS */