/* no list-markers by default, since lists are used more often for semantics */
ul,ol {
	list-style:none
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin:0; 
	padding:0;
}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none;
}
body {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 18px;
	color: #243D6B;
	background-color: #D6D5D1;
	margin: 0px;
	background-image: url(images/bkg.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
}
td {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
div {
	text-align: left;
}
a:link {
	color: #243D6B;
	text-decoration: underline;
}
a:visited {
	color: #243D6B;
	text-decoration: underline;
}
a:hover {
	color: #243D6B;
	text-decoration: underline;
}
h1 {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #243D6B;
	font-size: 18px;
	letter-spacing:.2em;
	line-height: 20px;
	padding: 12px 0px 12px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h2 {
	font-family: Gill Sans, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #243D6B;
	font-size: 16px;
	letter-spacing:.2em;
	padding: 12px 0px 0px 0px;
	margin: 0px;
	clear: left;
	text-transform: uppercase;
}
h3 {
	font-weight: normal;
}
p {
	margin: 12px 0px 12px 0px;
}
#content {
	width: 600px;
	padding-left: 75px;
}
#content img {
	border: 1px solid #FFF;
}
#footer {
	font-size: 11px;
	width: 600px;
	padding-left: 75px;
}
.nav {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 18px 0px 24px 0px;
}
.nav a {
	padding-left: 0px;
	margin-right: 16px;
}
.nav a:link {
	color: #243D6B;
	text-decoration: none;
}
.nav a:visited {
	color: #243D6B;
	text-decoration: none;
}
.nav a:hover {
	color: #6b3024;
	text-decoration: none;
}
.noBorder {
	border: none;
}
