/*	
	-----------------------------------------------------------
	Section 1: Global page definitions
	-----------------------------------------------------------
*/

body { 
	width: 100%;
	padding: 0;
	margin: 0 auto 30px auto;
	text-align: center;
	background-color: #F6F5F2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
h1 {
/*	site-wide headline */
	margin: 30px 0 0 253px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
/* page headline */
	margin: 0 0 10px 0;
	color: #19669A;
	font-size: 11px;
}
.blue {
	color: #19669A;
}
.grey {
	color: #7C7B79;
}
a:link, a:visited {
	color: #DF7100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
td {
	vertical-align: top;
	font-size: 11px;
	padding: 3px 5px 3px 0;
}
td p {
	margin: 5px 0;
}

/*	
	-----------------------------------------------------------
	Section 2: Main Divs
	-----------------------------------------------------------
*/

#naviTopContainer {
	width: 760px;
	margin: 0 auto;
	text-align: right;
}
#naviTop {
	margin: 17px 14px 7px 0;
	color: #989693;
}
#naviTop a:link, #naviTop a:visited {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #989693;
}
#naviTop a:hover {
	color: #DF7100;
	text-decoration: none;
}
#naviTopChecked {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DF7100;
}
#containerTop {
/*	top content container */
	width: 732px;
	margin: 0 auto;
	border-top: 14px solid white;
	border-left: 14px solid white;
	border-right: 14px solid white;
	background-color: #E0D9CF;
}

/*  simplified box model hack for IE 5.x */
#containerTop { \width: 760px; }
#containerTop { w\idth: 732px; }

#picTop {
/*	top picbar */
	width: 732px;
	height: 180px;
	vertical-align: top;
	text-align: left;
	background-image: url(../images/system/pic_top.jpg);
	background-repeat: no-repeat;
}
#infoblockTop {
	width: 530px;
	height: 26px;
	margin: 76px 0 0 202px;
	background-image: url(../images/system/infoblock.gif);
	background-repeat: no-repeat;
}
#logoTop {
	float: right;
	margin: 9px 9px 0 0;
}
#logoTop a {
	display: block;
	width: 113px;
	height: 50px;
	text-decoration: none;
	background-image: url(../images/system/logo_hx.gif);
}
#containerContent {
	/*	top content container */
	width: 732px;
	margin: 0 auto 0 auto;
	border-bottom: 14px solid white;
	border-left: 14px solid white;
	border-right: 14px solid white;
	background-image: url(../images/system/tile_content.gif);
	background-repeat: repeat-y;
}

/*  simplified box model hack for IE 5.x */
#containerContent { \width: 760px; }
#containerContent { w\idth: 732px; }

/*	
	-----------------------------------------------------------
	Section 3: Navigation-Div
	-----------------------------------------------------------
*/

#navigation {
	float: left;
	width: 203px;
	padding: 20px 0 0 25px;
	text-align: left;
}

/*  simplified box model hack for IE 5.x */
#navigation { \width: 228px; }
#navigation { w\idth: 203px; }

#navigation a:link, #navigation a:visited {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #7C7B79;
	text-decoration: none;
}
#navigation a:hover {
	color: #DF7100;
}
#navigationChecked {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DF7100;
}
#navigationChecked a:link, #navigationChecked a:visited, #navigationChecked a:hover {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #DF7100;
}
#naviSub {
	padding: 0;
}
#naviSub a:link, #naviSub a:visited {
	display: block;
	padding: 2px 0 2px 12px;
	font-size: 10px;
	font-weight: normal;
	color: #7C7B79;
	background-image: url(../images/system/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#naviSub a:hover {
	color: #DF7100;
	text-decoration: none;
	background-image: url(../images/system/bullet_f2.gif);
}
#naviSubChecked {
	display: block;
	padding: 2px 0 2px 12px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #DF7100;
	background-image: url(../images/system/bullet_f2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.navigationLine {
	width: 186px;
	height: 1px;
	margin: 8px 0 14px 0;
	font-size: 1px;
	background-image: url(../images/system/tile_navigatonline.gif);
	background-repeat: repeat-x;
}


/*	
	-----------------------------------------------------------
	Section 4: Content Divs
	-----------------------------------------------------------
*/

#content {
	float: right;
	width: 479px;
	/* 'margin' due to IE bug - don't mess with this! */
	margin-left: 25px;
	padding: 20px 0 40px 0;
	background-color:#ECE7E1;
}
#contentText {
	float: left;
	width: 318px;
	text-align: left;
	line-height: 16px;
}
#contentText img {
	float: left;
	margin: 0 15px 10px 0;
}
#contentMarCol {
	float: right;
	width: 132px;
	height: 386px;
	text-align: left;
	line-height: 18px;
	color: #17689D;
	background-image: url(../images/system/2004.gif);
	background-repeat: no-repeat;
	background-color: #ECE7E1;
}
#contentMarCol a:link, #contentMarCol a:visited {
	color: #17689D;
	text-decoration: none;
}
#contentMarCol a:hover {
	text-decoration: underline;
}