body {
	background:url("blue.bmp") repeat-x;
}
#container {
	padding: 5px;
	border: 1px solid #ccc;
	width: 700px;
	background: white;
	color: black;
	height: 700px;
	font-family: Verdana,arial,sans-serif;
	
}
 #image {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	background:url("header.png" ) no-repeat;
	height: 168px;
	color: white;
	text-align: left;
}
#menu {
	float: left;
	margin: 5px;
	font-family: Verdana,arial,sans-serif;
	font-size: 8pt;
}
#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.1em;
}

#menu li {
	margin-top: 4px;
	text-align: left;
}

#menu li a {
	font-weight: bold;
	padding-left: 4px;
	height: 15px;
	text-decoration: none;
	color: #3399FF;
	display: block;
	background: #ffffff;
	border-left: 5px solid #3399FF;
}	
	
#menu li a:hover {
	background: #3399FF;
	color: #ffffff;
}

#main {
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	float: right;
	font-family: Verdana,arial,sans-serif;
	width: 520px;
	height: 480px;
	border-left: 1px solid #ccc;
	overflow: auto;
}
#main a {
	text-decoration: none;
	color: #3399FF;
	background: white;
}
#main a:hover {
	border-bottom: 1px dashed #3399FF;
}

#main li {
	line-height: 1.5;
}

#copyright {
	margin-top: 5px;
	padding: 5px;
	font-family: Verdana,arial,sans-serif;
	border-top: 1px solid #ccc;
	float: left;
	width: 690px;
}
#copyright a {
	color: #3399FF;
	text-decoration: none;
	background: white;
}
#copyright a:hover {
	border-bottom: 1px dashed #3399ff;
}

#list {
	margin-top: 10px;
	text-align: left;
	padding: 5px;
	float: center;
	font-family: Verdana,arial,sans-serif;
	width: 900px;
}
#list a {
	text-decoration: none;
	color: #3399FF;
	background: white;
}
#list a:hover {
	border-bottom: 1px dashed #3399FF;
}

	
h1 {
	font-size: 1.4em;
}

h2 {
	font-style: italic;
	padding-left:40px;
	font-size: 12px;
}
h3 {
	font-size: 1.0em;
} 

h4 {
	color:#8080FF ;
	font-size: 1.0em;
	
}

.date {
	background-color: #E6E9EB;
	color:#666;
	font-style: italic;
	font-size: 9px;
}

p {
	text-indent: 0px; 
	margin : 10px 5px 0px 5px;
	text-align: justify;
}

.center {
	text-indent: 0px; 
	margin : 0px 5px 0px 5px;
	text-align: center;
}

.news {
	text-indent: 0px;
	font-weight: bold;
}

.newslink {
	font-size: 10px;
}

.newstitle {
	color:#ff9900;
	font-size: 13px;
	Font-variant: Small-caps;
	font-weight: bold;
}

table {
	font-size: 12px;
	border-style: none
}
