
body {
	background-color: #85A5C7;
	margin: 10 0 0 0;
}

A:active {
	color: orange;
	text-decoration : underline;
	}

A {
	color: red;
	text-decoration : underline;
}

A:HOVER {
	color: orange;
	text-decoration : none;
}
	
BODY, TD, P {
	font-family : Arial;
	font-size : 12px;
}

#header {
	background: url('/art/header-back.gif');
	height: 200px;
	border: 0px solid yellow;
	width: 500px;
}

#logo {
	padding-left:20px;
}

#award {
	padding-top: 20px;
	background-color: #FFFFCC;
	height: 180px;
	width:240px;
	border: 0px solid yellow;
}

#award a {
	color: #cc9966;
	font-size: 11px;
}

#nav {
	background-color: #999999;
	height: 25px;
	color: #ffffff;
	text-align: right;
	padding-right: 50px;
	padding-top:5px;
}

#nav a {
	color: #ffffff;
}

#intro {
	height:380px;
	border: 0px solid yellow;
}

li {
	font-size : 12px;
	list-style-type: square;
}

H1, .Header {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	color: #000000;
}

H2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	color: #666666;
	font-weight: normal;
}

H3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 15px;
	color: #cc9966;
}

.Quote {
	font-family : Arial;
	font-size : 13px;
	color : #336699;
	font-style : italic;
	font-weight : bold;
	width : 550px;
	margin-left : 100px;
}


.Free {
	font-family : Tahoma;
	font-size : 20pt;
	color: #CC0033;
}

.address {
	font-family : Trebuchet MS;
	color: #666666;
	font-size : 10pt;
}

.contentTable {
	width: 740px;
	border-right: 6px solid #003399;
	background-color: #ffffff;
}

.small {
	font-size : 10px;
}

.small a {
	color: #999999;
}

#author {
	font-size: 11px;
	color: #ffffff;
}

#author .author-nolink a {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
#author .author-link a {
	font-size: 11px;
	color: #ffcc00;
	text-decoration: underline;
}
#author .author-link a:hover {
	font-size: 11px;
	color: #ffcc00;
}

#content {
	padding: 8px;
}
