/* CSS Document */

/* Basic link attributes */
a:link, a:visited {
	text-decoration: none;
	color: #BB060A;
	background: transparent;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #BB060A;
	background: transparent;
	}



/* Basic page attributes */

html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4; 
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p, td, ul, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4; 
	}
	
h1 {
	color: #BB060A;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 0px;
	} 

h2 {
	color: #BB060A;
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
	/*border-left: #8AB78B solid 5px;
	background-color: #F3F0AB; */
	}
	
h3 {
	color: #BB060A;
	font-size: 14px;
	background: transparent;
	margin-top: 5px;
	margin-bottom: 0px;
	}

h4 {
	color: #000;
	font-size: 11px;
	background: transparent;
	margin: 0;
	}

ul {
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 15px;
	list-style: square url(images/bullet_green.gif);
	}
	
li {
	font-size: 12px; 
	margin-bottom: 6px;
	}
		
img {
	display: block;
	border: 0;
	}

form {
	margin: 0;
	} 

.inline {
	display: inline;
	border: 0;
	}

.hide {
	display: none;
	}

.small {
	font-size: 10px;
	}

.medium {
	font-size: 12px;
	}
	
.right {
	text-align: right;
	}

.indent {
	margin-left: 11px;
	}

.paddedImage {
	display: inline;
	border: 0;
	margin: 0 15 10 15;
	}


/* Basic page divisions */
#leftbar {	
/*  background: #BAD850; */
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 20px;
	}
	
	
#sidebar {
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 5px;
	background: #FFE7A4;
	}
	
#main {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	background: #fff url(images/backgroundMain.gif) top repeat-x;
	}
	

/* sidebar attributes */

	
/* leftbar attributes */


/* main content stuff */



