/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */

.clear {
	clear: both;
}

.clearer {
	font-size: 1px;
	line-height: 1px;
	height: 0;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

img.left {
	margin: 2px 20px 16px 0;
	float: left;
}

img.right {
	margin: 2px 0 16px 20px;
	float: right;
}

img.across {
	margin: 2px 0 16px 0;
}

img.flushleft {
	margin-left: -20px;
}

img.flushright {
	margin-right: -20px;
}

/* TYPE */

body {
	color: #333;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background: #000 url(../images/bodybg.jpg) repeat-x;
}

a {
	color: #2971a7;
	text-decoration: none;
}

a:hover {
	color: #2d427e;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

sup {
	color: #76797c;
	font-size: 10px !important;
	font-weight: normal !important;
	padding-left: 1px;
	vertical-align: baseline;
	_position: static !important;
	position: relative;
	bottom: 0.33em;
}

.sosumi {
	color: #76797c;
	font-size: 10px !important;
}

/* PRINT */

@media print {

body, #main, #content {
	color: #000 !important;
}

a, a:link, a:visited {
	color: #000 !important;
	text-decoration: none !important;
}

#tabs, #globalheader, #globalfooter, #directorynav, .noprint, .hide {
	display: none !important;
}

#main a.pdf, #main a.html, #main a.qt, #main a.ical, #main a.dl, #main a.dmg, #main a.zip, #main a.keynote, #main a.audio {
	padding-left: 0 !important;
	background-image: none !important;
}

}

/* GLOBALFOOTER */

#globalfooter {
	color: #a2a2a2;
	font-size: 10px;
	text-align: left !important;
	width: 800px;
	height: 34px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#globalfooter a {
	color: #c1c1c1;
	text-decoration: none;
}

#globalfooter a:hover {
	text-decoration: underline;
}

#globalfooter p {
	line-height: 28px;
	margin: 0;
	padding: 0;
}

#globalfooter .gf-sosumi {
	margin: 0;
	padding: 0;
	float: left;
}

#globalfooter .gf-links {
	text-align: right;
	margin: 0 10px 9px 0;
	float: right;
}

#globalfooter .gf-links a {
	white-space: nowrap;
	padding: 0;
}