body {
	background-image:  url(images/parchment_paper_grungy.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 100%;
	color: #0b003b;
	background-position: 0px 175px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #F5F2F9;
}
h1   {
	color: #0b003b;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.67em;
	margin-left: 0;
}
h2   {
	color: #0b003b;
	font-size: 1.12em;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	font-style: italic;
}
p {
	margin-top: .5em;
	margin-bottom: .5em;
}
a:link, a:visited {
	color: #c84902
}
a:hover   {
	color: #0b003b;
	text-decoration: none
}
#banner {
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
	background-color: #4040A4;
	background-image: url(images/banner_bknd.jpg);
	background-position: left top;
}
#bannerimage {
	float: right;
	z-index: 5;
	top: 0px;
	position: relative;
}
#content {
	font-size: 0.72em;
	line-height: 1.4em;
	padding: 2em;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#column {
	width: 180px;
	background-image: url(images/column_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 580px;
	vertical-align: top;
}
#columnContent {
	font-size: 0.67em;
	line-height: 1.2em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 2em;
}
#columnMenu {
	text-align: center;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
}
#columnDiv {
	background-image: url(images/column_divline.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 580px;
	text-align: right;
}

#footer {
	height: 25px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #22303D;
	border-right-color: #22303D;
	border-bottom-color: #22303D;
	border-left-color: #22303D;
}
#logo {
	float: none;
	z-index: 5;
	top: 0px;
	position: relative;
	text-align: center;
}
#menu {
	background-image: url(images/menu_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 200px;
	height: 580px;
	vertical-align: top;
}
#menuContent {
	padding-top: 2em;
	padding-bottom: 1em;
}
#menuDiv {
	background-image: url(images/menu_divline.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 580px;
	width: 200px;
}
#navbar {
	text-align: right;
	background-color: #0b003b;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	letter-spacing: 0.2em;
	word-spacing: 5em;
	font-size: 10px;
	color: #ddcea4;
	height: 25px;
	padding-right: 20px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu a:link,#menu a:visited {
	color: #263645;
	text-decoration: none;
}
#columnMenu a:link, #columnMenu a:visited {
	color: #0b003b;
	text-decoration: none;
}
#columnMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:link, #navbar a:visited {
	color: #b8b3ff;
	text-decoration: none;
}

#navbar a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.alignImgRt {
	margin-left: 15px;
	float: right;
}
.alignImgLt {
	margin-right: 15px;
	float: left;
}
.borderBlue {
	border: 1px solid #302C83;
}
.borderBlueLt {
	border: 1px solid #302C83;
	margin-right: 15px;
	float: left;
}
.borderBlueRt {
	border: 1px solid #302C83;
	margin-left: 15px;
	float: right;
}
.borderOrange {
	border: 1px solid #c84902;
}
.borderOrangeLt {
	border: 1px solid #c84902;
	margin-right: 15px;
	float: left;
}
.borderOrangeRt {
	border: 1px solid #c84902;
	margin-left: 15px;
	float: right;
}
.marginLt15 {
	margin-left: 15px;
}
.marginRt15 {
	margin-right: 15px;
}
