body {
	background-color: #536C79;
	color: #F6F6F6;
}

body, input, textarea, select, option {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

.title, h1, h2, h3 {
	font-family: Candara, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	font-size: 36px;
	margin: 0px 0px 0px 0px;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
}

hr {
	border: 0px;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	background-color: #e1ebf2;
	height: 2px;
}

p {
	margin: 1em 0px 0px 0px;
}

a {
	color: #F6F6F6;
	text-decoration: none;
}

a:hover {
	color: #99CCCC;
	text-decoration: underline;
}

table {
	width: 100%;
}

table, table tr, table td {
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
}

.warning, .error {
	font-weight: bold;
}

.error {
	color: #FABE9E;
}

div.gradient, div.banner, div.footer {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
}

div.gradient {
	z-index: 0;
	height: 100%;
	background-image: url(/images/Background.png);
	background-repeat: repeat-x;
}

div.banner {
	z-index: 128;
	height: 135px;

	background-image:  url("/images/Header.png");
	background-repeat: no-repeat;
	background-position: center;
}

div.content {
	padding-top: 140px;
	padding-bottom: 75px;
}

div.content a {
	color: #E2EAE1;
}

div.content a:hover {
	color: #BDDBEC;
}

div.footer {
	z-index: 128;
	top: auto;
	bottom: 0px;
	height: 70px;

	background-image: url(/images/Footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.navigation, div.content, div.footer div {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
}

div.navigation {
	top: 110px;
	width: 870px;
	padding: 5px 0px 20px 0px;
}

div.navItem {
	position: relative;
	display: inline;
	font-size: 12px;
}

div.menu {
	position: absolute;
	visibility: hidden;

	top: 13px;
	left: 0px;
}

div.menu img {
	display: block;
}

div.menu div {
	background-image: url(/images/MenuBg.gif);
	background-repeat: repeat-y;
	width: 156px;

	padding: 0px 10px 0px 10px;
}

div.menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

div.menu a {
	display: block;
	padding: 3px 3px 3px 3px;
}

div.search {
	text-align: right;
	position: absolute;
	z-index: 129;

	width: 275px;
	left: 600px;
	top: 0px;
}

div.footer div {
	padding: 15px 15px 15px 15px;
	text-align: center;
}

div.bubble {
	width: 180px;
	background-color: #FFFFFF;

	display: inline;
	margin-top: 35px;

	position: absolute;
	visibility: hidden;
	color: #000000;
	z-index: 127;
}

div.bubble a, div.bubble a:hover {
	color: #666666;
}

div.bubbleCallout {
	position: absolute;
	width: 48px;
	height: 20px;
	top: -28px;

	z-index: 2;

	background-image: url(/images/BubbleCallout.png);
	background-repeat: no-repeat;
}

div.bubbleTop, div.bubbleTopLeft, div.bubbleTopRight,
div.bubbleBottom, div.bubbleBottomLeft, div.bubbleBottomRight {
	position: absolute;
	height: 9px;
}

div.bubbleTop, div.bubbleTopLeft, div.bubbleTopRight {
	top: -9px;
}

div.bubbleTopLeft {
	width: 9px;
	left: -9px;

	background-image: url(/images/BubbleTopLeft.png);
	background-repeat: no-repeat;
}

div.bubbleTop {
	width: 100%;
	left: 0px;

	border-top: 1px solid #536B79;
	background-color: #FFFFFF;
}

div.bubbleTopRight {
	width: 9px;
	left: 100%;

	background-image: url(/images/BubbleTopRight.png);
	background-repeat: no-repeat;
}

div.bubbleLeft, div.bubbleRight {
	position: absolute;
	width: 9px;
	height: 100%;
	top: 0px;

	background-color: #FFFFFF;
}

div.bubbleLeft {
	border-left: 1px solid #536B79;
	left: -9px;
}

div.bubbleRight {
	border-right: 1px solid #536B79;
	margin-left: -1px;
	left: 100%;
}

div.bubbleBottomLeft, div.bubbleBottom, div.bubbleBottomRight {
	top: 100%;
}

div.bubbleBottomLeft {
	width: 9px;
	left: -9px;

	background-image: url(/images/BubbleBottomLeft.png);
	background-repeat: no-repeat;
}

div.bubbleBottom {
	width: 100%;
	left: 0px;

	margin-top: -1px;
	border-bottom: 1px solid #536B79;
	background-color: #FFFFFF;
}

div.bubbleBottomRight {
	width: 9px;
	left: 100%;

	background-image: url(/images/BubbleBottomRight.png);
	background-repeat: no-repeat;
}

.centerData {
	text-align: center;
	vertical-align: middle;
}
