body {
font:10pt/1.4 "Century Gothic", verdana, arial, helvetica, sans-serif;
margin:0;
padding:0;
}

/* Hidden Sections */
#header, #nav {
	display:none;
}
/* Footer Section */
#footer {
font-size:10pt;
text-align:center;
}

/* Link Styles */
a {
color:#af4e00;
}
	a:hover {
	color:#f93;
	}
	a.img {
	padding:0;
	}
	a img {
	border:none;
	margin:0;
	padding:0;
	}
	
a.external {
padding-left:20px;
background:url('/Images/external.gif') no-repeat 0 0;
}

a.external:hover {
background:url('/Images/external.gif') no-repeat 0 -100px;
}

/* Heading Classifiers */
h1 {
display:none;
}

h2 {
float:right;
margin:0 0 1em 0;
text-align:right;
font-weight:normal;
font-size:1.8em;
border-bottom:1px solid #f93;
}
h2 span {
color:#aaa;
font-size:0.8em;
}
h3 {
clear:both;
margin-top:2em;
text-align:center;
font-weight:normal;
font-style:oblique;
font-size:1.4em;
}
h4 {
margin-top:2em;
text-align:center;
font-style:normal;
font-size:1.3em;
}

/* General Classifiers */
.right {
float:right;
margin:0 0 1em 1em;
}
	.right p {
	text-align:center;
	font-weight:bold;
	margin-top:0;
	}

.left {
float:left;
margin:0 1em 1em 0;
}
	.left p {
	text-align:center;
	font-weight:bold;
	margin-top:0;
	}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.description {
font-style:oblique;
}

blockquote {
margin:0 5em;
font-style:oblique;
}

cite {
font-weight:bold;
}

img.startquote {
margin-right:3px;
}

img.endquote {
margin-left:3px;
}

div.hr {
text-align:center;
}

