@charset "UTF-8";


	
	
/* Design */

body  {
	font: 10px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #a4a3a3;
}
.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; 
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	font: 11px arial;  
	bgcolor: ffffff;
	color:#a4a3a3;
	text-align: left;
	letter-spacing: 0px;
	line-height: 160%;
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 15px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Links */


A  {
	text-decoration : none;
	color :#b89bad; 
    }

A:hover {
	text-decoration : underline;
	color : #a4a3a3; 	}
	

/* Main header classes */

h1 {
	padding: 0px 0px 0px 0px;
	margin: -10px -30px -5px 0px ;
	color: #a4a3a3;
	font: italic 24px georgia, helvetica;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: left;
	font-weight: bold;
	text-transform: lowercase;}

h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px ;
	color: #b89bad;
	font: italic 20px georgia, helvetica;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: right;
	text-transform: lowercase;
}


h3 {
	margin: 5px 8px -5px 0;
	padding: 0 0 0 0px;
	color: #a4a3a3;
	text-align: left;
	font-family: georgia, times new roman, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: lowercase;
}

/* Body text classes */


ul{
	color: #abac70;
	padding: 0;
	text-align: justify;
	margin-top:0;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:2px;
	margin-bottom:8px;
	line-height: 100%;
	font: 10px arial;]
	font-weight: bold;
	bgcolor: ffffff;
	color:#a4a3a3;
	}

li {
	list-style-type: none;
	padding: 0 0 3px 0px;
	font-weight: bold;
	line-height: 100%;
	font: 10px arial;
	text-transform: uppercase;
	}


p {
	font: 10px helvetica, arial;  
	bgcolor: ffffff;
	color:#a4a3a3;
	text-align: justify;
	margin-top:8px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:8px;
	line-height: 160%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }
    
img {
	margin: 0px;
	padding: 0;
	}
	
img.left {
	margin: 0px 5px 5px 5px;
	float: left;
	}

img.right {
	margin: 5px;
	float: left;
	}
	

.quote {
	color:#FD1403;
	text-align: justify;
	letter-spacing: 1px;
	margin: 0px 70px 0px 70px;
	line-height: 100%;
	font:10px Georgia;
    }

.quote em {
	color:#D74229;
	font:10px Arial;
    }

span.title strong {	letter-spacing: 1px;
	}
	

/* Universal stylistics (<strong>, <em>, etc */

input, textarea {
	font: 11px Verdana;
	color:#102775;
	padding: 3px;
	background: url(images/quotebg.gif);
	border: 0;}


img
    {border: 0px none;}


blockquote {
	font: 10px helvetica, arial;  
	bgcolor: ffffff;
	color:#a4a3a3;
	text-align: justify;
	margin-top:8px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	line-height: 180%;
    }


strong {
	font-size: 14px;
	color: #a4a3a3;
	font-family: georgia, times new roman, Arial;
	text-transform: lowercase;
	font-style: italic;
	}

em {
 	color: #b89bad;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	}