body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #fff;
}

.error
	{
color: red;
	}

td, th
	{
	font-size: 11px;
	text-align: left;
	}

fieldset
{
	width: 75%;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: normal;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: bold;
}

A { color: #009999; }
A:Hover { color: #000000; }
A:Visited { color: #006666; }
A:Active { color: #FF3300; }

p
{
	font-size: 11px;
	line-height: 13px;
	color: #333333;
}

li
{
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding-bottom: 5px;
	list-style-image: url(../images/bullets/bullet.gif);
	list-style-position: inside;
}

ul
{
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(../images/bullets/bullet.gif);
}

h5
{
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
}

.bold-copy
{
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	font-weight: bold;
}

.links { font-size: 10px; }
.title { position: absolute; }

.content

{ margin: 5%;
	padding: 10px;}


div.menu
	{
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin-left: 3px;
	margin-right: 0;
	}

div.menu a
	{
	display: block;
	margin: 3px;
	color: #000;
	text-decoration: none;
	background: #0cc;
	padding: 5px 0px 0px 10px;
	}

/* box model hack for ie5 and 5.5/win */
/* ie5 stuff first, then standards stuff */
div.menu a 
	{ 
	width: 135px;
	height: 25px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 125px;
	height: 20px; 
	}

/* be nice to opera5 */
html>body .menu a 
	{
	width: 125px;
	height: 20px;
	}

img
	{
border: none;
	}

div.menu a:hover
	{
	background: #6ff;
	color: #000;
	}

div.menu a:active
	{
	background: #000;
	color: #fff;
	}
	
div.menu img {
	display: block;
	margin-left: 3px;
}

	.footer
	
	{ text-align: center;  }

#headlinecontainer {
	width: 200px;
	margin: 10px;
	padding: 10px;
}

#headlinecontainer ul  {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	border-top: 1px solid gray;
}

#headlinecontainer ul li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#headlinecontainer li a {
	display: block;
	padding: 0.4em;
	margin: 0;
	width: 190px;
	border-bottom: 1px solid gray;
	text-decoration: none;
}

ul#rss_list {
	display: inline;
}

ul#rss_list li {
	float: left;
	width: 200px;
	color: #0AA5E1;
	list-style-type: square;
	margin-left: 15px;
}

ul#rss_list li a:link, ul#rss_list li a:visited {
	color: #0AA5E1;
}

div#divework_div {
	border: 1px solid #0AA5E1;
	padding: 10px;
	width: 695px;
	margin: 0 0 20px 0;
	
}