/* Initial formatting */
body { font-family: verdana, arial, geneva, sans-serif; font-size: 100%; margin-right: 2%; max-width: 1100px;}

td, ul, dl, div { font-family: verdana, arial, geneva, sans-serif;}

blockquote, p, li, dd { font-family: verdana, arial, geneva, sans-serif; font-size: 80%; line-height: 1.25em;}

/* Common tags */
p {margin-top: 0px;}

p.above-list {
	margin-bottom: 0.25em;
}

p.address {
	font-size: 100%;
	font-weight: bold;
	width: 264px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

blockquote { margin: 0px; }

/* LISTS */
ul {
	margin-top: 0px;
}

li { margin-bottom: 5px; }

dt { font-family: verdana, arial, geneva, sans-serif; font-size:90%; font-weight: bold; }

dd { margin-bottom: 0.5em; }


/* LINKS */
a {
	text-decoration: underline;
	color: #003366;
}

a:visited {
	color: #663366;
}

a:hover {
	color: blue;
}

a:active {
	color: red;
}

abbr { }

/* SIDE BAR NAV */
td.nav-area {
	padding-top: 10px;
}

img.nav-item {
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline;
}

img.nav-divider {
	margin-top: 3px;
	margin-bottom: 3px;
	display: inline;
}

/* TOP OF PAGE */
p.bread-crumbs {
	font-family: verdana, arial, geneva, sans-serif;
	font-size: 80%;
	margin-top: 10px;
}

a.bread-crumb, a:visited.bread-crumb {
	text-decoration: underline;
	color: #003366;
}

a:hover.bread-crumb {
	color:blue;
}

a:active.bread-crumb {
	color: red;
}

/* MAIN AREA */

/* Used to enclose the main area of the page */
div.content-area {
	padding-left: 25px;
	width: 100%;
	max-width: 650px;
}

/* Only one per page */
h1 {
	font-weight: bold;
	font-size: 145%;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0.3em;
}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0em;
}


/* SIDE BAR */
/* Used to wrap main content if there is a side bar */
div.main-area {
	float: left;
	width:68%;
	padding: 0px 5px 0px 0px;
}

/* Wraps around the outside of the side bar */
div.side-box-outer {
	float: right;
	width: 30%;
	border-style: solid;
	border-color: #FF9933;
	border-width: 1px 0px 0px 1px;
	border-collapse: collapse;
	background-image: url(/images/side-box-bkgd.jpg);
	background-repeat: no-repeat;
	background-color: white;
	min-height: 250px;
	min-width: 135px;
}

/* Nested within side-box-outer to format the text */
div.side-box-inner {
	width: auto;
	margin-left: 5px;
	padding: 5px;
}

h2.side-box-head {
	font-size: 110%;
	font-weight: bold;
	font-family: arial;
	margin: 0px 0px 5px 0px;
}

.side-box-text {
	font-family: arial;
	font-size: 80%;
	margin-bottom: 10px;
}

p.footer {
	clear: all;
	text-align: center;
	font-size: 70%;
}