/* ---------------------------------------------
		CSS used for news.js
----------------------------------------------- */

.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#730001;
	color:#FFFFFF;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	z-index: 3;
	font-size: 12pt;
	}

.submenu{
	margin-bottom: 0.5em;
	display: none;
	z-index: 3;
	font-size: 10pt;
	}

.submenu a:link, .submenu a:visited {
	color:#010000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 15px;
	}

#masterdiv {
	z-index: 3;
	position: absolute;
	top: 281px;
	margin: 30px;
	}
	
#articles {
	font-weight: bold;
	font-size: 12pt;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	background-color:#ffe9c5;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	z-index: 3;
	}

/* ---------------------------------------------
		End of CSS used for news.js
----------------------------------------------- */

h1 {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;	
	padding: 0px;
	margin: 0px;
	}

h2 {
	color: #730001;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	}

p {
	font-size: 10pt;
	overflow: hidden;
	}

/* content */

#ribbon {
	position: absolute;
	top: 198px;
	width: 511px;
	height: 63px;
	background-image: url(../images/news2.gif);
	left: 130px;
	z-index: 3;
	}

#content {
	width: 770px;
	height: 2000px;
	top: 281px;
	background-color: #fddfa8;
	z-index: 0;
	}
	
#headline {
	position: absolute;
	top: 305px;
	left: 200px;
	width: 540px;
	}
	
#headline h1 {
	font-size: 16pt;
	}
	
#headline h2 {
	font-size: 11pt;
	}
	
#headline #image {
	width: 172px;
	height: 172px;
	background-image: url(../images/paper.png);
	margin: 10px 30px 30px 20px;
	z-index: 1;
	}
	
#headline #image img {
	width: 135px;
	height: 135px;
	margin: 0px;
	padding: 14px 19px;
	z-index: 2;
	}
	
#headline #text {
	position: absolute;
	top: 82px;
	left: 230px;
	width: 310px;
	height: 272px;
	margin: 0px;
	padding: 0px;
	}
	
#headline #text2 {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 302px;
	}
	
/* -----------------------------------------------
			.line used many times
------------------------------------------------ */

.line {
	height: 3px;
	width: 100%;
	background-repeat: repeat-x;
	}
	
