body {
	margin: 0;
	text-align: center;
}
body, td, p, input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img {
	border: 0;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	font-size: 16px;
	color: #222266;
	border-bottom: 1px dotted #9ca8b4;
}
h2 {
	margin-top: 0px;
	font-size: 14px;
	color: #222266;
	border-bottom: 1px dotted #9ca8b4;
}
h3 {
	margin-top: 0px;
	font-size: 12px;
	color: #222266;
	border-bottom: 1px dotted #9ca8b4;
}
h4 {
	margin-top: 0px;
	font-size: 12px;
}
h5 {
	font-size: 10px;
	margin-left: 20px;
	padding: 3px 0;
	margin: 3px 0;
	background-color: #f0f0f0;
}
h6 {
	margin-top: 0px;
	font-size: 10px;
	font-weight: normal;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.tableBorder {
	border: 1px dotted #9ca8b4;
	background-color: #f0f0f0;
}
.tableBorder TD {
	border-top: 1px dotted #9ca8b4;
}
.borderLess TD {
	border-top: 0px;
}
.headerRow {
	background-color: #6877c0;
	font-weight: bold;
}
.headerRow TD {
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, Geneva;
	font-size: 8pt;
	color: #ffffff;
	vertical-align: top;
}
.headerRow td a {
	color: #ffffff;
}
.inputField {
	width: 350px;
}
.inputBox {
	width: 250px;
}
.labelText {
	vertical-align: top;
}

#body {
	width: 724px;
	margin: 0 auto;
	padding: 0 13px;
	background: url(../../images/layout/background_body.gif) repeat-y;
	text-align: left;
}

#preNav {
	padding-top: 10px;
}
#preNav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none; /*turns off display of bullet*/
}
#preNav ul li {
	float: left;
	background: url(../../images/layout/list_separator.gif) no-repeat 0 55%; 
	padding: 0 8px;
	font-size: 10px;
}
#preNav ul li.start {
	background: none; 
	padding-left: 0;
}
#preNav ul li a {
	color: #ad1333;
	text-decoration: none;
}

#header {
	margin-top: 5px;
}
#header #logo {
	width: 250px;
	height: 128px;
	background: url(../../images/layout/background_header.gif) repeat-x;
	float: left;
}
#header #logo #logoTutuka {
	width: 199px;
	height: 33px;
	margin: 52px 0 0 22px;
}
#header #image {
	width: 467px;
	height: 128px;
	background: url(../../images/layout/background_header.gif) repeat-x;
	float: right;
}
#header #image #logoTagline {
	width: 77px;
	height: 13px;
	margin: 75px 0 0 17px;
}
#header #image #headerImage {
	background: url(../../images/layout/header_image.png) no-repeat;
	position: absolute;
	width: 343px;
	height: 166px;
	margin: -15px 0 0 120px;
}

#nav {
	margin-top: 7px;
	border-top: 1px solid #222266;
}
#nav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none; /*turns off display of bullet*/
}
#nav ul li {
	float: left;
	padding: 2px;
	border-right: 1px solid #222266;
}
#nav ul li.start {
	padding-left: 0;
}
#nav ul li.end {
	border-right: 0;
}
#nav ul li a {
	width: 92px;
	height: 28px;
	display: block;
	text-decoration: none;
}

#content {
	margin-top: 25px;
}

#intro #introText {
	height: 85px;
	width: 228px;
	border: 1px dotted #9ca8b4;
	background-color: #f0f0f0;
	padding: 10px;
	float: left;
}
#intro #introText p {
	font-size: 120%;
	text-align: justify;
}
#intro #introImage {
	height: 95px;
	width: 455px;
	border: 1px dotted #9ca8b4;
	background-color: #f0f0f0;
	padding: 5px;
	float: right;
}

#columns3 {
	margin-top: 20px;
}
#columns3 #column1 {
	width: 250px;
	float: left;
	margin-right: 7px;
}
#columns3 #column2 {
	width: 246px;
	float: left;
	margin-right: 7px;
}
#columns3 #column3 {
	width: 214px;
	float: left;
}

#columns2 {
	margin-top: 20px;
}
#columns2 #column1 {
	width: 188px;
	float: left;
	margin-right: 7px;
}
#columns2 #column2 {
	width: 529px;
	float: left;
}

.contentHeader {
	height: 21px;
	background: url(../../images/layout/background_content.gif) repeat-x;
	padding: 10px 0 0 5px;
}
.contentText {
	padding: 5px;
	border-left: 1px dotted #9ca8b4;
	border-right: 1px dotted #9ca8b4;
}
.textHeader {
	display: block;
	padding-left: 20px;
	background: url(../../images/layout/background_text.gif) no-repeat 0 3px;
	font-size: 13px;
	font-weight: bold;
	color: #222266;
	text-decoration: none;
}
.disabled {
	color: #cccccc;
}
.newsDate {
	display: block;
	font-weight: bold;
	font-size: 80%;
	margin-left: 20px;
	padding: 3px 0;
	margin: 3px 0;
	background-color: #f0f0f0;
}

#siteMap ul {
	list-style: none; /*turns off display of bullet*/
}
#siteMap ul .siteMapItem {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer {
	padding-top: 30px;
}
#footer #footerStripe {
	height: 3px;
	line-height: 0px; /* IE hack for div less than 12px */
	font-size: 0px; /* IE hack for div less than 12px */
	background: url(../../images/layout/background_footer.gif) repeat-x;
}
#footer ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style: none; /*turns off display of bullet*/
	padding-top: 5px;
}
#footer ul li {
	float: left;
	background: url(../../images/layout/list_separator.gif) no-repeat 0 55%; 
	padding: 0 8px;
	font-size: 10px;
}
#footer ul li.start {
	background: none; 
	padding-left: 0;
}
#footer ul li a {
	color: #000000;
	text-decoration: none;
}