* {
	font-size:14px;
	color:#fff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	margin:0px;
	
	height:100%;

	min-width:1000px;
	width:100%;
	
	background-color:#003366
}

body {
	background-image:url(../Graphics/naviRight.png);
	background-repeat:repeat-y;
	background-position:right;
}

img {
	position:relative;
	border:0;
}

#PageHeaderLeft {
	background:url(../Graphics/Header-Left.png);
	height:145px;
	width:660px;
	float:left;
}


#PageHeaderRight {
	background:url(../Graphics/Header-Right.png);
	height:145px;
	width:340px;
	float:right;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	background-image:url(../Graphics/naviLeft.png);
	background-repeat:repeat-y;
}

html>body #containerRightBackground {
	min-height: inherit;
	height: inherit !important;
	height: 100%;
	
	background-image:url(../Graphics/naviRight.png);
	background-repeat:repeat-y;
	background-position:right;
}

/* IE min-width */
* html #container {
	width:100%;
	padding-right:1000px;
}

* html #containerRightBackground {
	float:left;
	position:relative;
	margin-right:-1000px;
}

#container #left {
	float:left;
	width:170px;
}

#container #right {
	float:right;
	width:170px;
}

#container #content {
	float: left;

	padding:0px 20px;
	border-top:1px solid black;
}

#containerLeft {
	position:relative;
	
	background:url(../Graphics/delimiterLeft.png);
	background-repeat:no-repeat;
	
	height:20px;
	padding-left:20px;
	
	margin-left:-20px;
	margin-top:-1px;
	
	float:left;
}

* html #containerLeft {
	margin-left:-10px;
}

#containerRight {
	position:relative;
	
	background:url(../Graphics/delimiterRight.png);
	background-repeat:no-repeat;
	background-position:right;
	
	height:20px;
	padding-right:20px;

	margin-right:-20px;
	margin-top:-1px;

	float:right;
}

* html #containerRight {
	margin-right:-10px;
}

html>body #container #content {
	float: none;
	
	margin-right:170px;
	margin-left:170px;
}

#clearer {
	height:1px;
	clear:both;
	overflow:hidden;
}

.navigation_title {
	text-align:center;
	color:#d6d6d6;
	
	background-image:url(../Graphics/Topic.png);
}

.navigation_title a {
	color:#d6d6d6;
	text-decoration:none;
}

.navigation_link {
	padding:5px 0px 20px 0px;
}

.navigation_link a {
	/*color:#0070E0;*/
	/*color:#367cbd;*/
	/*color:#abab00;*/
	color:#ccc700;
	
	margin:0px 1px;
	padding-left:10px;
	text-decoration:none;
	
	display:block;
}

.navigation_link a:hover {
	color:#f2f200;/*#E0E000;*/
	background-color:#003366;
	
	text-decoration:none;
	padding-left:15px;
}

fieldset {
	margin:20px 5px 0px 5px;
	padding: 10px 8px 5px 8px;
	
	border:1px solid #4e679c;
}

fieldset input.text {
	height:22px;
	width:115px;

	float:left;
	margin-right:-1px;

}

html>body fieldset input.text {
	height:18px;
}

#find {
	width:20px;
	height:20px;
}

#login {
	margin-top:-10px;
	padding: 10px 8px;
}

#login input#username {
	width:140px;
}

#login input#password {
	margin-top:1px;
	width:80px;
}

#login input#button {
	height:21px;
	width:55px;
	margin-left:-1px;
}