html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #09376e url(../images/back.gif) repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #173b6a;
}

img { display: block; } /* necessary with strict doctype to avoid a little extra space below imgs in Firefox */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h1 { color: #ef494b; font-size: 16px; }
h2 { font-size: 16px; }
h3 { color: #ef494b; font-size: 14px; }

ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

a {
	color: #ef494b;
	text-decoration: none;
}
a:hover {
	color: #173b6a;
}

.links a {
	color: #173b6a;
	text-decoration: underline;
}
.links a:hover {
	color: #ef494b;
	text-decoration: underline;
}

.jtForm input {
	background-color: #dcddde;
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm select {
	background-color: #dcddde;
	width: 100%;
	border: 1px solid #C0D3D9;
}

.jtForm textarea {
	background-color: #dcddde;
	width: 100%;
	height: 120px;
	border: 1px solid #C0D3D9;
}

.error {
	color: red;
}

.overallDiv {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	padding: 20px 10px 10px 10px;
}
.header {
	background-color: white;
	padding: 6px 6px 6px 6px;
}
.menu {
	padding-left: 7px;
	padding-top: 3px;
}

.menu a {
	font-weight: bold;
}

.contentContainer {
	background-color: white;
	padding: 10px;
}

.content {
	padding: 10px;
}

.rabbitTrail {
	font-size: 12px;
	color: #a99d87;
	border-bottom: 1px solid #d7d6d5;
	padding-bottom: 2px;
	padding-left: 10px;
}
.rabbitTrail a {
	color: #a99d87;
}
.rabbitTrail a:hover {
	color: #173b6a;
}

.footer {
	font-size: 11px;
	color: #a99d87;
	border-top: 1px solid #d7d6d5;
	padding-top: 2px;
	padding-left: 10px;
}

.sideImage {
	padding-bottom: 10px;
}

.bubbleTable .topLeft {
	width: 13px;
	height: 14px;
	background: url(../images/bubble/tl.gif) top left no-repeat;
}
.bubbleTable .top {
	height: 14px;
	background: url(../images/bubble/t.gif) top left repeat-x;
}
.bubbleTable .topRight {
	width: 19px;
	height: 14px;
	background: url(../images/bubble/tr.gif) top left no-repeat;
}
.bubbleTable .left {
	width: 13px;
	background: url(../images/bubble/l.gif) top left repeat-y;
}
.bubbleTable .middle {
	background-color: #ffd504;
}
.bubbleTable .right {
	width: 19px;
	background: url(../images/bubble/r.gif) top left repeat-y;
}
.bubbleTable .bottomLeft {
	width: 13px;
	height: 19px;
	background: url(../images/bubble/bl.gif) top left no-repeat;
}
.bubbleTable .bottom {
	height: 19px;
	background: url(../images/bubble/b.gif) top left repeat-x;
}
.bubbleTable .bottomRight {
	width: 18px;
	height: 19px;
	background: url(../images/bubble/br.gif) top left no-repeat;
}