﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

/* Formtag */
form
{
	
}

/* Image tags */
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 0px;
}

/* Text header tags */

h1
{
	font-family: Verdana;	
	font-size: 12pt;
}

h2
{
	font-family: Verdana;	
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Text paragraph tags */
p
{
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

/* Text paragraph tags */
p
{
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

/* Link tags */
a
{
	color: rgb(85,126,184);
	text-decoration:none;
}

a:hover
{
	color: #CC6600;
}

.printlink
{
	position: absolute;
	left: 300px;
} 

.joblink
{
	color: rgb(85,126,184);
	font-size: 11px;
	text-decoration:none;
}

.joblink:hover
{
	color: #FF9900;
	text-decoration: none;
}

.applylink
{
	color: rgb(85,126,184);
	text-decoration:none;
	font-weight: bold ;
}

applylink:hover
{
	color: #CC6600;
	font-weight: bold ;
}

.headerlink
{
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}

.headerlink:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.printlink
{
	position:absolute;
	top:10px;
	left:360px;
}


/* Special DIV tags */

#page
{
	
} 

/* List header */

.listheader
{
	position: relative;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	height: 15px;
}

.listheader_col_title
{
    position:absolute;
    top:0px;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:215px;
    float:left;
}

.listheader_col_date
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position:relative;
	width:133px;
    float:right;   
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 370px;
}

.listitem_odd
{
	display:block;	
	background-color: #EBEBEB;
}

.listitem_even
{
	display:block;
}

.listitem
{
	font-size: 11px;
	clear:left;
	padding: 3px 0px 0px 2px;
	width: 100%;
}

.listitem_col_title
{
    width:75%;
    display:block;  
    float:left;
    color: #323232;
	text-decoration:none;
}

.listitem_col_date
{
	width:80px;
    float:right;
    color: #323232;
	text-decoration:none;
}

/* Right column in content area */
#rightcol
{
	position: absolute;
	display: block;
	margin-left: 0px;
	width: 370px;
	margin-right: 0px;
	padding: 15px 20px 20px 15px;
}

/* 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;
} 