@charset "utf-8";
/* CSS Document */

* html {
font-size:101%;
}

body {
font: 0.625em 'courier new',courier,monospace;
font: 0.625em verdana,helvetica,sans-serif;
font: 0.625em arial,helvetica,sans-serif;
background-color:#3b3533;
margin:0;
color:#bbb39d;
}

p, li {
font-size:1.3em;
line-height:150%;
}
	p:first-child {
	margin-top:0;
	}

h2 {
font-size:1.4em;
line-height:150%;
letter-spacing:0.3em;
text-transform:uppercase;
}

a {
color:#bbb39d;
}
a.whitelink {
color:#ffffff;	
}
	a:hover, a.whitelink:hover {
	color:#a776ab;
	}
	/* Eliminate border round links */
	a:link, a:visited, a:active, a:hover, a:focus {
	outline:none;
	-moz-outline-style:none;
	}

h1 {
font-size:2em;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.5em;
margin-top:0;
padding-top:0;
}
	/* Hide links within h1 */
	h1 a {
	text-decoration:none;
	}
		h1 a:hover {
		color:#bbb39d;
		}

ul {
list-style:none;
margin-left:0;
padding-left:0;
}
	ul a {
	float:left;
	width:15em;
	}

img.imageright {
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}

/* LAYOUT */

/* Home page divs */
#pagecontainer {
width:692px;
margin:150px auto;
}
#boxescontainer {
width:692px;
height:250px;
}
div.linkbox {
float:left;
width:190px;
margin-left:61px;
}

/* Logo on all pages */
#logocontainer {
clear:both;
margin:0;
}

/* Blurb on interior pages */
#blurbcontainer {
clear:both;
margin-top:61px;
}
#col1 {
float:left;
width:250px;
padding-top:4px;
}
#col2 {
float:left;
width:442px;
}