body {
	background-image: url(images/diagline_bg.gif);
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 95%;
}

html {
	background-image: url(images/diagline_bg.gif);
}

#container {
	width: 716px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -358px;
}

/*Masthead begins*/
	#masthead {
		position: relative;
		top: 0;
	}
	
	#masthead #head {
		position: relative;
		top: 0;
		left: 0;
		border-right: 2px #000000 solid;
		margin-bottom: 0;
		padding-bottom: 0;
		
	}
	
	#masthead #navigation {
		position: relative;
		top: -5px;
		left: 0;
		
		width: 704px;
		
		background-image: url(images/middle.gif);
		height: 41px;
		border-left: 2px #000000 solid;
		border-right: 2px #000000 solid;
		
		padding-left: 10px;
		
		font-size: 93%;
		color: #000000;
		font-variant: small-caps;
	}
	
	#masthead #navigation ul {
		margin-left: 0;
		padding-left: 0;
		display: inline;
		position: relative;
		top: 3px;
	}
	
	#masthead #navigation ul li {
		margin-left: 0;
		padding: 0px 10px;
		border-left: 1px solid #000;
		list-style: none;
		display: inline;
	}
	
	#masthead #navigation ul li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
	}
	
	#masthead #navigation #currentMenu {
		font-weight: bold;
	}
	
	#masthead #navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#masthead #navigation a:visited {
		text-decoration: none;
		color: #000000;
	}
	
	#masthead #navigation a:hover{
		text-decoration: underline;
		color: #000000;
	}
/*Masthead Ends*/

/*Note Item Begins*/
	div.note {
		background-color: #DBEBF1;
		border: 1px #0099ff solid;
		width: 400px;
		position: relative;
		margin-left: -210px;
		left: 50%;
		font-size: 65%;
	}
	
	div.note p {
		padding-left: 5px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
/*Note Item Ends*/

#center {
	background-color: #ECF1F3;
	position: relative;
	left: 0;
	top: -5px;
	width: 694px;
	padding: 1px 10px 5px 10px;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	border-bottom: 1px #000000 solid;
}

#center #text {
	width: 526px;
}

#center #text h1 {
	//clear: both;
	width: 406px;
	height: 34px;
	background-image: url(images/item_top.gif);
	background-repeat: no-repeat;
	padding-left: 122px;
	padding-top: 0;
	margin-right: -122px;
	font-size: 100%;
	font-variant: small-caps;
	z-index: 2;
}

#center #text h1 a {
	color: #000000;
}

#center #text h1 a:hover {
	text-decoration: none;
}

#center #text .item {
	position: relative;
	margin: 0px;
	font-size: 92%;
	background-color: #E9E9E9;
	background-image: url(images/item.gif);
	width: 516px;
	//clear: both;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: -14px;
	z-index: 1;
}

#center #text .item p {
	width: 97%;
	padding-left: 4px;
}

#center #text .item h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 97%;
	padding-left: 3px;
	padding-top: 3px;
}

#center #text .item div.imgfloat {
	float: left;
	width: 202px;
	padding-left: 30px;
}

#center #text .item div.imgfloat a {
	text-align: center;
}

#center #text .item div.imgfloat p {
	margin-top: 0;
	text-align: center;
}

#center #text .item a img {
	border: 1px solid #0099ff;
}

#center #text .item .sideimg {
	float: right;
	padding-right: 10px;
}

#center #text ul, #center #text fieldset {
	width: 450px;
}

#center #text blockquote {
	font-style: italic;
	border-top: 3px #000 double;
	border-bottom: 3px #000 double;
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#center #text .item_end {
	position: relative;
	margin: 0px;
	background-color: #E9E9E9;
	background-image: url(images/item_end.gif);
	width: 516px;
	height: 21px;
	text-align: right;
	font-size: 70%;
	color: #214464;
	//clear: both;
	padding-right: 10px;
	margin-bottom: 20px;
}

#center #bar {
	float: right;
	width: 122px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px #000000 dotted;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #2B5367;
	text-align: center;
	margin-top: 20px;
}

#center #bar input[type=text] {
	width: 110px;
}

#center #bar input {
	font-size: 90%;
}

#center #bar img {
	border: 0;
}

#center #cat_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	border: 1px solid #cccccc;
	
	font-size: 60%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-bottom: 6px;
	width: 696px;
	background-color: #eeeeee;
	/*
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	*/
}

/*Links Begin*/
	a {
		color: #0000FF;
		text-decoration: none;
	}
	
	a:visited {
		color: #0000FF;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
/*Links Ends*/

/*Input Styling Begin*/
	input, textarea {
		border: 1px solid #737373;
		margin: 2px 2px 2px 3px;
		font-family: Arial, sans-serif;
	}
	
	input[type=button], input[type=submit], input[type=reset] {
		font-variant: small-caps;
	}
	
	input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
		border: 1px solid #000000;
		background-color: #0099ff;
		
	}
/*Input Styling End*/

/* Acronyms */
	acronym
	{
		cursor: help;
	}
/* Acronyms End */