* {
	margin: 0px;
	padding: 0px;
}

body {
		text-align:center;
		margin-top: 10px;
		}

		#container {
		text-align: center;
		}
		
	#frame {
		width:970px;
		padding:0px;
		margin: 0 auto;
		text-align:left;
		}
		
	#contentleft {
		width:362px;
		padding:0px;
		float:left;
		background:#fff;
		margin-right: 10px;
		}
		
	#contentright {
		width:598px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#logo {
		float: left;
		margin-bottom:10px;
	}
	
	.menuitem {
		display:inline;
		font-family: "Trebuchet MS";
		font-size: 11px;
		font-weight: bold;
		color:black;
		margin-right:15px;
		margin-left:15px;
	}
	
	a:link.menul,a:visited.menul, a:hover.menul {
		text-decoration: none;
		color:black;
	}
	
	a:link.visit,a:visited.visit, a:hover.visit {
	background-color: #f7f7f7;
	border: 1px solid Black;
	padding: 4px;
	text-align:center;
	text-decoration: none;
	color:black;
}
	
	#menuouter {
			background-image: url(../images/menu_bg.gif);
			background-repeat: repeat-x;
			position: relative; 
			height: 30px;
			width:415px;/*change the value by adding new menu items*/
			float: right;
			margin-top:30px;
			}

	#menuouter[id] {
			display: table; 
			position: static;
			}

	#menumiddle {
			position: absolute; 
			top: 50%;
			} /* for explorer only*/

	#menumiddle[id] {
		display: table-cell; 
		vertical-align: middle; 
		position: static;
		}

	#menuinner {
			position: relative; 
			top: -60%} /* for explorer only */
	/* optional: #inner[id] {position: static;} */

	#imgleft {
	float:left;
	}
	
	#imgright {
	float:right;
	}
	
	#contentheader {
		background:#fff;
		width: 970px;
		margin-bottom: 10px;
		}
		
	#topimage {
		background:#fff;
		width: 970px;
		}

	#newsbox {
	float: left;
	width: 362px; 
	border-left : 1px solid #e1e1e1;
	border-right :1px solid #e1e1e1;
	padding:0px;
	margin:0px;
}

	html>body #newsbox 
	{ width: 360px; 
	} 
	
	h1 {
	font-size:24px;
	font-family: Arial;
	margin: 20px 0px 5px 10px;
}
		
	h2 {
		font-size:16px;
		font-family: Arial;
		margin: 10px 0px 5px 10px;
		font-weight: bold;
		}
		
	#contentright p { 
		font-size:12px;
		font-family: "Trebuchet MS";
		line-height: 18px;
		padding-bottom: 10px;
		}
	
	p {
	font-size: 12px;
	font-family: "Trebuchet MS";
	margin: 0px 10px 0px 10px;
	}
		
	#separator {
	position:relative;
	margin: 10px 0px 0px 0px;
	height:0px;
	color:white;
	width:0px;
	padding:0px;
	line-height: 0%;
	}
	
	#footer {
	float:right;
	text-align: right;
	background-color: #f4f4f4;
	width: 100%;
	padding:10px;
	}
	
	#footer a:link,a:hover,a:visited {
		color: black;
	}
	
	#footer p {
	font-family: " Trebuchet MS"
	font-size: 9px;
	color: Gray;
}
