body {
	background: #ececec;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 10px;
	line-height: 1.3;
}

p span{
	color: #550056;
	text-decoration: underline;
	width: 100px;
	font-weight: bold;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	width: 579px;
	color: #333;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 10px 0px 10px 20px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	width: 556px;
	font-style: italic;
	background: #ececec;
}




h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*
ul{
  	

}
*/

#pagetext li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin-bottom: 10px;
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;	
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%;
	height: 100%;
	background: #ececec;
}


div#container { 
	width:770px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.gif);
	border: 3px solid #fff;
	}



div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 210px;
	margin:0px auto;
	position: relative;
 }
 


/*container for pagetext and left coloum */
div#content {
	width: 770px;
	margin: 0px;
	position: relative;
 }
 

div#pagetext {
	width: 577px;
	float: left;
	position:relative;	
	border-left: 1px solid #ccc;
	display: inline;
	z-index: 2;	
}


div#sidebar{
	width: 192px;
	background: none;
	float: left;
	display: inline;
	position: relative;
}

div#right a:link{
	color: #fff;		
}

div#right a:visited{
	color: #fff;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	width: 170px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	background: #c00;
	font-size: 12px;
	margin: 0px auto;
	padding: 10px;
}

address img{
	margin-top: 10px;
}

address a:link{
	color: #fff;
}


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	display:inline;
	background: #ececec;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	color: #f00;
	font-weight:bold;
	border: 1px solid #808080;
	margin-top: 40px;
}



.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 4px;

}


 #copyright {
 	width: 720px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 20px;
 }
 
  #copyright a{
 	color: #333;
	}
	
  #copyright img{
  	float: right;
	margin-top: -30px;
  }	
	
/* BEGIN MAIN NAVIGATION*/	

.clear{
	clear: both;
}

border{
 border: 1px solid #ccc;
 padding 5px;
}

.center{
	text-align: center;
}

blockquote{
	color: #808080;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
	width: 475px;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px auto;
	font-size: 22px;
	text-align: center;
}
#sidebar img {
	margin: 5px 0 5px 4px;
}

