body {
	background-color: white;
	background: url(http://www.glassconcepts.net/images/background2.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    margin: 0pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

p {
	line-height: 140%;
}

h1 {
	color: #3333cc;
	font-weight: bold;
	border-bottom: 1pt #3333cc dotted;
	font-size: 150%;
}

h2 {
	color: #3333cc;
	font-size: 120%;
	font-weight: normal;
}

h3 {
	color: #3333cc;
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
}

a {
	color: maroon;
	text-decoration: none;
	border-bottom: 1px dotted maroon;
}

a:hover {
	color: red;
	border-bottom: 1px solid red;
}

#main {
	padding-left: 4em;
	padding-right: 4em;
}

#copyright  {
	padding-top: 1em;
	font-size: 75%;
	text-align: center;
	color: #333366;
	}
	
#footer  {
	padding-top: 1em;
	padding-left: 4em;
	padding-right: 4em;
	font-size: 80%;
	text-align: center;
	color: #333366;
	clear: both;
	width: 100%;
}
	
#logo  { 
	text-align: center;
	padding: 1em 1em 2em 1em;
}

.glossaryEntry {
	color: #333366;
	font-style: normal;
	font-weight: bold;
}

.glossaryDefinition {
	font-style: italic;
	margin-left: 36pt;
}

.footerAddress {
	color: #333366;
	font-weight: bold;
	font-size: 80%;
	background-color: #ccccff;
	text-align: center;
	padding: 5px;
}

.caption {
	font-size: 80%;
	font-style: italic;
}

.red {
	color: #ff0000;
}
