body {
	background: #6997f5 url(images/bg.gif) 0 0 repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#nav {
	background: #fff url(images/nav_bg.jpg) 0 0 repeat-y;
	color: #fff;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 16px;
	padding: 0;
}

#nav ul li{
	margin: 0;
	padding: 0;
}

#nav ul li a {
	background: #2e4e8b url(images/button_bg.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	height: 31px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 31px;
	padding-left: 25px;
	text-decoration: none;
	text-transform: uppercase;
	width: 157px;
}

#navContent {
	width: 203px;
	margin: 2px 0 2px 5px;
	text-align: center;
}

#navContent a { color: #fff; }

#mainContent { padding: 4px; }

p { line-height: 1.5em; }

.red { color: #C00; }
.small { font-size: 1em; }
p .small { line-height: 1em; }
.highlight { background-color: #FF0; }
.strikethrough { text-decoration: line-through; }

.bordertop {
	background: #fff url(images/border_top.gif) 100% 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderbot {
	background: #fff url(images/border_bot.gif) 0 0 repeat-x;
	height: 10px;
	font-size: .1em;
}
.borderright {
	background: #fff url(images/border_right.gif) 0 0 repeat-y;
	width: 9px;
	font-size: .1em;
}
.borderleft {
	background: #fff url(images/border_left.gif) 0 100% repeat-y;
	width: 9px;
	font-size: .1em;
}

.dashedborder {
	border: 2px dashed #000;
	padding: 2px;
	width: 90%;
}