
/* Get IE 5 to center */
body {
	font-family:Bookman;
	text-align:center;
}

h1,h2 {
	font-family:Papyrus,Garamond,Bookman,"Times New Roman",serif;
}

h3,h4,h5,h6 {
	font-family:Garamond,Bookman,"Times New Roman",serif;
}

input {
	margin:1px;
	padding:1px;
	border:1px solid #999;
	background-color:#eee;
	font:11px/14px verdana,arial,helvetica,sans-serif; 
}

form {
	margin:0;
}

a {
	text-decoration:none;
	color:#669;
}


a:visited {
	color:#336;
}

a:hover {
	color:#99c;
}


/* Move text browser helpers out of sight */
.hidden-navigation,
#navigations h2,
#foot h2 {
width:1px;
position:absolute;
left:-9999px;
top:0;
}

.invisible,
.news-single-author {
	display:none;
}

.clear,
.clearer {
	height:0;
	width:0;
	clear:both;
}

.error {
	color:red;
	font-weight:bold;
}

.quote {
	font-style:italic;
}

#header {
	font-weight:bold;
	width:550px;
	margin:0 auto;
}

#wrap {
	clear:both;
	margin:0 auto;
	text-align:left;
	background:#fff;
	width:550px;
}

#main-content {
	padding:5px;
	background:white;
}

#main-content h1 {
	font-size:20pt;
	margin:5px 0 5px 0;
	color:#336;
	border-bottom: 3px solid #ccc;
}

#main-content h2 {
	font-size:16pt;
	color:#336;
	margin:3px 0 3px 0;
	border-bottom: 3px solid #ccc;
}

#main-content h3 {
	font-size:14pt;
	color:#336;
	margin:2px 0 2px 0;
}

img {
	float:left;
	margin:2px;
}

#footer {
	clear:both;
	background:#765;
	color:#ccc;
	font-size:10px;
	height:15px;
	width:550px;
}

#copyright {
	float:left;
}

.design-link {
	float:right;
}

#footer a {
	font-size:11px;
	color:#ff9;
}

#footer a:visited {
	color:#cc9;
}

#footer a:hover {
	color:#99f;
}


.news-latest-date,
.news-list-date,
.news-latest-morelink,
.news-single-timedata {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	text-align:right;
}

.news-latest-item,
.news-list-item {
	margin:4px;
	padding:4px;
	border:1px dotted #336;
	padding-left:15px;
}


