﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: Georgia, Trebuchet MS, Verdana, Arial, Helvetica, Tahoma;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

/* Formtag */
form
{
	
}

/* Image tags */
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

/* Text header tags */

h1
{
	font-family: Lucida sans, Verdana;	
	font-size: 19px;
	color: #016e44;
	font-weight:bold;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 15px 0px;
}

/* Text paragraph tags */
p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Link tags */
a
{
	color: #00365f;
	text-decoration: underline;
}

a:hover
{
}

.printlink
{
	background-image:url(Images/Icons/print.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	float:right;
} 

.joblink
{
	color: #00365f;
	font-size: 11px;
	text-decoration:underline;
}

.joblink:hover
{
	color: #00365f;
	text-decoration: underline;
}

.applylink
{
}

.applylink:hover
{
}

.headerlink
{
    font-family:Lucida sans, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #990033;
	text-decoration:none;
}

.headerlink:hover
{
    font-family:Lucida sans, Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #990033;
}


/* Special DIV tags */

#page
{
	
} 

/* List header */

.listheader
{
	position: relative;
	padding: 0px 0px 2px 5px;
	margin: 15px 0px 15px 0px;
	height: 10px;
}

.listheader_col_title
{
    position:absolute;
    top:0px;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:220px;
    float:left;
}

.listheader_col_date
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position:relative;
	left:35px;
	width:133px;
    float:right;   
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
}

.listitem_odd
{
	display:block;	
	background-color: #d9fdcf;
}

.listitem_even
{
	display:block;
}

.listitem
{
	clear:left;
	padding: 0px 0px 0px 5px;
	width: 100%;
}

.listitem_col_title
{
    width:280px;
    display:block;  
    float:left;
    color: #323232;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	border-right:#ffffff 2px solid;
}

.listitem_col_date
{
	width:115px;
    float:right;
    color: #323232;
	text-decoration:none;
	text-align:center;
	padding:2px 0px 2px 0px;
}

/* Right column in content area */
#rightcol
{
	position: absolute;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
}

/* Content area with no columns */
#nocol
{
	position: relative;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	width:420px;
} 