/* Set some defaults */
html {
	margin: 0;
	padding: 0
}
h2 {
	margin-top: 0.83em				/* FF default. Looks to be the IE 8 default */
}
li {
	line-height: 1.2em
}
p {
	margin: 0 0 1em 0
}
tbody {
	vertical-align: top
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted
}
body {
	background: #efefef;
	border: 12px solid #fff;			/* Add the white border around the body */
	border-radius: 25px 25px 0 0;
	box-shadow: 0 0 50px #999;
	margin: 30px auto;				/* Center the body and add space at top and bottom to see shadow */
	padding: 0;					/* Clear any defaults */
	width: 900px;
	-moz-border-radius: 25px 25px 0 0;	/* Curved border corners for Firefox */
	-moz-box-shadow: #999 0 0 50px;	/* Shadow behind for Firefox */
	-webkit-box-shadow: 0 0 50px #999	/* Shadow behind for Webkit-based browsers */
}

/* column container */
.colMask {
	position: relative;			/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	overflow: hidden			/* This chops off any overhanging divs */
}

/* common column settings */
.colMid,
.colLeft {
	float: left;
	width: 900px;				/* width of page */
	position: relative
}
#centerContent,
#leftContent,
#rightContent {
	float: left;
	position: relative;
	padding: 0;				/* no left and right padding on columns, we just make them narrower instead only *
							 * padding top and bottom is included here, make it whatever value you need */
	overflow: hidden
}

/* 3 Column settings */
.threeCol {
	background-color: #fff		/* right column background colour */
}
.threeCol .colMid {
	right: 225px;				/* width of the right column */
	background: #fff			/* center column background colour */
}
.threeCol .colLeft {
	right: 482px				/* width of the middle column */
							/* left column background colour */
}
.threeCol #centerContent {
	width: 468px;				/* width of center column content (column width minus padding on either side) */
	left: 907px				/* 100% plus left padding of center column */
}
.threeCol #leftContent {
	width: 179px;				/* Width of left column content (column width minus padding on either side) */
	left: 246px				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threeCol #rightContent {
	width: 211px;				/* Width of right column content (column width minus padding on either side) */
	left: 742px				/* Please make note of the brackets here: (100% - left column width) plus (center column left and *
							 * right padding) plus (left column left and right padding) plus (right column left padding) */
}
/*h2 {
	font-size: 1.15em
}
h3 {
	font-size: 1.05em
}
li {
	margin-top: 0.5em
}*/

a:link {
	color: #3072ff;
	text-decoration: none
}
a:visited {
	color: #9072ff;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
a:active {
	color: #f00
}

h2, h3, h4, #info, #search p, .nbm {
	margin-bottom: 0
}
img {
	border: 0
}
img.inP, #search, .right, .tcRight {
	float: right
}
img.inP {
	margin: 0 0 1.5em 1.5em
}
img.inPLeft, .left, .tcLeft {
	float: left
}
img.inPLeft {
	margin: 0 1.5em 1.5em 0
}

#aspnetForm {
	overflow: auto;
	padding: 0 30px
}
#breadCrumbs {
	margin: 0 0 0 6px;
	padding-bottom: 2px;
	font: bold 1em "GillSansSTD", "Times New Roman", Times, serif
}
#container {
	background-color: #fff
}
#footer, .bold  {
	font-weight: bold
}
#footer, .center  {
	text-align: center
}
#footer, .clear, .clearer {
	clear: both
}
#footer {
	font-family: Calibri, Arial, sans-serif;
	padding-top: 1em
}
#footer ul {
	padding-left: 0
}
#footer li, .inline {
	display: inline
}
#footer li {
	border-right: 2px solid #999;
	margin-right: 2px;
	padding-right: 7px
}
#footer li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0
}
#header {
	background-color: #fff
}
#header img, .block {
	display: block
}
#info {
	background: transparent url("/images/Bottom Gradient.jpg") no-repeat top left;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 7px;
	padding-top: 8px
}
#info li {
	border-color: #fff
}
/* Next 3 pertain to drop-down navigation */
/*#nav {
	margin-top: 10px
}
#nav p {
	text-align: right
}
#noNav {
	margin-bottom: 1em
}*/
#other {
	list-style-image: url(/images/arrow.gif)
}
#search, .small {
	font-size: 0.75em
}
#search {
	bottom: 60px;
	margin-right: 20px;
	position: relative;
	text-align: right;
	width: 195px
}
#search input:focus {
	border: 2px solid #3072ff
}
#topMenu, .clearer{
	line-height: 0;
}
#topMenu {
	margin-left: 190px
}
#topMenuBackground {
	 background-color: #170c72;
	 height: 25px;
	 position: relative
}

.clearer {
	height: 0
}
.italic {
	font-style: italic
}
.invis {
	display: none
}
.lowerAlpha {
	list-style-type: lower-alpha
}
.ntm {
	margin-top: 0
}
.oneEmTop {
	margin-top: 1em
}
.red {
	color: #f00
}
.roman {
	list-style-type: upper-roman
}
.smallCaps {
	font-variant: small-caps
}
.tcLeft, .tcRight {
	width: 45%
}
.ucase {
	text-transform: uppercase
}
.under {
	text-decoration: underline
}
.upperAlpha {
	list-style-type: upper-alpha
}
/*.test {
	border: 1px solid #000
}*/

@media print {
	body {
		border: none;
		margin: 0;
		-moz-box-shadow: none
	}
	a:link, a:visited {
		color: #3072ff;
		text-decoration: underline
	}
	#bottomBorder, #footer, #header, #topBorder, .z {
		display: none
	}
	#aspnetForm {
		display: block;
		float: none;
		padding: 0
	}
}

/* Newer browser rules */
/*input:focus {
	border: 2px solid #000;
}*/