@charset "UTF-8";
body {
	background-color:#663366;
	background-image: url(images/bkg_clr.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position: top;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:1em;
	color:#000000;
}

a:link {
	color: #fff;
	text-decoration:inherit;
}

a:hover {
	color: #000;
	text-decoration:inherit;
}

a:visited {
	color: #fff;
	text-decoration:inherit;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#FFF;
	text-align: left;
}

#banner {
	background-color: #FFF;
	padding:0 0 0 0;
	margin:0 auto -15px auto;
	width: 800px;
	height: 167px;
	font-weight: bold;
}

#nav {
	width: 800px;
	height: 33px;
	background-color: #663366;
	}
	
#content {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px -5px 25px; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-color:#FFF;
}

#content p {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:1em;
	color:#000000;
}

#content ul, li {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size:1em;
	color:#000000;
}

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

#content a:hover {
	color:#663366;
	text-decoration: underline;
}

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


h1 {
	font-size: larger;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

#right {
	padding-right:10px;
	}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#663366 !important; //reCaptcha widget background color
 }
 
#recaptcha_table {
   border-color: #663366 !important; //reCaptcha widget border color
 }
 
#recaptcha_response_field {
   border-color: #663366 !important; //Text input field border color
   background-color:#663366 !important; //Text input field background color
 }

#blog {
	width: 500px;
	}

#blog li, ul{
	padding-top: 10px;
	}

#blog a:link{
	color: #339999;
	text-decoration:inherit;
}

#blog a:hover {
	color: #663366;	
	text-decoration:inherit;
}

#blog a:visited {
	color: #339999;
	text-decoration:inherit;
}


#footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #663366;
	font-size:.8em;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: 800;
	text-align: center;
	color: #ffffff;

}

#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

}
	
#footer li {
	list-style: none;
	list-style-position:inherit;
	list-style-type:none;
	display:inline;
	padding: 0px 10px 0px 10px;
	border-right:1px solid #FFF;
}

#footer li.last {
	padding-right : 0px !important;
    border-right : 0px !important;

}

div.img-ilus {
	background: url('images/shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 0;
	margin: -5px 5px 5px -5px;
	padding: 0;
	position: relative;
	vertical-align: bottom;
}
