@charset "utf-8";
/* PAGE RESETS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default Classes*/
.floatRight {
	float:right;
	}
.floatLeft {
	float:left;
	}
.clear {
	clear:both;}
	
.centerText{ 
	text-align:center;
}
.rightText{ 
	text-align:right;
}
body { background:url(../images/bg.jpg) top left; font-family:Georgia, "Times New Roman", Times, serif;}

.smallGrey { font-size:10px; color:#999;}

h1{ font-size:14px; padding:5px 0; color:#444;}
h2{ font-size:12px; padding:5px 0; color:#444;}
h3{ font-size:11px; padding:5px 0; color:#333;}
p{ font-size:11px; padding:5px 0; color:#333; line-height:16px;}

#nav { margin-top:40px; height:240px; background:url(../images/navbg.png) no-repeat top right;}
#nav ul { list-style:none;}
#nav li {padding:8px 0 8px 35px; font-size:12px; color:#666;}
#nav a:link, #nav a:visited { color:#666; text-decoration:none; }
#nav li.active { font-weight:bold; color:#111; background:url(../images/navbullet.png) no-repeat top left;}

a:link.greyLink,  a:visited.greyLink{ text-decoration:underline; color:#333;}
