body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D3D6D8;
	margin: 0px;
	text-align: center;

}

body,html {
	height: 100%;
}

#outerContainer {
	width: 760px;
	margin: auto;
	height: 100%;
}

#innerContainer {
	width: 760px;
	height: 100%;
}

#leftColumn {
	width: 28px;
	background: url(../images/bg_left.gif) top right repeat-y;
}

#rightColumn {
	width: 28px;
	background: url(../images/bg_right.gif) top left repeat-y;
}

#middleColumn {
	background: white;
}

#titleBlock {
	background: #0000CC;
	height: 57px; 
}

#titleBlock h1 {
	font-size: 24px;
	margin: 0px;
	color: white;
	position: relative;
	left: 14px;
	line-height: 24px;
}

#subtitleBlock {
	background: #0000CC;
	height: 57px; 
}

#subtitleBlock h2 {
	font-size: 12px;
	margin: 18px 0px 0px 14px;
	color: white;
	font-weight: normal;
	position: relative;
	left: 14px;
	line-height: 12px;
}

#navBlock {
	background: #000066;
	height: 28px; 
}

#primaryNav {
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 2px 0px 2px 14px;

}

#primaryNav a {
	color: #cbd0d2;
	text-decoration: none;
	font-weight: normal;
}

#primaryNav a:hover {
	text-decoration: underline;
}

#content {
	width: 760px;
	margin: 28px 0px 0px;
}

#contentLeft {
	border-right: 1px solid #cbd0d2;
	padding: 0 28px 28px;
}

#contentLeft h1 {
	font-size: 20px;
	color: #000066;
	margin: 6px 0px 3px 0px;
}

#contentLeft h2 {
	font-size: 15px;
	color: #000066;
	margin: 6px 0px 3px 0px;
}


#contentLeft p {
	font-size: 13px;
	line-height: 18px;
	color: #111;
	margin: 3px 0px 16px;
}

#contentLeft li {
	font-size: 12px;
	margin: 2px 0px;
	list-style-type: square;
	color: #000066;
}

#contentRight {
	padding: 0 28px 28px;
}

#contentRight h1 {
	font-size: 17px;
	color: #000066;
	margin: 6px 0px 3px 0px;
}

#contentRight h2 {
	font-size: 14px;
	color: #000066;
	margin: 6px 0px 0px;
}

#contentRight p {
	font-size: 11px;
	line-height: 17px;
	color: #333;
}

#contentRight li {
	font-size: 11px;
	margin: 2px 0px;
	list-style-type: square;
	color: #000066;
}

#contentRight li a {
	color: #000066;
}

#footer {
	color: #555;
	font-size: 10px;
	font-weight: bold;
	padding: 15px 0 30px;
}

#footer a {
	font-weight: normal;
}


#contactTable {
	border-top: 1px solid #D3D6D8;
	margin-top: 14px;
}

#contactTable tr th {
	font-size: 12px;
	text-align: left;
}


#contactTable tr td, #contactTable tr th  {
	font-size: 12px;
	color: #222;
	border-bottom: 1px solid #D3D6D8;
}

#contactTable tr td a {
	font-size: 11px;
}

/* ----- FORM ELEMENTS ----- */

form {
	margin: 0;
}

label {
	font-size: 10px;
	color: #333;
	line-height: 14px;	
}

.inputText {
	border: 1px solid #aaa;
	background: #ebf2f2;
	padding: 3px;
	margin: 1px;
	width: 200px;
	font-family: Arial;
	font-size: 12px;
}

.inputTextShort {
	border: 1px solid #aaa;
	background: #ebf2f2;
	padding: 3px;
	margin: 1px;
	width: 87px;
}

.inputCheckBox {
	margin: 0;
	padding: 0;
}

.formButton {
	background: #3f5e65;
	color: white;
	border: 2px solid #aaa;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}