﻿/* Body tag */
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 10px;
	padding: 0; 
	margin: 0;
	background-color:#ebebeb;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Text header tags */
h1
{
	font-family: helvetica;
	font-size:22px;
	font-weight:normal;
	color:#a01305;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold; 
	font-size: 13px; 
	color:#a01305;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	margin:0;
}


/* Text paragraph tags */
p
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* Link tags */
.joblink
{
	color: #000000;
	text-decoration:underline;
}

.joblink:hover
{
    color: #000000;
	text-decoration: none;
}

a
{
	color: #000000;
	text-decoration:underline;
}

a:hover
{
    color: #000000;
	text-decoration:none;
}

.headerlink
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

.headerlink:hover
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

.printlink
{
	margin-top: 5px;
	float:right;
}

/* List header */

.listheader
{
	text-align: left;
	margin:5px 0px 5px 0px;
}

.listheader_col_title
{
    width:294px;
    float:left;
    padding:3px 0px 3px 5px;
    border:#999999 1px solid;
    background-color:#f5f5f5;
}

.listheader_col_publish
{
	width:100px;
	float:right;
	text-align:center;
	padding:3px 0px 3px 0px;
    border:#999999 1px solid;
    background-color:#f5f5f5;
}

.listheader_col_date
{
	width:95px;
    float:right;
    text-align:center;   
    padding:3px 0px 3px 0px;
    border:#999999 1px solid;
    background-color:#f5f5f5;
    margin-left:5px;
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	
}

.listitem_odd
{
	display:block;
}

.listitem_even
{
	display:block;
	background-color: #F0F0F0;
}

.listitem
{
	clear:left;
	padding:5px 0px 5px 0px;
	width: 100%;
}

.listitem_col_title
{
	position:relative;
    width:294px;
    display:block;  
    float:left;
    color: #323232;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration:none;
}

.listitem_col_publish
{
    width:100px;
    float:right;
    color: #323232;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration:none;
	text-align: center;
}

.listitem_col_date
{
	width:95px;
    float:right;
    color: #323232;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration:none;
	text-align: center;
}

/* Content area with no columns */
#nocol
{
	
} 

.rightCol
{
	
}

.leftCol
{
	
}

#content
{
    width:540px;
	position:absolute;
	left:50%;
	margin-left:-270px;
	background-color:#ffffff;
	border-bottom:#74b71b 15px solid;
	border-left:gainsboro 1px solid;
	border-right:gainsboro 1px solid;
	padding:0px 0px 0px 0px;
}

.menu
{
    background-color:#fad567;
    padding:5px 0px 5px 0px;
}

.container
{
    padding:15px 15px 15px 15px;
}
