/* ==================================================================

 *  created: May 20011

 * ================================================================== */
 
	
/* ==================================================================
 * HTML
 * ================================================================== */
	
html { 
	font-size:100.01%; 
	}

body {
	background-color:#fff;
	/*color:#2c4b66;
	font-size:75%;*/
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
	background-image: url(images/bkgrd_gradient2.gif);
	background-repeat: repeat-x;
	}

	p {
	margin-bottom:2%;
	line-height: 200%;
	margin-top: 0px;
		}

strong {
	color:#284e6f;
	}
	
em {
	color:#2c4b66;
	font-weight:bold;
	font-size:96%;
	}


/* ==================================================================
 * Headers
 * ================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	margin-top: 0px;
	}

h1 {
	font-size:14px;
	color: #812311;
	text-transform: uppercase;
	line-height: 1.5em;
	}

h2 {
	font-size:12px;
	color: #812311;
	padding-bottom:0.1em;
	}
	
h3 {
	font-size:12px;
	color: #812311;
	font-weight:bold;
	line-height: 1.1em;
	}
	

h4 {
		font-size:10px;
	color: #812311;
	font-weight:bold;
	line-height: 1.2em;
	}
	
h5 {
	
	}
	
h6 {

	}

/* ==================================================================
 * Lists
 * ================================================================== */

dl {
	color: #000;
	}

dt {
	font-weight: bold;
	}

dt a:link, dt a:visited { 
	color: #000; 
	text-decoration: underline; 
	}

dd {
	margin: 0 0 0 1em;
	padding: 0;
}

ul {margin-bottom:2%;
	line-height: 200%;
	margin-top: 0px;
	}



ul li {
	/*background:url("images/bullet_list.gif") no-repeat 0 .3em;*/
	margin:0;
	padding:0 0 .5em .3em;
	line-height: 1.75em;
	}



ol {margin-bottom:2%;
	line-height: 200%;
	margin-top: 0px;
	}

ol li {
	margin:0;
	padding:0 0 .5em .3em;
	line-height: 1.75em;
	}

/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #a95420;
	text-decoration:underline;
	}

a:visited {
	color: #a95420;
	text-decoration:underline;
	}

a:hover {
	color: #a95420;
	text-decoration:none;
	}

a:active {
	color: #a95420;
	text-decoration: underline;
	}


/* ==================================================================
 * Images
 * ================================================================== */

img {
border:none;
}


img.right {
	float: right;
	margin: 0 0 25px 25px;
	/*border:1px solid #000;*/
}

	img.right-noborder {
		float: right;
		margin: 0 0 0px 25px;
	}

img.left{
	float: left;
	margin: 0 25px 25px 0;
	/*border:1px solid #000;*/
}

	img.left-noborder  {
	float: left;
	margin: 6px 25px 0px 0;
	}

img.inline {
	display:inline;
	margin-bottom:-4px;
	margin-left:5px;
	}


/* ==================================================================
 * Classes
 * ================================================================== */

.clear {
	clear: both;
	}
	
.rule {
	border-bottom:1px solid #ccc;
	margin:5px 0 15px 0;
	clear: both;
	}
	
.highlight {
	color:#a95420;
	background-color:#ebe7da;
	padding:20px;
	border:1px solid #736A61;
	}
	
.align-right {
	text-align:right;
	}


/* ==================================================================
 * Tiny MCE
 * ================================================================== */
 
 
body.mceContentBody {
	background: #fff;
	text-align:left;
	}
