@charset "iso-8859-1";

/*
**
**		       File: styles.css
**		    Created: 2007
**		   Modified: 01/31/2007 [bbowlin]
**
**		      Notes: Under development.
**
*/


/*----------( UNIVERSAL STYLES: )---------*/
	/* Lazy-man style reset: */
	* { margin: 0; padding: 0; } /* Zero-out margins and padding for all elements: */
	html { min-width: 768px; }
	body {
		font: 76.1%/125% Times New-Roman, Times, Georgia, serif;
		text-align: left;
		color: #333;
		xbackground: #EDEDED url(/images/banner.jpg) no-repeat top left;
	}
/*----------------------------------------*/

/*----------( DEFAULT CONTENT STYLES: )---------*/
	h1 {
		font-family: Geneva,Verdana,Arial,Helvetica,sans-serif;
		font-size: 2em;
		line-height: 1.25em;
		color: #333;
	}
	h2 {
		font-family: Geneva,Verdana,Arial,Helvetica,sans-serif;
		font-size: 1.5em;
		line-height: 1.5em;
		color: #036;
		margin-top: 12px;
		margin-bottom: 4px;
	}
	h3 {
		font-family: arial,verdana,helvetica;
		color: #C00;
		font-size: 2em;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	h4 {
		font-family: arial,verdana,helvetica;
		color: #C00;
		font-size: 1.8em;
		line-height: 1.5em;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	h6 {
		font-family: georgia,times,serif;
		font-size: 1em;
		font-style: italic;
		line-height: 1.25em;
		color: #333;
		margin-top: 12px;
		}
	p {
		font-family: georgia,times,serif;
		font-size: 1.25em;
		line-height: 1.25em;
		color: #333;
		margin-bottom: 1em;
	}
	
	ul {
		font-family: georgia,times,serif;
		font-size: 1.25em;
		line-height: 1.25em;
		color: #333;
		margin-left: 18px;
	}
	#mainWrap {
		background-color: #fff;
		background-image: url(images/banner.jpg);
		background-repeat: no-repeat;
		padding-top: 150px;
		margin: 0;
		width: 840px;
		}
	#leftNav {
		background-color: #fff;
		background-image: url(images/navBackground.gif);
		background-repeat: y;
		padding: 0px;
		margin: 0;
		margin-top: 20px;
		float: left;
		xposition: relative;
		xtop: 20px;
		width: 180px;
	}
	#mainContent {
		background-color: #fff;
		padding: 5px;
		margin: 0 auto;
		float: right;
		width: 650px;
	}
	#armaFooter {
		text-align: center;
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid #036;
	}
	#defaultContent p {
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: .5em 0;
	}
	.visibleBlock { display: block; }
	.visibleInline { display: inline; }
	.invisible { display: none; }
	.caption {
		font-style: italic;
		font-size: 10pt;
		font-family: verdana,arial,helvetica;
		display: block;
		margin-left: 40px;
		margin-bottom: 10px;
	}
	.ccb {
		font-size: 10pt;
		font-family: verdana,arial,helvetica;
		color: #333;
	}
			
