body {
	margin: 0 0 20px 0; 
	padding: 0; 
	background: #fff;
	text-align: center;
}

body, div, p, span, u, ul, ol, li, input, textarea, form, select, td {
	font: 10px/18px Verdana, Helvetica, sans-serif;
	color: #777;
}

p {
	margin: 10px 0 0 0;
}

a {
	color: #749ec2;
	text-decoration: none;
}

p.organization {
	margin-top: 15px;
	color: #749ec2;
}

p.organization a {
	color: #777;
}

.heading {
	color: #749ec2;
}

div.hr {
	color: #999;
	background-color: #999;
	height: 1px;
}

div.hr hr {
  display: none;
}

.big {
	font: 12px/18px Verdana, Helvetica, sans-serif;
}

br.emptyLine {
	font: 5px/8px Verdana, Helvetica, sans-serif;
}


/* PAGE LAYOUT
----------------------------------------------- */	
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../../interface/containerbg.jpg) repeat-y;
}

div#containerPopup {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 800px;
	height: 99px;
	text-align: left;
}

div#headerPopup {
	width: 500px;
	height: 58px;
	text-align: left;
}

div#leftColumn {
	width: 100px;
	height: auto !important; 
	height: 350px; /* IE */ 
	min-height: 350px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff url(../../interface/leftcolbg.jpg) repeat-y;
}

div#centerColumn {
	width: 507px;
	height: auto !important; 
	height: 350px; /* IE */ 
	min-height: 350px;
	float: left;
	margin: 0;
	padding: 0;
}

div#centerColumnPopup {
	width: 500px;
	height: auto !important; 
	height: 350px; /* IE */ 
	min-height: 350px;
	margin: 0;
	padding: 0;
}

div#rightColumn {
	width: 193px;
	height: auto !important;
	height: 350px; /* IE */ 
	min-height: 350px;
	float: right;
	background: #fff url(../../interface/rightcolbg.jpg) repeat-y;
}

div#footer {
	clear: both;
	width: 800px;
	height: 27px;
}

div#footerPopup {
	clear: both;
	width: 500px;
	height: 27px;
}

div#footerLeft {
	width: 100px;
	height: 27px;
	float: left;
	background-color: #658cad;
}

div#footerCenter {
	width: 507px;
	height: 27px;
	float: left;
	background-color: #da8484;
}

div#footerCenterPopup {
	width: 500px;
	height: 27px;
	float: left;
	background-color: #da8484;
}

div#footerCenter span, div#footerCenterPopup span {
	display: block;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 0 35px;
}

div#footerCenter span a, div#footerCenterPopup span a {
	color: #fff;
	text-decoration: underline;
}

div#footerRight {
	width: 193px;
	height: 27px;
	float: right;
	background-color: #658cad;
}

div#interiorSpacer {
	width: 507px;
	height: 50px;
}

div.clear {
	clear: both;
}

div.horizotalLine {
	height: 1px;
	background-color: #8d8d8d;
	clear: both;
	margin: 0;
	padding: 0;
}

div.horizotalLineRed {
	height: 1px;
	background-color: #cc7070;
	clear: both;
	margin: 0;
	padding: 0;
}

div#content {
	height: auto !important;
	height: 400px; /* IE */ 
	min-height: 400px;
	margin: 10px 45px 0 35px;
}

div#pageHeader {
	font: 20px/28px Verdana, Helvetica, sans-serif; 
	color: #749ec2;
}

.margins {
	margin: 10px 0 !important;
}


/* MENU
----------------------------------------------- */	

div#mainMenu {
	padding: 0;
	margin: 0;
	width: 507px;
	height: 50px;
}

div.mainMenuItem {
	float: left;
}


/* RIGHT COLUMN
----------------------------------------------- */	

div#rightColumn div#rightColumnSpacer {
	width: 193px;
	height: 75px;
}

div#rightColumn div.rightColumnItem {
	width: 193px;
	border-top: solid 1px #fff;
	background-color: #da8484;
	font: 10px/16px Verdana, Helvetica, sans-serif; 
	padding-bottom: 10px;
}

div#rightColumn div.last {
	border-bottom: solid 1px #fff;
}

div#rightColumn div.rightColumnItem div.title {
	padding: 10px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
}

div#rightColumn div.rightColumnItem div.body {
	padding: 0 10px;
	color: #f1d5d5;
}

div#rightColumn div.rightColumnItem div.link {
	padding: 5px 10px 0 10px;
	color: #fff;
}

div#rightColumn div.rightColumnItem div.link a:link,
div#rightColumn div.rightColumnItem div.link a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
div#rightColumn div.rightColumnItem div.link a:hover,
div#rightColumn div.rightColumnItem div.link a:active {
	color: #933;
	text-decoration: none;
	font-weight: bold;
}

.call {
	font: 11px/16px Verdana, Helvetica, sans-serif; 
	color: #fff;
	font-weight: bold;
}


/* FORMS
----------------------------------------------- */	

input, textarea, select {
	line-height: 12px;
}

.formTextInput {
	width: 320px;
}

label {
	display: block;
	height: 20px;
	font: 10px/18px Verdana, Helvetica, sans-serif; 
	color: #749ec2;
	margin-top: 5px;
}

div.sublabel {
	font: 9px/13px Verdana, Helvetica, sans-serif; 
	font-style: italic;
	color: #749ec2;
}

.required {
	color: red;
	font-weight: bold;
}

a.submit {
	font-weight: bold;
	color: #749ec2;
}

a.submitRed {
	font-weight: bold;
	font-size: 11px;
	color: #9b322f;
}

.checkbox {
	border-color: #749ec2;
}

.warning {
	color: red;
}