html,body {
	margin:0;
	padding:0
	}

body {
	font: 76% arial,sans-serif;
	text-align:center; 
	background-color:#eee;
	/*margin-top:25px;*/
	}
	
#TICKER
{
	overflow: hidden; 
	width:520px;
}

p {
	margin:0 10px 10px;
	}

.txtalert {
	color: red;
	font-weight: bold;
	}

a {
	/*display:block;
	color: #006;
	padding:10px;*/
	}

h1 {
	}
	
h1 a{
	text-decoration: none;
	color: black;
	}
	
h2 {
	font-size:16px;
	font-weight: bold;
	}

.optbold {
	font-weight: bold;
	}

div#postdetails {
	font-weight: bold;
	border:red 1px dashed;
	float: left;
	text-align: left;
	margin: 3px;
	}

div#downloadbox {
	font-weight: bold;
	border:red 1px dashed;
	float: right;
	text-align: right;
	margin: 3px;
	}

div#downloadbox img {
	margin-right: 2px;
	}

div#header {
	position:relative;
	border-bottom:#009900 solid 1px;
	background:#dfffb7;
	}

div#header h1 {
	height:100px;
	line-height:100px;
	margin:0;
	padding-right:10px;	
	color: #79B30B;
	}

div#header a {
	position:absolute;
	right:0;
	top:23px;
	}

div#adminheader {
	border:#000000 solid 2px;
	background:#dfffb7;
	text-align:center;
	margin-bottom: 20px;
	}
	
div#admin td{
	font: 76% arial,sans-serif;
	}

div#container {
	border:3px solid black;
	text-align:left;
	background:#FFFFFF;
	background-image:url(images/circles.jpg); 
	background-repeat:no-repeat;
	}

div#content p {
	line-height:1.4;
	}

div#navigation {
	/*background:#B9CAFF;*/
	}

/*div#extra {
	background:#FF8539;
	}*/

div#footer {
	background: #333;
	color: #FFF;
	text-align:center;
	border-top:3px solid black;
	}

div#footer p {
	margin:0px;
	padding:5px 10px;
	font-weight: bold;
	}

div#footer a {
	display:inline;
	padding:0;
	color: #ffffff;
	text-decoration: none;
	}

div#container {
	width:700px;
	margin:0 auto;
	}

div#content {
	float:right;
	width:530px; 
	/*background:#fff;*/
	padding-top: 8px;
	padding-bottom: 8px;
	height:98%;
	overflow:auto;
	}

div#content iframe {
	border: 1px black solid;
	}

div#navigation {
	float:left;
	width:160px;
	}

div#extra {
	clear:both;
	width:100%;
	}
	
/*---------------------------------------------------------------------*/

#menu {
	width: 150px;
	margin: 10px;
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #44a436;
	background:  url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
/* -------------------------------------------------------------------------------- */
/* form style */

textarea, select, input {
	color: #000000;
	font-size: inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
 
/* -------------------------------------------------------------------------------- */
/* job page stuff */

#jobdesc {
	border: 1px #2f8927 solid;
	width:450px;
	padding: 5px;
	margin-bottom: 5px;
	}

#jobcats a{
	margin-left: 5px;
	padding-left: 5px;
	text-decoration:underline;
	color:#006600;
	font-weight: bold;
	font-size:16px;
	line-height: 25px;
	}

#jobcats a:hover{
	color:#FF0000;
	}