body {
	margin: 0;
	padding: 0;
	font: .7em 'Lucida Grande', Verdana, Arial, Sans-Serif ;
	background-image: url("../images/bluebackground.jpg") ;
}
.bold {
	font-weight: bold ;
}
.italic {
	font-style: italic ;
}
.bolditalic {
	font-weight: bold ;
	font-style: italic ;
}
#wrapper {
	position: relative;
	background-color: white ;
	margin-left: auto;
	margin-right: auto;
	width: 700px ; 
}
	
#header {
	padding-top: 5px;
	padding-left: 0px;
	margin-right: 3px;
	margin-top: 30px ;
	background-position: right ;
	background-repeat: no-repeat ;
}
.toplogo {
	margin-left: 5px;
	margin-bottom: 20px ;
}
.partof {
	position: absolute;
	right: 15px ; 
	top: 15px ;
	color: blue ;
	Font-weight: bold ;
}
.transforming {
	color: orange ;
	text-align: right ;
	position: absolute ;
	right: 15px ;
	top: 70px ;
	font-weight: bold ;
	font-style: italic ;
	font-size: 1.2em ;
}
.greyline {
	background-image: url("../images/greylines.jpg") ;
	height: 20px ;
	margin: 0;
}

.title {
	color: purple ;
	font-size: 1.5em ;
	font-weight: bold ;
	text-align: center ;
}

#content {
	margin-left: 30px ;
	margin-right: 30px ;
}

.item-head {
	background-color: #aab0d2 ;
	color: black ;
	font-size: 1.2em ;
	font-weight: bold ;
	padding-top: 7px ;
	padding-bottom: 7px ;
	padding-left: 7px ;
	margin-top: 30px ;
}

#content hr {
 margin-top: 10px ;
}

.to-top {
	margin-top: 20px ;
}

#contents-list {
	color: #2f65f2 ;
	line-height: 1.5 ;
}




/* LIST STYLES */
.pinkball {
	list-style-image: url("images/pinkballsmall.gif");
	padding-right: 10px;
}
.pinkball li {
	padding-bottom: 1em;
}
.focus {
	list-style-image: url(images/redtriangle.gif) ;
}

/* HORIZ LINES */
.blue80 { 
	border: none;
	margin-top: 20px ; margin-bottom: 20px ;
	background-color: #2f65f2; 
	color: #2f65f2; 
	height: 1px; 
	width: 80%; 
} 
.blue95 { 
	border: none;
	margin-top: 20px ; margin-bottom: 5px ;
	background-color: #2f65f2; 
	color: #2f65f2; 
	height: 1px; 
	width: 95%; 
}

.grey80 { 
	border: none;
	margin-top: 20px ;
	margin-bottom: 20px ;
	background-color: gray; 
	color: gray; 
	height: 1px; 
	width: 80%; 
} 
.spacer {
	border: none;
	margin-top: 8px ;
	margin-bottom: 8px ;
	background-color: white; 
	color: white; 
	height: 1px; 
	width: 100%; 
}
.spacer20 {
	border: none;
	margin-top: 20px ;
	margin-bottom: 10px ;
	background-color: white; 
	color: white; 
	height: 1px; 
	width: 100%; 
}


/* LINKS */
a:link {
	color: #2f65f2 ;
	text-decoration: none ;
	}
a:visited {
	color: #2f65f2 ;
	text-decoration: none ;
}
a:hover {
	color: red ;
	text-decoration: none ;
}
a:active {
	color: #2f65f2 ;
	text-decoration: none ;
}

/* MAIL US - GO BACK */
.mail_back li {
	display: inline;
}
#emailus {
	position: absolute;
	left: 180px;
	margin-left: 10px;
}
#goback {
	float: right;
	margin-right: 10px;
}

/* PICS */
.pic-right {
	float: right ;
	margin: 0 0 20px 20px ;
}

.pic-left {
	float: left ;
	margin: 0 20px 20px 0 ;
}

#footer {
	clear: both;
	color: white;
	background-color: black;
	width: 100%;
	padding: 4px 0 4px 0;
}
.address {
	padding-bottom: 2px;
	text-align: center;
}

.red { 
	border: none;
	margin-top: 20px ;
	margin-bottom: 20px ;
	background-color: red; 
	color: red; 
	height: 1px; 
	width: 100%; 
} 

#ajgc {
	height: 200px ;
}

.openquote {
	position: relative ;
	top: 0;
	background-image: url("openquotes.jpg") ;
	background-position: top ;
	background-repeat: no-repeat ;
}

.closequote {
	position: relative ;
	top: 0;
	background-image: url("closequotes.jpg") ;
	background-position: bottom ;
	background-repeat: no-repeat ;
}

.quote {
	padding-left: 10px ;
	padding-right: 0px ;
}